Public Gists by nrk

Gravatar
Wed Nov 11 12:11:33 -0800 2009
1
2
3
Linux proteus 2.6.26-2-ixp4xx #1 Mon Oct 19 05:19:12 UTC 2009 armv5tel GNU/Linux
 
 
gist: 226073 Pipelining commands in redi...
Gravatar
Wed Nov 04 06:13:56 -0800 2009
1
2
3
Array
(
    [0] => 1
gist: 226019 SET, pipelined SET and MSET
Gravatar
Wed Nov 04 04:59:01 -0800 2009
1
2
3
<?php
    // sample used for the test
    $kvs = array();
Gravatar
Mon Nov 02 05:26:28 -0800 2009
1
2
3
devenv@psamathe:~/development/redis-php53/test$ phpunit RedisTestSuite.php
PHPUnit 3.4.2 by Sebastian Bergmann.
 
gist: 219077 Pipelining commands in redi...
Gravatar
Mon Oct 26 14:45:38 -0700 2009
1
2
3
* PONG
* true
* 0
gist: 216771 Mercury's greetings example...
Gravatar
Fri Oct 23 02:24:46 -0700 2009
1
2
3
-- Here is mercury's greetings example ported to mustache.
-- Note that support for partial templates is still missing.
 
gist: 216044 Similarities between cosmo ...
Gravatar
Thu Oct 22 09:00:24 -0700 2009
1
2
3
require 'luarocks.require'
require 'cosmo'
require 'mustache'
Gravatar
Thu Oct 08 13:13:44 -0700 2009
1
2
3
#!/usr/bin/ruby
require 'Qt4'
include Qt
Gravatar
Tue Sep 22 13:08:58 -0700 2009
1
2
3
#
# [{:op=>"and"},
# [{:op=>"="}, [{:path=>"hello"}, {:lit=>":ivan"}]],
gist: 184844 Mercury + Haml: generating ...
Gravatar
Thu Sep 10 14:33:42 -0700 2009
1
2
3
require 'luarocks.require'
require 'mercury'
require 'haml'
gist: 180830 Haml, Cosmo and string temp...
Gravatar
Fri Sep 04 03:47:11 -0700 2009
1
2
3
--[[
Extremely simple demo of a Mercury application that uses a various template
engines to render the final html output. The Haml support is provided by
gist: 177573 Testing redis-lua with Tele...
Gravatar
Sat Aug 29 09:48:43 -0700 2009
1
2
3
adaniele@plutonium:~/development/redis-lua$ tsc -f client_spec.lua
------------------------------------------------------------------------
Redis client:
gist: 170232 Testing rufus-scheduler (gi...
Gravatar
Wed Aug 19 00:45:09 -0700 2009
1
2
3
diff --git a/Merlin/Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/TimeOps.cs b/Merlin/Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/TimeOps.cs
index 461f7c9..efb7b33 100644
--- a/Merlin/Main/Languages/Ruby/Libraries.LCA_RESTRICTED/Builtins/TimeOps.cs
Gravatar
Tue Aug 18 03:27:48 -0700 2009
1
2
3
>>> t1 = Time.new
=> Tue Aug 18 12:26:40 +02:00 2009
>>> t2 = Time.at(t1)
gist: 159949 Short code snippet that sho...
Gravatar
Sat Aug 01 23:32:20 -0700 2009
1
2
3
--[[
Short code snippet that shows how to launch Mercury's greetings sample using Xavante.
 
Gravatar
Sat Jul 25 01:23:51 -0700 2009
1
2
3
C:\Development\ironruby\working-nrk\Merlin\Main\bin\Debug>ir -v
IronRuby 0.9.0.0 on .NET 2.0.0.0
 
gist: 147605 A sinatra-like DSL for Lua ...
Gravatar
Wed Jul 15 02:21:03 -0700 2009
1
2
3
-- defining you application in the global scope
 
require 'sinatra'
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
2
3
# 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