- OkTrends http://blog.okcupid.com/
- SNA Projects Blog (LinkedIn) http://sna-projects.com/blog/
- Data Evolution (Dataspora) http://dataspora.com
- FiveThirtyEight http://www.fivethirtyeight.com/
- Brendan O'Connor's Blog http://anyall.org
- Alex Smola http://blog.smola.org
- Undirected Grad (Jurgen Van Gael) http://undirectedgrad.blogspot.com/
- Pete Warden http://petewarden.typepad.com
- Jeffry Heer http://hci.stanford.edu/jheer/
- Measuring Measures (Bradford Cross) http://measuringmeasures.com
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
| class ControlStrip < ActiveRecord::Base | |
| if respond_to? :fields | |
| fields do | |
| title :string, :limit => 120 | |
| text :text | |
| sequence :integer | |
| priority :integer, :default => 5 | |
| when_due :datetime | |
| ts_update :datetime | |
| person :string, :limit => 120, :default => "anonymous" |
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
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| $(document).ready( function(){ | |
| (function(){ | |
| var url = document.URL; | |
| var userAgent = navigator.userAgent.toLowerCase(); | |
| var browser = { |
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
| ==== | |
| monitoring groups: | |
| hashtags-collection; | |
| twitter-lists ^ groups monitoring | |
| facebook pages with regular updates | |
| ==== | |
| IN >> |
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
| wget -qO- 127.0.0.1 |
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
| # r20130829 reform, make-callable | |
| # rsync --rsh="ssh -p {ssh-port}" {local-path} {user}@{ip-add}:{path}/ | |
| PORT=$1 | |
| LOCAL_PATH=$2 | |
| USER=$3 | |
| IP_ADDRESS=$4 | |
| REMOTE_PATH=$5 | |
| rsync -rsh="ssh -p $PORT" $LOCAL_PATH $USER@$IP_ADDRESS:$REMOTE_PATH | |
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
| # r20130829 for #pre r2kd8 | |
| # http://unix.stackexchange.com/questions/29401/is-it-possible-to-run-ssh-copy-id-on-port-other-than-22 | |
| ssh-copy-id "user@host -p 8129" | |
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
| # | |
| a=nil; | |
| while (a||=[]).length<6 do a << 1.upto(45).to_a.sample;a.uniq!; end; a | |
| # | |
| a=nil;while (a||=[]).length<6 do a << 1.upto(45).to_a.sample;a.uniq!; end; a | |
| # | |
| while (a||=[]).length<6 do a << 1.upto(45).to_a.sample;a.uniq!; end; a | |
| # | |
| a.sort! |
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
| jake --jakefile r20130704_allsync.js second --trace 2>/dev/null | tee second.res.txt |
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
| mongodb -> http://mongodb.github.io/node-mongodb-native/ |
OlderNewer