Public Gists by stephenroller

Gravatar
Wed Apr 15 20:41:44 -0700 2009
1
2
3
### Jazz Patch 1.0
#date: "2009-04-15 23:42:41.000000234 -0400"
#itemid: "iTrust/unittests/edu/ncsu/csc/itrust/dao" "_R3TmkBpGEd6nA98H4Bi_fQ" "_n1RZMBZVEd6JG7OCVhzRHg"
Gravatar
Fri Mar 13 21:59:01 -0700 2009
1
2
3
sr ~/Wo/compojuretest $ jad JnaTest.class
Parsing JnaTest.class... Generating JnaTest.jad
sr ~/Wo/compojuretest $ cat JnaTest.jad
Gravatar
Fri Mar 13 21:57:01 -0700 2009
1
2
3
sr ~/Wo/compojuretest $ cljr
Clojure
1:1 user=> (set! *compile-path* "./")
Gravatar
Fri Mar 13 21:55:15 -0700 2009
1
2
3
(ns jnatest)
 
(import 'com.sun.jna.Library 'com.sun.jna.Native)
Gravatar
Thu Feb 26 14:53:30 -0800 2009
1
2
3
import readline
 
def make_hook(text):
Gravatar
Wed Feb 18 00:23:15 -0800 2009
1
2
3
UC31
====
* Added getExpiredPrescriptions to PatientDAO.java
Gravatar
Tue Feb 17 23:59:18 -0800 2009
1
2
3
diff -u -N iTrust/httptests/edu/ncsu/csc/itrust/http/DetermineOperationalProfileTest.java iTrust/httptests/edu/ncsu/csc/itrust/http/DetermineOperationalProfileTest.java
--- iTrust/httptests/edu/ncsu/csc/itrust/http/DetermineOperationalProfileTest.java 2009-01-28 04:16:15.000000912 -0500
+++ iTrust/httptests/edu/ncsu/csc/itrust/http/DetermineOperationalProfileTest.java 2009-02-18 02:11:12.000000142 -0500
gist: 57037 Gives a back button/expose ...
Gravatar
Mon Feb 02 10:45:43 -0800 2009
1
2
3
tell application "System Events" to set appList to name of application processes whose frontmost is true
set frontApp to item 1 of appList