Recent activity

6 weeks ago

seths committed 5852e9329a84 to pokerepl
Added tag v0.1.7 for changeset d13936a3f0ae
6 weeks ago
seths committed d13936a3f0ae to pokerepl
close up sprint
6 weeks ago

7 weeks ago

seths committed 75b418c6bfcf to pokerepl
minor tweaks
7 weeks ago
seths committed 48ac311311e6 to pokerepl
Move almost everything into pokerepl.core, yet keep one source file per implementation
7 weeks ago
seths committed 7ba8741ca0d6 to pokerepl
Added tag v0.1.6 for changeset db1a776da32e
7 weeks ago
seths committed db1a776da32e to pokerepl
unchecked betting restored
7 weeks ago
seths committed 3e574a472f13 to pokerepl
use the cool new run plugin and update the status file
7 weeks ago
seths committed 63f27f4739c1 to pokerepl
add table code in preparation for restoring betting
7 weeks ago

8 weeks ago

seths committed 39b5efb4e905 to pokerepl
a.) use cemerick's string interpolation macro, b.) create casino and test it
8 weeks ago
seths committed 34b915a118b0 to pokerepl
Added tag v0.1.5 for changeset 203324e3041c
8 weeks ago
seths committed 203324e3041c to pokerepl
temporarily GNDN most functionality while reorganizing
8 weeks ago
seths committed f7f9c0b17185 to pokerepl
start of namespace refactoring. temporarily shedding some functionality
8 weeks ago

Repositories

 seths / bitunwise (created 15 months ago)

Bitunwise is an algorithm which slowly reads and writes bits in useful ways. Currently just a single C file.

 seths / clojuggle (created 2 months ago)

Clojuggle makes it easy to track and experiment with an extensible list of Clojure/Contrib repositories. It's a good way to quickly test code on different REPLs.

 seths / jawarepl (created 14 months ago)

JAWAREPL stands for JAva Web Application Read Eval Print Loop. You identify a war file and JAWAREPL will hand you a real Spring ApplicationContext. You can extract fully wired and configured beans from that context and call methods on them, as well as instantiate classes defined in the war file. WARNING: BE CAREFUL TO AVOID ACCIDENTAL DATABASE CHANGES. The dataSource in the war file will be active just like in a web application server. Technically the REPL part is not implemented here, but groovysh works just fine. Requires Groovy 1.6 or later.

 seths / pokerepl (created 4 months ago)

This project is an attempt to learn Clojure by implementing a subset of Poker. Available at Clojars via: http://clojars.org/pokerepl

Following