Skip to content

Instantly share code, notes, and snippets.

View ramsingla's full-sized avatar

Ram Singla ramsingla

View GitHub Profile
@ramsingla
ramsingla / map.geojson
Created August 10, 2013 20:29
via:geojson.io
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ramsingla
ramsingla / about.md
Created August 11, 2011 17:38 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer
@ramsingla
ramsingla / Gemfile.lock
Created May 12, 2011 02:46
Gem versions for the app.
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.7)
actionpack (= 3.0.7)
mail (~> 2.2.15)
actionpack (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
#Curl Multi 0.4.6.0
if (rb_block_given_p()) {
rb_yield(self);
}
tv.tv_sec = timeout / 1000;
tv.tv_usec = (timeout * 1000) % 1000000;
rc = rb_thread_select(maxfd+1, &fdread, &fdwrite, &fdexcep, &tv);