[ Launch: cost of living combo ] 5618051 by mjgil See Previous Inlet [ Gist ]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Taken from TJ Holowaychuk: http://tjholowaychuk.com/post/26904939933/git-extras-introduction-screencast | |
| Added to ~/.bash_aliases | |
| alias gd="git diff | mate" | |
| alias ga="git add" | |
| alias gbd="git branch -D" | |
| alias gst="git status" | |
| alias gca="git commit -a -m" | |
| alias gm="git merge --no-ff" | |
| alias gpt="git push --tags" |
[ Launch: simple voronoi ] 5618049 by mjgil[ Launch: simple voronoi ] 5493432 by enjalot
[ Launch: 1024 members html foci ] 5618043 by mjgil[ Launch: 1024 members html ] 5546227 by enjalot[ Launch: 1024 members html ] 5545110 by enjalot[ Launch: 1024 members ] 5537943 by enjalot[ Launch: 1024 members ] 5537659 by enjalot
[ Launch: test ] 5606146 by mjgil
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This example expects to have d3.min.js and d3.layout.min.js in the same directory as pie.js and pie_serv.js. | |
| Run with node pie_serv.js |
NewerOlder