Skip to content

Instantly share code, notes, and snippets.

View csandeep's full-sized avatar

Sandeep Chayapathi csandeep

View GitHub Profile
@csandeep
csandeep / install_buildbot.sh
Last active August 29, 2015 13:57
how to install buildbot on os x 10.9 with apple llvm 5.1
#!/bin/bash
# from http://stackoverflow.com/questions/22313407/clang-error-unknown-argument-mno-fused-madd-python-package-installation-fa
export ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future
# from http://docs.buildbot.net/current/tutorial/firstrun.html
cd
mkdir -p tmp/buildbot
cd tmp/buildbot
virtualenv --no-site-packages sandbox
@csandeep
csandeep / gist:9488653
Created March 11, 2014 15:52
Modal DigitalColor Meter
lldb; attach DigitalColor Meter; expr (void)[[[NSApp windows] firstObject] setLevel:5]
@csandeep
csandeep / gist:7296678
Created November 4, 2013 01:07
Memory usage by Browser on mac
firefox , 315mb, 41 threads
safari , 190mb , 47 threads
chrome , 457mb , 123 threads
opera , 245mb , 24 threads
stainless , 190mb , 55 threads
Omniweb , 169mb , 30 threads