All projects
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Displaying projects 19081 - 19100 of 31856
Allows players to deny other players from entering their plot in JustPlots
puregero 2021-04-06 | Restricts VoxelSniper to the player's plots in JustPlots
puregero 2021-04-07 | A ranking plugin for minecraft survival
puregero 2021-05-08 | A HBase Clojure Client library
kiran 2013-10-11 | Implements a bunch of Probabilistic data structures to count cardinality of a set
kiran 2013-10-13 | a framework for asynchronous communication
duck1123 2011-11-23 | MVC framework for Ring-based applications
duck1123 2011-08-14 | gravatar api wrapper for clojure
duck1123 2012-03-21 | A clojure entity framework for MongoDB
duck1123 2011-12-10 | A hypermedia REST HTTP API library for Clojure
duck1123 2015-02-06 | Plaza framework for semantic distributed applications
duck1123 2013-08-06 | Language extensions for clojurescript
duck1123 2017-01-09 | Transparent, non-invasive RPC by clojure and for clojure
duck1123 2012-02-10 | A ClojureScript library to keep your state in step
duck1123 2012-09-08 | A property testing library for Clojure
lfn3 2018-04-20 | A port of the Scmutils computer algebra/mechanics system to Clojure
colin 2016-01-24 | A port of the Scmutils computer algebra/mechanics system to Clojure
sritchie09 2020-11-09 | A set of common utility functions used by lstoll
lstoll 2012-10-19 | Setting up an nrepl can be useful to introspect into the JVM for troubleshouting/investigation or testing of regular Java applications. You can connect onto a process and use a Clojure prompt interactivelly or have client application that sends and execute Java code dynamically. It works because the code injected is Clojure and that the Clojure run-time allows to evaluate code at run-time. Furthermore Clojure interops very easily with Java i.e. you can translate pretty much any Java code into Clojure and access all your Java object from the injected Clojure code. This is the perfect tool to access the inside of your JVM process live after it has been deployed. To run any fancy change of code scenario, any data structure or call any method you don't need to redeploy your java code. You can see what your process sees in real time. This is an unvaluable tool to use to develop and maintain a java application.
matlux 2015-03-11 |