CARVIEW |

timburks
-
TextMate tools for keeping my Nu and C/ObjC/C++ code in shape.Created Fri Dec 19 21:35:53 -0800 2008
-
Examples from the new 3rd edition of Cocoa Programming for Mac OS X, ported to NuCreated Fri May 23 13:17:46 -0700 2008
-
A Rails-based system for running FIRST LEGO League tournaments.Created Wed Sep 10 11:03:51 -0700 2008
-
An Apache module for running Nu code within a web server.Created Tue Aug 19 23:16:15 -0700 2008
-
The Nu programming language.Created Wed Mar 05 10:55:38 -0800 2008
-
A Nu plugin for the Acorn image editing tool.Created Sat Aug 09 17:23:04 -0700 2008
-
Classes and utilities that help Nu programs connect over Bonjour.Created Sat Sep 06 10:03:37 -0700 2008
-
A newfound treasure; a lightweight Foundation library for Linux.Created Sat Mar 08 17:45:30 -0800 2008
-
A graph drawing application. An example PyObjC application re-written in Nu. Original by Aaron Hi...Forked from jsyedidia/nugraphdraw Sat May 31 13:10:55 -0700 2008
-
Markdown processing with Nu. Use with any Nu or Objective-C project. Created by Grayson Hansard.Created Sat Mar 08 10:38:54 -0800 2008
-
A simple Nu/Objective-C interface to MySQL databases.Created Mon Mar 17 22:47:22 -0700 2008
-
A cross-platform web server that's scripted with Nu.Created Sat Mar 08 10:50:06 -0800 2008
-
A popular sample Cocoa application rewritten in Nu. Original code by Aaron Hillegass, ported to N...Created Sat Mar 08 08:14:54 -0800 2008
-
A simple Nu/Objective-C interface to PostgreSQL databases.Created Mon Mar 17 22:57:39 -0700 2008
-
XML SAX parser for the Nu Programming LanguageForked from deanmao/nusax Fri May 02 14:34:00 -0700 2008
-
A Nu and Objective-C wrapper for John Ousterhout's Tool Command Language (Tcl).Created Fri Mar 14 15:30:32 -0700 2008
-
NuUUID is a simple wrapper around the uuid library to simplify its use with Nu.Created Tue Nov 25 00:16:57 -0800 2008
-
A YAML processor for use with Nu and Objective-C. Created by Patrick Thomson.Created Sat Mar 08 08:05:08 -0800 2008
-
An Objective-C wrapper for minizip to allow it to be easily called from Nu and Objective-C programs.Created Fri Oct 24 16:19:25 -0700 2008
-
A Google App Engine app for sharing information about radars that we've submitted.Created Sat Nov 15 15:47:35 -0800 2008
-
The web site for the Nu programming languageCreated Mon May 12 11:09:03 -0700 2008
-
A lean-and-mean Ruby/ObjC bridgeCreated Mon Mar 24 10:59:59 -0700 2008
-
"The Nu Pill", my C4[2] IronCoder project. Hack Acorn. Push Nu code onto your iPhone. Scary fun.Created Tue Sep 09 09:11:54 -0700 2008
-
My GitHub PageCreated Thu Dec 18 20:25:46 -0800 2008
Public Activity
6860a96c31bef3119e4202b9d7f469b3198a1f20
Fixed a leak in (NSString -stringWithShellCommand) (via Troy Dawson) and synchronized template evaluation.
ee427e405c99fc080f90fcfa63c45dd855c5c98d
Added (NSString +stringWithStandardInput) helper.
21c3d62ef4c33c1f4c82900a44fdac026d033874
Switching to UTF8 string encoding.

-
itfrombit committed dd4c7848:
Merge branch 'master' of git://github.com/timburks/nu into timburks/master
-
itfrombit committed f25bf856:
Added tests for empty list macro arguments.
-
itfrombit committed 17e3d022:
Fixed handling of empty list arguments in mdestructure.
-
itfrombit committed a7e7ac2b:
Cleaned up parser code dealing with quote and quasiquote operators.
15f7edbd758a36c4a6c6fead0181805d6fc7c3e1
Merge ssh://code.neontology.com/git/public/Nu
0b7b54cf7909482b30150dab668697ca66ca569d
Raise an exception for incomplete expressions in templates.
a0d9b29e0559f93ce3d31bedcee3a2fdaa743363
Fix a concurrency problem in string interpolation.
ad8ad465eb602549298796254d4279804b87d3fc
Made comments feed tolerant of comments whose radars have been deleted.
6b4ba2ef62a551a75a4565b2f3bb9a27ce81adae
Added some explicit list accessors (SFW).