by
Matt
on
Jan 18, 2012 •
Ruby arrays the ruby way (with code blocks). Instanciate an array from words >> els = %w(one two three four five) => ["one", "two", "three", "four", "five"] Iterate over the array >> els.each { |el| puts el } one two three four five Build an...
To obtain the tilde character on mac, Press Option + n and you get ~ Press Option + n and then a and you get ã
by
Matt
on
Nov 14, 2011 •
List of Known Scalable Architecture Templates http://srinathsview.blogspot.com/2011/10/list-of-known-scalable-architecture.html You only control 1/3 of your Page Load Performance! http://blog.dynatrace.com/2011/11/08/you-only-control-one-thrid-of-your-page-load-performance/ Google Prediction API Machine learning cloud by google. http://code.google.com/intl/fr-FR/apis/predict/ How to replay live traffic with httperf Tips to test uris from your nginx logs against your server. http://schlinkify.org/post/19743846/how-to-replay-live-traffic-with-httperf...
by
Matt
on
Aug 21, 2011 •
alias sl='screen -list | sort -t "." -k2' alias s='screen -RRd' _melie-screen() { local cur=${COMP_WORDS[COMP_CWORD]} COMPREPLY=( $(compgen -W '$(screen -list | cut -f 2 | cut -d "." -f 2 | grep -v "There" | head -n-2 )' -- $cur) )...
by
Matt
on
Aug 16, 2011 •
Monitor all process named apache2. We user here pgrep. prep handle regexp. top -p $(pgrep apache2 | xargs echo | sed -e 's/ /, /g') note: it seems top -p have 20 pids input limit . Have a better solution ? pidstats takes process name,...
Sometines it’s handy to have a linux server vm running on your mac laptop / desktop but you want access it only like a server cause virtual box user interface could be annoying and useless here. 1 Set up or add a network interface in...
by
Matt
on
Jul 23, 2011 •
Data Visualisation Shows London’s Twitter And Flickr Traffic | Londonist
by
Matt
on
Jul 22, 2011 •
impressionnant: 3D + HTML5 Canvas - lignes d'avions
by
Matt
on
Jul 16, 2011 •
excellents nginx JSON hacks: REST api proxy etc...: Ou comment faire un proxy sur son propre nom de domaine vers une api externe, avec mise en cache, dégradation de service correcte etc…
Cela peut être utile pour contourner les problèmes de cros...
by
Matt
on
Jul 14, 2011 •
android spycamera server en 15 minutes = ruby + sinatra + sl4a + jruby
by
Matt
on
Jul 14, 2011 •
NanoStudio iPhone - First Demo (par BlipInteractive)
Gratuit sous mac et pc. Assez impressionnant le nombre de features présentes dans ce soft.