Public Gists by manveru

Gravatar
Fri Sep 04 03:30:16 -0700 2009
1
2
3
require 'bacon'
Bacon.summary_on_exit
 
Gravatar
Mon Apr 20 21:07:07 -0700 2009
1
2
3
class AttribBase
  def initialize
    eval($initLine)
Gravatar
Thu Apr 16 21:45:33 -0700 2009
1
2
3
require 'ramaze'
 
module Thoth
Gravatar
Wed Apr 15 22:01:53 -0700 2009
1
2
3
From 69c54b3b56d6ca1e51cfe33a15a4a5b730cc82ec Mon Sep 17 00:00:00 2001
From: Michael Fellinger <m.fellinger@gmail.com>
Date: Thu, 16 Apr 2009 13:57:17 +0900
gist: 90392 Raku is a tiny rake-task ma...
Gravatar
Sat Apr 04 23:37:59 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
require 'optparse'
Gravatar
Tue Mar 17 23:26:30 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
# Small CLI tool to make adding selfmarks easier.
gist: 66717 Download github wikis
Gravatar
Wed Feb 18 19:57:38 -0800 2009
1
2
3
require 'open-uri'
require 'hpricot'
 
Gravatar
Thu Feb 12 04:44:43 -0800 2009
1
2
3
With this code, CPU usage shoots to 100% when serving the index page.
 
 
gist: 61361 How to use Bacon & Heckle
Gravatar
Tue Feb 10 03:55:01 -0800 2009
1
2
3
require 'spec/helper'
require 'innate/helper/cgi'
require 'heckle'
Gravatar
Wed Feb 04 21:53:50 -0800 2009
1
2
3
def by_loop
  loop do
    break if yield
gist: 57295 Ubiquity command to add boo...
Gravatar
Mon Feb 02 20:06:55 -0800 2009
1
2
3
CmdUtils.CreateCommand({
  name: "selfmark",
  homepage: "http://manveru.net",
Gravatar
Mon Feb 02 02:59:54 -0800 2009
1
2
3
module Base62
  CHARS = ('a'..'z').to_a + ('A'..'Z').to_a + ('0'..'9').to_a
  MOD = CHARS.size # 62
Gravatar
Thu Jan 29 01:10:13 -0800 2009
1
2
3
   ✈
 
 
Gravatar
Sat Dec 27 22:27:55 -0800 2008
1
2
3
%w[hpricot json open-uri].each{|lib| require(lib) }
 
class Feed
Gravatar
Sun Nov 09 18:52:01 -0800 2008
1
2
3
#!/usr/bin/env ruby
# -*- ruby -*-