[ Launch: test ] 5606146 by mjgil
This file contains 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 |
[ 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: simple voronoi ] 5618049 by mjgil[ Launch: simple voronoi ] 5493432 by enjalot
[ Launch: cost of living combo ] 5618051 by mjgil See Previous Inlet [ Gist ]
This file contains 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" |
- Learn to touch type (can be done asynchronously)
- Read Your Problem With Vim is You Don't Grok Vi
- Addy Osmani http://addyosmani.com/blog/
- A list apart http://www.alistapart.com/
- Catswhocode http://www.catswhocode.com/blog/
- David Walsh http://davidwalsh.name/
- Nettuts+ http://net.tutsplus.com/
- Smashingmagazine http://www.smashingmagazine.com/
- Phpmaster http://phpmaster.com/
This file contains 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
<!-- Prompt IE6 users to install Chrome Frame --> | |
<!--[if lt IE 7 ]> | |
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script> | |
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script> | |
<![endif]--> |
This file contains 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
# View list of connections and their states | |
netstat -tan | grep ':80 ' | awk '{print $6}' | sort | uniq -c | |
# List all connections and timers | |
ss -rota | less |
OlderNewer