Skip to content

Instantly share code, notes, and snippets.

@gelendir
gelendir / tdd_notes.md
Last active August 29, 2015 14:00
tdd

commands

beginner

  • cat
  • echo
  • date
  • sleep
@L-A
L-A / design-primer-for-devs.md
Last active December 19, 2015 00:19
[In French] A tiny list of references for developers who like design
@Machx
Machx / Go.sublime-build
Created August 19, 2012 16:55
Go Sublime Text 2 Build System
{
"cmd": ["/usr/local/go/bin/go","build","$file"],
"selector" : "source.go",
"variants": [
{ "cmd": ["/usr/local/go/bin/go", "run", "$file"],
"name": "Run"
}
]
}
@henriquemoody
henriquemoody / sublime-text-2.sh
Last active July 8, 2021 09:54
Install Sublime Text on Fedora.
#!/usr/bin/env bash
# Usage: {script} [ OPTIONS ] TARGET VERSION
#
# TARGET Default target is "/usr/local".
# VERSION If not defined tries to get the build into the Sublime Text 2 website.
#
# OPTIONS
#
# -h, --help Displays this help message.
#