Pinned Loading
-
Simple Makefile for C
Simple Makefile for C 1#
2# 'make depend' uses makedepend to automatically generate dependencies
3# (dependencies are added to end of Makefile)
4# 'make' build executable file 'mycc'
5# 'make clean' removes all .o and executable files
-
kickstart.nvim
kickstart.nvim PublicForked from nvim-lua/kickstart.nvim
A launch point for your personal nvim configuration
Lua
-
Creating a webclient bean that'll be...
Creating a webclient bean that'll be used by the httpclient interface 1@Bean
2SimpleHttpClient httpclient() {
3WebClient client = WebClient.builder()
4.baseUrl("some_url")
5.defaultHeader("Accept", "applications/json")
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.