Search for 'the'
For details on the search query syntax, see the guide.
Total results: 2923, showing 1297 - 1320
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Implementation of the UCUM units of measure standard.
Clojure implementation of the cancancan library
Conjure html is a library for converting s-expressions into html. It has the same syntax as hiccup, but has optimizations for Conjure.
ClojureScript wrapper for the MathBox JS library
Peloton is a Clojure library to simplify the creation of high performance event-based web applications.
Ring adapter for jetty9, which supports websocket and spdy. This is a fork with better ping/pong support. Follow the upstream commit here: https://github.com/sunng87/ring-jetty9-adapter/pull/55
Clojure/Clojurescript cache, using the Clock algorithm.
Tap into the mystery of the Sphynx to parse information from strings.
ClojureScript Autobuilder/Server which pushes changed files to the browser. This is the lein plugin.
Common utilities for the REPL.
Clj-DBCP is a simple Java-6/Clojure wrapper around the Apache DBCP library
for creating database connection pools and for embedding databases in
applications.
The (very) small kernel of the LaTTe proof assistant
The PostgreSQL Driver JDBC4
Re-grommet is an interface between ClojureScript's Reagent and the Grommet React Framework
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.
Clojure implementation of the DBSCAN clustering algorithm
A rich REPL for Clojure in the notebook style.
Implementation of the comparison-efficient Merge Insertion Sort / Ford-Johnson Algorithm
Wrapper for the TinkerPop Pipes API for traversing Graph DBMSs. It supports version 0.5 of the Pipes API.
A dark version of the default Codox theme
Heads-up display in the browser to display developer information.
The state of a Kubernetes cluster, abstracted as a value in a Clojure atom.