Public Gists by nrk

Gravatar
Thu Jun 25 12:35:46 -0700 2009
1
2
3
require 'win32/process'
 
process_info = Process.create(
gist: 133246 Dead-simple bencoding using...
Gravatar
Sat Jun 20 12:09:02 -0700 2009
1
# See http://en.wikipedia.org/wiki/Bencode for reference
 
 
Gravatar
Tue Jun 09 23:44:10 -0700 2009
1
2
3
[MissingMethodException: undefined method `create_user' for #<AccountMembershipService:0x0000298 @repo=IrTodo.Models.Lightspeed.IrTodoRepository>]
   IronRuby.Builtins.KernelOps.MethodMissing(RubyContext context, Object self, SymbolId symbol, Object[] args) in c:\tools\ironruby\merlin\main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\KernelOps.cs:460
   CallSite.Target(Closure , CallSite , RubyScope , Object , Object , Object , Object ) +232
gist: 120874 A basic example of how to u...
Gravatar
Sun May 31 05:14:51 -0700 2009
1
2
3
require 'redis'
 
local redis = Redis.connect("127.0.0.1", 6379)
Gravatar
Sun May 03 02:46:43 -0700 2009
1
2
IronRuby 0.4.0.0 on .NET 2.0.50727.4918
Copyright (c) Microsoft Corporation. All rights reserved.