Skip to content
View sfraser's full-sized avatar

Block or report sfraser

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. MultithreadedGameOfLife MultithreadedGameOfLife Public

    Clojure implementation of "Conway's Game of Life" showing parallelization of the work. See http://groups.google.com/group/clojure/msg/73df9c3446bf092f for background. Thanks to Larry Sherrill for i…

    Clojure 8 1

  2. Hibernate-Core-3.5.6-Final-patched-with--True-Coalesce--enhancement Hibernate-Core-3.5.6-Final-patched-with--True-Coalesce--enhancement Public

    New entities saved to session that are made dirty are flushed via INSERT of initial state followed by UPDATE. This patch allows the UPDATE to coalesce into a single INSERT.

    Java 2 1

  3. heapaudit heapaudit Public

    Forked from darcysaum/heapaudit

    FourSquare's cool HeapAudit. I added support for multi-dim arrays, and a second update for explicitly zero length arrays. Both pull requests were accepted.

    Java 2

  4. SRV1ClojureConsole SRV1ClojureConsole Public

    Clojure based console to control an SRV-1Q, see http://www.inertialabs.com/srv.htm for info

    Java 1 1

  5. DatacenterCooling DatacenterCooling Public

    Clojure solution for Quora's "Datacenter Cooling" challenge at http://www.quora.com/challenges

    Clojure 1

  6. GCViewer GCViewer Public

    Forked from chewiebug/GCViewer

    Fork of tagtraum industries' GCViewer. Tagtraum stopped development in 2008, I aim to improve support for Sun's / Oracle's java 1.6 + 1.7 garbage collector logs (including G1 collector)

    Java