Public Gists by rares

Gravatar
Thu Oct 30 18:02:46 -0700 2008
1
2
3
# capistrano tip:
# log into target server for first time an type this:
 
Gravatar
Tue Sep 02 20:52:47 -0700 2008
1
2
3
# Hello World example for V8
 
It includes generic Rakefile for other projects
Gravatar
Sat Aug 30 16:21:25 -0700 2008
1
2
3
module URI
  def self.parse_with_options(uri_str, opts = {})
    parsed_uri = self.parse(uri_str)
Gravatar
Mon Aug 11 18:49:16 -0700 2008
1
2
3
# Parallel map
# Originally from http://project.ioni.st/post/2332#snippet_2332
class Array