Skip to content

Instantly share code, notes, and snippets.

View andersoncardoso's full-sized avatar

Anderson Cardoso andersoncardoso

  • Porto - Portugal
View GitHub Profile
@panuta
panuta / gist:1852087
Last active April 8, 2020 16:46
How to setup Django/Postgresql on OS X Mountain Lion using Homebrew

Command Line Tools for Xcode

Command line tools comes bundle with Xcode prior to 4.3 version. After 4.3, you need to install a separated command line tools yourself.

First, go to this url and login using Apple Developer account (Free to register)

https://developer.apple.com/downloads/index.action
@halan
halan / detector.bug.html
Last active December 22, 2015 10:08
V8 Bug!
<script>
a = 'Bug'
r = {z: {x: a}, z: 'Not Bug!'}
if(r.z == 'Not Bug!')
document.write('<style>html{background: green}</style>')
else
document.write('<style>html{background: red}</style>')
</script>
@kshimi
kshimi / iceberg.json
Created September 6, 2019 09:17
Iceberg color scheme for Windows Terminal
{
"name": "Iceberg",
"foreground": "#c6c8d1",
"background": "#161821",
"black": "#161821",
"red": "#e27878",
"green": "#b4be82",
"yellow": "#e2a478",
"blue": "#84a0c6",
"purple": "#a093c7",