Search for 'the'
For details on the search query syntax, see the guide.
Total results: 2973, showing 2569 - 2592
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Boot task to automatically reload page resources in the browser.
Fast JSON encoding and decoding for Clojure via the Jackson library.
Protocol Buffers for the RethinkDB database
Clojure command line application which returns the widths of csv file columns
Baby version of the Ginfer (graph inference) library
The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.
This artifact may shadow a release on Maven Central. You should
search there for a canonical release.
Core jar for the Apache Pivot GUI Toolkit
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.
A pilot project to use Clojure for introductory computer science courses at the University of Minnesota - Morris
This is an small Clojure binding for the New York Times developer APIs.
Clojure(script) implementation of the DBSCAN clustering algorithm
A Clojure interface to the Lucene search engine
Integrant methods for the Timbre logging library
ClojureScript Autobuilder/Server which pushes changed files to the browser.
A pseudo-port of ActiveRecord to the Clojure programming language
Pure Java implementation of the liblzo2 LZO compression algorithm.
a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish.
Weupnp is a lightweight Java library, released under the LGPL licence, designed to implement the UPnP protocol to handle port mappings on Gateway Devices.
This artifact may shadow a release on Maven Central. You should
search there for a canonical release.
A collection of higher level APIs for COmanage Registry that provide transaction-oriented operations.
Note that the Core API must be configured/enabled and the available functionality depends on the
service configuration details.
Idiomatic Clojure wrapper for the jsoup library.
small wrapper for the api of www.offenes-koeln.de
Jepsen tests for the Tendermint Byzantine consensus system
A library designed to filter out from Clojure backtraces those
frames likely to be of interest to the developer
A library that enables easy reading of files from the local filesystem, SFTP, S3, and github