Search for 'the'

For details on the search query syntax, see the guide.

Total results: 2961, showing 289 - 312

Note: artifacts in italics are non-canonical forks. See the wiki for more details.


  • Sigel «ᛋ» is a Clojure interface to the XSLT and XPath bits of Saxon.

  • A Leiningen plugin to set the project version based on the git SHA.

  • 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 small library to advise Clojure data visualization and notebook tools how to display forms and values, following the kindly convention

  • The ultimate factory library
  • clj-wamp 1.1.0-SNAPSHOT

    The WebSocket Application Messaging Protocol for Clojure
  • grafter/matcha.alpha 0.4.9-SNAPSHOT

    A clojure API implementing the W3C CSVW csv2rdf processor

  • Thin Clojure layer on top of the Java GeoIP API. Please have a look at the GeoIP homepage at http://www.maxmind.com/app/ip-location.

  • Clojure mechanism for controlling the rate of actions

  • Clojure wrapper for the PDFBox that converts a page range of a PDF document to images.
  • adworj 0.6.0-SNAPSHOT

    Clojure library to ease interacting with the Google AdWords API

  • A light replacement for built-in <textarea /> component which automatically adjusts its height to match the content.
  • cljs-pikaday 0.2.0-SNAPSHOT

    ClojureScript interface to the Pikaday JS date picker

  • Send clojurescript node tests results over the wire

  • DevOps for the JVM. Pallet is a platform for agile and programmatic automation of infrastructure in the cloud, on server racks or directly on virtual machines. Pallet provides cloud provider and operating system independence, and allows for an unprecedented level of customization.

  • A fork of the no longer maintained table component, designed to present millions of rows of data.

  • ring jetty adapter that exposes servlet related information in the request map

  • Fast JVM launching without the hassle of persistent JVMs.

  • a small library to check the status of a bugzilla bug.

  • In which we deal with exceptions the clojure way

  • ANTlr4 generated runtime for the CEL grammar

  • Tools for simplifying the writing of complex macros

  • Idempotent datom transacting for Datomic. Special thanks to Stuart Halloway for the original idea, implementation and permission to take it and run.

  • A lightweight Clojure wrapper around the exif processing facility in Drew Noakes' metadata-extractor