Search for 'the'

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

Total results: 2929, showing 2665 - 2688

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


  • A library for working with the Github API.

  • A general-purpose interval manipulation library for the JVM.

  • Utilities for color manipulations. This is mostly code ported from the color module in SASS.

  • Quarzite is a thin Clojure layer on top the Quartz Scheduler

  • A Clojure HTTP library wrapping the Apache HttpComponents client.

  • Incanter-charts is the JFreeChart module of the Incanter project.
  • shellac 0.1.0-SNAPSHOT

    Shellac is a Clojure command-line enhancer. It provides the capability to write commands in Clojure, and run them from the command line without incurring the cost of a JVM/Clojure startup each time.
  • acron0/blitzcrank 0.1.6-SNAPSHOT

    Clojure version of the League of Legends API

  • Duct module and router for the reitit routing library

  • Invoke JFR from inside the JVM using Clojure.

  • A Middlebrow implementation using SWT's Browser as the backend.
  • meson 0.2.0-SNAPSHOT

    Clojure Client Library for the Mesos HTTP API

  • A Leiningen plugin for the Gorilla REPL.
  • org.msync/lein-javadoc 0.4.0-SNAPSHOT

    Run javadoc for the java source in your lein project.

  • The xml.maven library contains code to process Maven POMs and metadata.
  • parksidesecurities/jackdaw 0.7.6-add_internal_topic_name_support-SNAPSHOT

    A Clojure library for the Apache Kafka distributed streaming platform.
  • joegallo/clj-http 0.7.9-SNAPSHOT

    A Clojure HTTP library wrapping the Apache HttpComponents client.

  • A Clojure wrapper around the Lanterna terminal output library.
  • parsnip 1.0.0-SNAPSHOT

    A cheap clone of Parsec, right down to the syntax
  • common-clj 1.0.0-SNAPSHOT

    the common used functionalities

  • iso-countries is a Clojure library designed to provide easy access to comprehensive ISO 3166-1 country data. This library aims to simplify the process of retrieving country-specific information, including official names, alpha-2 and alpha-3 codes, numeric codes, regional classifications, and unicode flags.
  • io.helins/mbus 2.0.0-beta0

    Using the Meter-Bus protocol from Clojure JVM
  • zheh12/jvm-breakglass 0.0.9-SNAPSHOT

    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.

  • Catches unhandled canvas layer events and re-dispatches them to the next layer in the stack.