timburks (Tim Burks)

Name
Tim Burks
Email
Website/Blog
http://blog.neontology.com
Company
Neon Design Technology
Location
Los Altos, CA
Member Since
Feb 18, 2008 (about 1 year)

Following 18 githubbers and watching 51 repositories view all →

Public Repositories (29)

  • nunja

    A cross-platform web server that's scripted with Nu.

    legend

    Last updated Sat Oct 17 21:14:20 -0700 2009

  • nupostgresql

    A simple Nu/Objective-C interface to PostgreSQL databases.

    legend

    Last updated Wed Oct 07 21:01:38 -0700 2009

  • nu

    The Nu programming language.

    legend

    Last updated Wed Oct 07 18:46:15 -0700 2009

  • nuuuid

    NuUUID is a simple wrapper around the uuid library to simplify its use with Nu.

    legend

    Last updated Fri Sep 25 10:02:42 -0700 2009

  • kissxml

    An experimental build of the KissXML library for use with Nu.

    legend

    Last updated Fri Sep 25 10:00:46 -0700 2009

  • openradar

    A Google App Engine app for sharing information about radars that we've submitted.

    legend

    Last updated Sun Sep 20 20:31:33 -0700 2009

  • nuzip

    An Objective-C wrapper for minizip to allow it to be easily called from Nu and Objective-C programs.

    legend

    Last updated Thu Jul 09 18:49:52 -0700 2009

  • nusax

    XML SAX parser for the Nu Programming Language

    legend

    Forked from deanmao/nusax Fri May 02 14:34:00 -0700 2008

    Last updated Thu Jul 09 18:27:26 -0700 2009

  • highland

    A multithreaded C web server that can be used with Nu

    legend

    Last updated Sat Jun 20 19:33:15 -0700 2009

  • nusqlite

    ObjC/Nu wrapper for the SQLite database

    legend

    Last updated Sat May 02 23:33:17 -0700 2009

  • three20

    Three20 is an Objective-C library for iPhone developers

    legend

    Forked from joehewitt/three20 Fri May 01 10:24:31 -0700 2009

    Last updated Thu Apr 30 23:38:52 -0700 2009

  • numysql

    A simple Nu/Objective-C interface to MySQL databases.

    legend

    Last updated Mon Feb 02 13:10:30 -0800 2009

  • programmingnu

    The web site for the Nu programming language

    legend

    Last updated Fri Jan 02 21:30:55 -0800 2009

  • mod_nu

    An Apache module for running Nu code within a web server.

    legend

    Last updated Tue Dec 23 01:34:12 -0800 2008

  • beautiful-bundle

    TextMate tools for keeping my Nu and C/ObjC/C++ code in shape.

    legend

    Last updated Fri Dec 19 21:36:31 -0800 2008

  • timburks.github.com

    My GitHub Page

    legend

    Last updated Thu Dec 18 20:37:06 -0800 2008

  • redland

    librdf bindings for Objective-C and Nu EXPERIMENTAL

    legend

    Last updated Mon Nov 24 13:23:33 -0800 2008

  • fll-tournament-app

    A Rails-based system for running FIRST LEGO League tournaments.

    legend

    Last updated Wed Sep 10 11:05:49 -0700 2008

  • thenupill

    "The Nu Pill", my C4[2] IronCoder project. Hack Acorn. Push Nu code onto your iPhone. Scary fun.

    legend

    Last updated Tue Sep 09 15:22:07 -0700 2008

  • nubonjour

    Classes and utilities that help Nu programs connect over Bonjour.

    legend

    Last updated Sat Sep 06 10:09:23 -0700 2008

  • nuacorn

    A Nu plugin for the Acorn image editing tool.

    legend

    Last updated Fri Sep 05 14:36:16 -0700 2008

  • nufound

    A newfound treasure; a lightweight Foundation library for Linux.

    legend

    Last updated Thu Jul 10 14:50:01 -0700 2008

  • cocoa-programming-with-nu

    Examples from the new 3rd edition of Cocoa Programming for Mac OS X, ported to Nu

    legend

    Last updated Sun Jun 01 18:48:47 -0700 2008

  • nugraphdraw

    A graph drawing application. An example PyObjC application re-written in Nu. Original by Aaron Hi...

    legend

    Forked from jsyedidia/nugraphdraw Sat May 31 13:10:55 -0700 2008

    Last updated Sat May 31 15:37:56 -0700 2008

  • nuyaml

    A YAML processor for use with Nu and Objective-C. Created by Patrick Thomson.

    legend

    Last updated Fri May 23 13:42:27 -0700 2008

  • rubyobjc

    A lean-and-mean Ruby/ObjC bridge

    legend

    Last updated Wed Mar 26 14:31:58 -0700 2008

  • nutcl

    A Nu and Objective-C wrapper for John Ousterhout's Tool Command Language (Tcl).

    legend

    Last updated Wed Mar 26 13:39:06 -0700 2008

  • numarkdown

    Markdown processing with Nu. Use with any Nu or Objective-C project. Created by Grayson Hansard.

    legend

    Last updated Wed Mar 26 13:04:40 -0700 2008

  • nupagepacker

    A popular sample Cocoa application rewritten in Nu. Original code by Aaron Hillegass, ported to N...

    legend

    Last updated Wed Mar 26 13:03:25 -0700 2008

Public Activity feed

timburks pushed to master at timburks/nunja Sat Oct 17 21:14:20 -0700 2009
HEAD is 8eb9e17f30a15a55d308883395a4b01c37127035
timburks pushed to master at timburks/nunja Wed Oct 07 22:36:09 -0700 2009
HEAD is d3bc6b2779c72916b0662f38d47027d731ce558c
  • timburks committed d3bc6b27:
    fixed UTF-8 encoding problems, canonical indentation
timburks pushed to master at timburks/nupostgresql Wed Oct 07 21:01:38 -0700 2009
HEAD is 38be6fce9adb609ec600372bae7abffa7cd54cdf
  • timburks committed 38be6fce:
    now we accept scalars and lists as arguments to the query:withArguments: methods.
timburks pushed to master at timburks/nunja Wed Oct 07 19:57:27 -0700 2009
HEAD is fa31717b66f77c249eafdef057b4fa4932c45fa2
  • timburks committed fa31717b:
    New "method" method. I kept trying to use it instead of "command". So it is.
timburks pushed to master at timburks/nu Wed Oct 07 18:46:15 -0700 2009
HEAD is f291b8c291d7f174fbb209c199b44d571fa64eb8
  • timburks committed f291b8c2:
    added array method to NSNull and NuCell to easily convert lists into arrays.
timburks pushed to master at timburks/nupostgresql Sat Oct 03 20:54:16 -0700 2009
HEAD is ac2b66a4b28fd83c78f3b7c2e8a0a56a748d68a0
  • timburks committed ac2b66a4:
    added new introspective methods that use dictionaries to insert and update rows.
timburks pushed to master at timburks/nupostgresql Sat Oct 03 20:07:07 -0700 2009
HEAD is 03f0789d73a1f15f91a0acdd6c30f634103c7f52
  • timburks committed 03f0789d:
    adding ivars to existing classes is not possible on linux (or the new 64 bit runtimes)
timburks pushed to master at timburks/nupostgresql Sat Oct 03 19:27:09 -0700 2009
HEAD is c50ce05b8f8c8d1c1e74dd65521bebbd9b878c90
timburks pushed to master at timburks/nu Sat Oct 03 19:20:07 -0700 2009
HEAD is 093862f578d4423dd47e356413ed5129a8c089c6
timburks pushed to master at timburks/nunja Wed Sep 30 22:45:05 -0700 2009
HEAD is ce6cafeb88fbe30e46915c4b7aa5347d3f792cab
timburks pushed to master at timburks/nu Wed Sep 30 21:15:22 -0700 2009
HEAD is f45732b9d6ed336f2f5f62906e6936b80d753e0c
timburks pushed to master at timburks/nunja Mon Sep 28 10:19:32 -0700 2009
HEAD is 2438f98b8591b2d6514f868cb0c4d4db4941bc9e
  • timburks committed 2438f98b:
    Experimental response cache. Makes Nunja scream, but not ready for use.