headius (Charles Oliver Nutter)

Name
Charles Oliver Nutter
Email
Website/Blog
http://blog.headius.com
Member Since
May 12, 2008 (about 1 year)

Following 0 githubbers and watching 38 repositories view all →

Public Repositories (12)

  • jruby-demos

    Demos for JRuby presentations at conferences

    legend

    Last updated Sun Nov 08 02:33:56 -0800 2009

  • duby

    The Duby Programming Language

    legend

    Last updated Sun Nov 08 01:56:07 -0800 2009

  • bitescript

    The BiteScript API and language

    legend

    Last updated Tue Oct 27 15:12:54 -0700 2009

  • surinx

    A simple dynamic language for the JVM

    legend

    Last updated Fri Sep 11 05:53:27 -0700 2009

  • jibernate

    A JRuby/Hibernate integration example, maybe eventually a full API

    legend

    Last updated Sun Aug 09 10:34:03 -0700 2009

  • ruboto-irb

    A simple IRB application for JRuby on Android

    legend

    Last updated Sun Aug 09 10:25:51 -0700 2009

  • railsunder

    My Rails Underground demos

    legend

    Last updated Sun Jul 26 18:49:13 -0700 2009

  • mongrel

    Mongrel on git

    legend

    Forked from mongrel/mongrel Wed Jun 10 18:58:37 -0700 2009

    Last updated Thu Jun 11 03:09:51 -0700 2009

  • do

    DataObjects

    legend

    Forked from datamapper/do Sun May 10 01:02:21 -0700 2009

    Last updated Sat May 09 09:03:06 -0700 2009

  • jruby-cdc

    JRuby stripped down to run on the Java ME CDC profile

    legend

    Last updated Fri Mar 20 14:43:01 -0700 2009

  • ironruby-stats

    Statistics for IronRuby

    legend

    Forked from jschementi/ironruby-stats Sat Mar 21 12:22:58 -0700 2009

    Last updated Tue Mar 17 12:44:32 -0700 2009

  • nokogiri

    Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser with XPath and CSS selector support.

    legend

    Forked from tenderlove/nokogiri Wed Dec 03 11:35:07 -0800 2008

    Last updated Sun Dec 14 22:44:33 -0800 2008

Public Activity feed

headius created gist: 238439 Wed Nov 18 17:05:41 -0800 2009
~/projects ➔ gem install java-inline Successfully installed ZenTest-4.1.4 Successfully installed ...
headius created branch master at jruby/java-inline Wed Nov 18 16:58:39 -0800 2009
headius updated gist: 236689 Mon Nov 16 22:10:43 -0800 2009
def foo ary = int[1000000] i = 0
headius updated gist: 236689 Mon Nov 16 22:10:14 -0800 2009
def foo ary = int[1000000] i = 0
headius created gist: 236689 Mon Nov 16 22:08:35 -0800 2009
~/projects/duby ➔ cat array.duby def foo ary = int[1000000]
headius updated gist: 233639 Thu Nov 12 22:34:30 -0800 2009
def array(node, expression) if expression # create basic arraylist
headius updated gist: 233639 Thu Nov 12 22:29:19 -0800 2009
def array(node, expression) if expression # create basic arraylist
headius created gist: 233639 Thu Nov 12 22:24:24 -0800 2009
def array(node, expression) if expression # create basic arraylist
headius created gist: 233118 Thu Nov 12 09:58:38 -0800 2009
diff --git a/src/org/jruby/javasupport/JavaUtil.java b/src/org/jruby/javasupport/JavaUtil.java in...
headius pushed to master at headius/jruby-demos Sun Nov 08 02:33:56 -0800 2009
HEAD is 90ce416ab41aaa8f2d578b10e1a0cefc64a003e5
  • headius committed 90ce416a:
    Modify 1.9 regexp example to omit conference title.
headius pushed to master at headius/duby Sun Nov 08 01:56:08 -0800 2009
HEAD is b5d6149e5b79e2231fab867d2a94989486573106

3 commits »

headius updated gist: 229194 Sun Nov 08 01:38:28 -0800 2009
diff --git a/lib/duby/ast/literal.rb b/lib/duby/ast/literal.rb index 4c8e9ac..b5764fe 100644 --- ...
headius created gist: 229194 Sun Nov 08 01:27:11 -0800 2009
diff --git a/lib/duby/ast/literal.rb b/lib/duby/ast/literal.rb index 4c8e9ac..b5764fe 100644 --- ...
headius updated gist: 229179 Sun Nov 08 00:36:43 -0800 2009
String.metaClass.methodMissing { String name, args -> String camel = '' name.split('_').e...
headius forked gist: 229179 Sun Nov 08 00:33:50 -0800 2009
String.metaClass.methodMissing { String name, args -> String camel = '' name.split('_').e...
headius pushed to master at headius/duby Sat Nov 07 05:33:39 -0800 2009
HEAD is c625ae98dee7c8da5d92cdf02414b76e268d64a0
headius created gist: 228652 Sat Nov 07 03:00:13 -0800 2009
require 'griffon' swing.frame("Hello", size: [300,300]) do
headius created gist: 226508 Wed Nov 04 15:34:00 -0800 2009
~/projects/jruby ➔ (pickjdk 4 ; jruby -e "def foo; yield 1; end; require 'benchmark'; 10.times { ...
headius created gist: 224359 Mon Nov 02 11:06:25 -0800 2009
~/projects/groovy-1.6.5 ➔ (pickjdk 4; bin/groovy -e "a = new Object(); 5.times { t = System.curre...
headius created gist: 223633 Sun Nov 01 09:44:10 -0800 2009
static char * dln_find_1(fname, path, exe_flag) const char *fname;
headius created gist: 222886 Fri Oct 30 19:11:07 -0700 2009
~/projects/groovy-1.6.5 ➔ time bin/groovy -e "println 'hello'" hello
headius created gist: 221547 Thu Oct 29 09:01:06 -0700 2009
~/projects/jruby ➔ (pickjdk 4; jruby bench/bench_object_id.rb 5) New JDK: 1.6.0 ...
headius pushed to master at jruby/jruby-openssl Wed Oct 28 11:48:10 -0700 2009
HEAD is 793968aea9bc9255d6fa43217786552906239a32
  • headius committed 793968ae:
    Remove gemspec and jar originally used for github gem builds.
headius pushed to master at rubyspec/rubyspec Tue Oct 27 15:55:06 -0700 2009
HEAD is b31860873b59e6894e1677cc5916d030fc6dc354
  • headius committed b3186087:
    Fix a File::open(fd) spec to prevent the original File from getting GCed before we close the newly-wrapped version.
headius created tag 0.0.4 at headius/bitescript Tue Oct 27 15:12:55 -0700 2009
headius created tag 0.0.1 at headius/duby Tue Oct 27 14:56:25 -0700 2009
New tag is at headius/duby/tree/0.0.1
headius pushed to master at jruby/jruby-openssl Tue Oct 27 09:06:23 -0700 2009
HEAD is 5eeee02a5f49bcf9777ca2412302f0c0944d7bc0
  • headius committed 5eeee02a:
    Fix for JRUBY-4115: cipher.rb:24: superclass must be a Class (Module given) (TypeError)
headius pushed to master at jruby/jruby-openssl Tue Oct 27 06:59:09 -0700 2009
HEAD is 30866643501a93c3daecf0535018c3784ee7c95a
  • headius committed 30866643:
    Possible "fix" for JRUBY-3829: ByteBuffer.java:328:in `allocate': java.lang.IllegalArgumentException when returning SOAP queries over a certain size
headius created gist: 219152 Mon Oct 26 17:07:26 -0700 2009
~/projects/duby ➔ bin/duby -e "def foo(a: 1); puts a; end; foo; foo(2)" 1 2
headius pushed to master at jruby/jruby-openssl Sun Oct 25 20:52:22 -0700 2009
HEAD is e9af132782cc980cd5a986584937ffa7b9e5de37
  • headius committed e9af1327:
    Fix and test for JRUBY-3931: OpenSSL::Cipher::RC2 doesn't work with jruby
headius pushed to master at jruby/jruby-openssl Sun Oct 25 20:40:16 -0700 2009
HEAD is 798bebe65edaf8704c846258893afc8096300650
  • Dylan McClung committed 798bebe6:
    Updates for JRuby-4028
headius updated gist: 217978 Sun Oct 25 02:19:44 -0700 2009
~/projects/duby ➔ bin/duby -e "def foo(a:1); puts a; end; foo; foo(2)" 1 2
headius created gist: 217978 Sun Oct 25 02:17:36 -0700 2009
~/projects/duby ➔ bin/duby -e "def foo(a:1); puts a; end; foo; foo(2)" 1 2
headius pushed to master at headius/duby Sun Oct 25 02:06:27 -0700 2009
HEAD is 08fcff36cf9b22e9487fa681b0b195090290257d
  • headius committed 08fcff36:
    Add basic optional argument support; no tests yet, and only literal expressions seem to work right.
headius pushed to master at headius/duby Sun Oct 25 00:07:41 -0700 2009
HEAD is 7d5c0f33de139912df381642fb017477c18719f7

6 commits »