jtran (Jonathan Tran)

Name
Jonathan Tran
Website/Blog
http://plpatterns.com/
Location
Philadelphia, PA
Member Since
May 19, 2008 (about 1 year)

Following 5 githubbers and watching 9 repositories view all →

Public Repositories (6)

  • machina-java

    An interpreter for an experimental language. (Re-write of machina in Java.)

    legend

    Last updated Mon Oct 26 21:19:42 -0700 2009

  • status

    Get your app's status or progress sent to you over IM (log4j -> XMPP).

    legend

    Last updated Tue Oct 20 20:15:18 -0700 2009

  • clojure

    The Clojure programming language

    legend

    Forked from richhickey/clojure Thu Sep 03 07:48:11 -0700 2009

    Last updated Thu Sep 03 08:03:53 -0700 2009

  • tumblr-tools

    Imports Blogger blogs to Tumblr.

    legend

    Last updated Sat Aug 08 10:25:51 -0700 2009

  • jruby-clojure

    JRuby module to call into Clojure.

    legend

    Last updated Tue Apr 07 19:48:05 -0700 2009

  • machina

    An interpreter for an experimental language that runs in a web browser.

    legend

    Last updated Sat Jan 31 12:53:26 -0800 2009

Public Activity feed

jtran pushed to master at jtran/machina-java Mon Oct 26 21:19:42 -0700 2009
HEAD is 9d39eba8b14f7b24f45fd1603d94b860d2b41a7d
  • jtran committed 9d39eba8:
    Making main app observe or hook into evaluation.
jtran edited a page in the jtran/status wiki Sat Oct 24 22:25:54 -0700 2009
jtran pushed to master at jtran/machina-java Sat Oct 24 22:22:06 -0700 2009
HEAD is c42f0314824f7794277db667ba978f0628e7fad7
  • jtran committed c42f0314:
    Minor fixes. WishExp is never normal form.
jtran pushed to master at jtran/machina-java Wed Oct 21 23:53:02 -0700 2009
HEAD is 17a4d29da1bd1f54f622e438aed25a15ef014358
jtran created branch master at jtran/machina-java Wed Oct 21 23:17:53 -0700 2009
jtran created repository machina-java Wed Oct 21 23:01:00 -0700 2009
New repository is at jtran/machina-java
jtran pushed to master at jtran/status Tue Oct 20 20:15:18 -0700 2009
HEAD is 950d3a6dd517d5568d177d7ce01b9acf2f33cf32
  • jtran committed 950d3a6d:
    Adding "bye" IM command to remove yourself from listeners.
jtran edited a page in the jtran/status wiki Fri Oct 16 14:16:43 -0700 2009
jtran pushed to master at jtran/status Thu Oct 15 07:23:58 -0700 2009
HEAD is 07846d093201f60e4d3c55877d88aae525af2997
  • jtran committed 07846d09:
    Fixed infinite loop when IMs could not be delivered.
jtran pushed to master at jtran/status Wed Oct 07 13:42:46 -0700 2009
HEAD is f9bf54d00e1482b9d9e4e76e3921fe033ae84502
  • jtran committed f9bf54d0:
    Added "who" IM command to see who else is listening.
jtran edited a page in the jtran/status wiki Tue Sep 29 16:55:13 -0700 2009
jtran edited a page in the jtran/status wiki Tue Sep 29 16:27:15 -0700 2009
jtran pushed to master at jtran/status Tue Sep 29 16:25:18 -0700 2009
HEAD is dd93c15ed0fc001bad5e8b7c2c6cd178882bc12c

2 commits »

jtran pushed to master at jtran/status Mon Sep 28 21:27:02 -0700 2009
HEAD is ce9a44b450fb0f732a84d8e2867305e33a264a68
  • jtran committed ce9a44b4:
    Added log level to "status" IM command.
jtran pushed to master at jtran/status Mon Sep 28 21:13:53 -0700 2009
HEAD is 716d77aa17fadb91a4ea838eb9e397bb8e2765f5
  • jtran committed 716d77aa:
    Added IM commands to allow users to adjust the log level that gets sent to them. Just IM "set level warn" or "set level info".
jtran pushed to master at jtran/status Mon Sep 28 17:01:10 -0700 2009
HEAD is 9e70106c3caa39916e5cdadb3ce0465edfc1cc44
  • jtran committed 9e70106c:
    Moved code that reacts to IMs into the Conversation object.
jtran pushed to master at jtran/status Mon Sep 28 16:45:19 -0700 2009
HEAD is ae22e5f3aa1050b08fd223e16f8023a9a5a33fcf
jtran pushed to master at jtran/status Mon Sep 28 16:39:25 -0700 2009
HEAD is de6fbd0bac123229be2ae050578e50dc6784ac69
  • jtran committed de6fbd0b:
    Changed so that messaged logged at WARN level or higher do not get throttled.