Let's have some command-line fun with curl, [jq][1], and the [new GitHub Search API][2].
Today we're looking for:
| { | |
| "configurations": [ | |
| { | |
| "name": "Win32", | |
| "defines": [ | |
| "_DEBUG", | |
| "UNICODE", | |
| "_UNICODE" | |
| ], | |
| "windowsSdkVersion": "10.0.18362.0", |
Let's have some command-line fun with curl, [jq][1], and the [new GitHub Search API][2].
Today we're looking for:
| export COLOR_NORMAL='\[\033[0m\]' | |
| export COLOR_BLACK='\[\033[0;30m\]' | |
| export COLOR_DGRAY='\[\033[1;30m\]' | |
| export COLOR_RED='\[\033[0;31m\]' | |
| export COLOR_LRED='\[\033[1;31m\]' | |
| export COLOR_GREEN='\[\033[0;32m\]' | |
| export COLOR_LGREEN='\[\033[1;32m\]' | |
| export COLOR_BROWN='\[\033[0;33m\]' | |
| export COLOR_LBROWN='\[\033[1;33m\]' | |
| export COLOR_BLUE='\[\033[0;34m\]' |