Search for 'the'

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

Total results: 2951, showing 1297 - 1320

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


  • Clojure interface to the USPS Web Tools API

  • Fork of the 3x-UI project with additional functionality for creating inbounds, generating certificates, and other features.

  • A Clojure wrapper for the Amazon DynamoDB v2 Java API.

  • A Clojure library designed to wrap the Java libraries for XML schema validation

  • The generator and destroyers for the view files.

  • The generator and destroyers for the plugin files.

  • FIXME: generated by the bortexz/deps-lib-template template.

  • Hoplon wrapper for the Google JSAPI

  • Library for using the Transit data format with Ring websockets

  • BrowserChannel server implementation in Clojure, with a ClojureScript wrapper for the BrowserChannel API included in Google Closure.

  • Clojure library for the Hazelcast p2p cluster

  • packaging up the simple-xmlrpc implementation from the boys at redstone (thanks guys..)

  • The Slim (Simple List Invocation Method) protocol implented for Clojure

  • Run Convex Lisp in the terminal, and much more

  • Simple Leiningen plugin to read inline notes in the source codes

  • Hatch, how we get things in and out of the hold (Datomic).

  • 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

  • A clojure library for accessing the salesforce api
  • fif-lang/fifql 1.5.0-SNAPSHOT

    Stack-based Query Language for the web

  • A library that provides the building blocks for resilient Clojure application

  • Backend support such as database connectivity for Sisyphus, Retrospect, Chivalry, and other projects that use the same data.

  • Re-grommet is an interface between ClojureScript's Reagent and the Grommet React Framework
  • kwrooijen/gungnir.ui 0.0.1-SNAPSHOT

    UI helpers for the Gungnir library

  • 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.