santosh79 (Santosh Kumar)

Name
Santosh Kumar
Email
Location
New York, NY
Member Since
Oct 07, 2009 (2 months)

Following 7 githubbers and watching 15 repositories view all →

Public Repositories (7)

  • domainatrix-json-service

    Exposes domainatrix url parsing functionality as a JSON api

    legend

    Last updated Fri Dec 11 09:04:26 -0800 2009

  • dm-core

    DataMapper - Core

    legend

    Forked from datamapper/dm-core Sun Nov 29 17:59:01 -0800 2009

    Last updated Sun Nov 29 07:32:20 -0800 2009

  • rubinius

    Rubinius, the Ruby VM

    legend

    Forked from evanphx/rubinius Fri Oct 23 12:03:16 -0700 2009

    Last updated Mon Nov 23 12:39:53 -0800 2009

  • jruby

    JRuby, an implementation of Ruby on the JVM

    legend

    Forked from jruby/jruby Sun Nov 08 10:04:58 -0800 2009

    Last updated Sun Nov 08 06:20:12 -0800 2009

  • rspec

    Behaviour Driven Development framework for Ruby

    legend

    Forked from dchelimsky/rspec Fri Oct 23 11:48:56 -0700 2009

    Last updated Sun Oct 18 06:45:44 -0700 2009

  • sinatra

    (offically at github.com/sinatra/sinatra) Classy web-development dressed in a DSL

    legend

    Forked from bmizerany/sinatra Sun Nov 29 17:57:26 -0800 2009

    Last updated Thu Sep 03 17:43:37 -0700 2009

  • git-wiki

    A quick & dirty git-powered Sinatra wiki

    legend

    Forked from sr/git-wiki Tue Dec 08 11:39:08 -0800 2009

    Last updated Mon Jun 01 14:15:46 -0700 2009

Public Activity feed

santosh79 pushed to master at santosh79/domainatrix-json-service Fri Dec 11 09:04:26 -0800 2009
santosh79 pushed to master at santosh79/domainatrix-json-service Fri Dec 11 09:01:49 -0800 2009
HEAD is 8b6b534c5ed7120965ae8a3872423722a28c4e2f
santosh79 created branch master at santosh79/domainatrix-json-service Fri Dec 11 09:01:03 -0800 2009
santosh79 created repository domainatrix-json-service Fri Dec 11 08:59:35 -0800 2009
New repository is at santosh79/domainatrix-json-service
santosh79 created gist: 253661 Thu Dec 10 12:59:55 -0800 2009
irb -r my_sinatra_app.rb
santosh79 forked sr/git-wiki Tue Dec 08 11:39:11 -0800 2009
Forked repository is at santosh79/git-wiki
santosh79 started watching binary42/why-archive Sat Dec 05 20:32:56 -0800 2009
why-archive's description:
This is an archive of things that made _why known to many on the web.
santosh79 forked datamapper/dm-core Sun Nov 29 17:59:01 -0800 2009
Forked repository is at santosh79/dm-core
santosh79 forked bmizerany/sinatra Sun Nov 29 17:57:28 -0800 2009
Forked repository is at santosh79/sinatra
santosh79 created gist: 241492 Mon Nov 23 15:55:35 -0800 2009
require 'digest/sha1' Digest::SHA1.hexdigest(File.read('PATH_TO_FILE'))
santosh79 pushed to master at santosh79/rubinius Mon Nov 23 12:39:54 -0800 2009
HEAD is 1ef3a1c21341779fa90c5a6219bb02eb2431deff
santosh79 created gist: 238100 Wed Nov 18 09:57:03 -0800 2009
class Module original_c_m = instance_method(:const_missing)
santosh79 created gist: 237229 Tue Nov 17 12:12:01 -0800 2009
class ShippingOption def self.children @children ||= []
santosh79 created gist: 237107 Tue Nov 17 10:06:05 -0800 2009
module Memoize def remember(method, &block)
santosh79 created gist: 237088 Tue Nov 17 09:37:56 -0800 2009
module Memoize def remember(method)
santosh79 created gist: 237086 Tue Nov 17 09:35:23 -0800 2009
module Memoize def remember(method)
santosh79 created gist: 237068 Tue Nov 17 09:10:04 -0800 2009
class Discounter def discount(*skus) expensive_calc(skus)
santosh79 created gist: 236703 Mon Nov 16 22:32:21 -0800 2009
class Discounter def discount(*skus) expensive_calc(skus)
santosh79 created gist: 236695 Mon Nov 16 22:22:56 -0800 2009
class Discounter def discount(*skus) expensive_calc(skus)
santosh79 created gist: 236691 Mon Nov 16 22:12:17 -0800 2009
class Discounter def discount(*skus) expensive_calc(skus)
santosh79 created gist: 236690 Mon Nov 16 22:08:49 -0800 2009
class Discounter def discount(*skus) @memory ||= {}
santosh79 created gist: 236688 Mon Nov 16 22:05:57 -0800 2009
class Discounter def discount(*skus) expensive_calc(skus)
santosh79 created gist: 236671 Mon Nov 16 21:29:35 -0800 2009
module Hello def say_hello puts "hello"
santosh79 created gist: 236660 Mon Nov 16 21:07:13 -0800 2009
module Accessor def my_attr_accessor(*names) names.each do |name|
santosh79 created gist: 236384 Mon Nov 16 14:33:43 -0800 2009
module Accessor def my_attr_accessor(*names) names.each do |name|
santosh79 created gist: 236331 Mon Nov 16 13:26:13 -0800 2009
#We can force the execution order of methods class Foo
santosh79 created gist: 236329 Mon Nov 16 13:24:34 -0800 2009
#Re-writing a method inside itself can be done in ruby def meth1
santosh79 created gist: 236308 Mon Nov 16 12:56:38 -0800 2009
#When a proc calls a return - it returns from the context def method
santosh79 updated gist: 235687 Sun Nov 15 19:59:04 -0800 2009
#The clone method also copies over the singleton methods of the receiver porsche = Object.new def...
santosh79 updated gist: 235700 Sun Nov 15 19:58:38 -0800 2009
#Struct.new returns a class object that has attributes that you pass in Car = Struct.new(:wheels,...
santosh79 updated gist: 235704 Sun Nov 15 19:58:07 -0800 2009
#Keeping track of number instances of a class without actually creating getter and setter methods...
santosh79 updated gist: 235704 Sun Nov 15 19:57:45 -0800 2009
#Keeping track of number instances of a class without actually creating #getter and setter methods
santosh79 created gist: 235714 Sun Nov 15 19:57:03 -0800 2009
#A typical ActiveRecord Model would need to extends ActiveRecord::Base, like so: class Person < ...