Skip to content

Instantly share code, notes, and snippets.

{
"configurations": [
{
"name": "Win32",
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.18362.0",
@jasonrudolph
jasonrudolph / 00-about-search-api-examples.md
Last active August 1, 2024 19:26
5 entertaining things you can find with the GitHub Search API
@splattael
splattael / gist:901336
Created April 4, 2011 09:14
~/.bashrc
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\]'