Search for 'the'
For details on the search query syntax, see the guide.
Total results: 2961, showing 1321 - 1344
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
A Clojure helper class for configuring a Clojure application that uses the AWS SDK (via Amazonica) to talk to the Spurious services (https://github.com/spurious-io/spurious)
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.
Hatch, how we get things in and out of the hold (Datomic).
dj dynamic utilities, load jars, load native jars, reload jars, and load projects via project.clj files on the fly
BrowserChannel server implementation in Clojure, with a ClojureScript wrapper for the BrowserChannel API included in Google Closure.
Backend support such as database connectivity for Sisyphus, Retrospect, Chivalry, and other projects that use the same data.
The PostgreSQL JDBC4 driver
Seamlessly fetch data from an API in the middle of your Ring request
packaging up the xmlrpc implementation from the boys at redstone (thanks guys..)
Clojure library for the Hazelcast p2p cluster
An audio tagging library supporing mp3, mp4, flac, and ogg containers. It supports all of the common tags used in these files including one image in a simple abstracted way which hides most of the differences between the formats.
ex. To get read all supported tags and image into a map use (get-all-info <path>) and a map will be returned with all tag data.
ex. To update an existing tag with a new artist and album while leaving all other fields untouched, use (update-tag! <file> {:artist "new artist"
:album "new album"})
ex. To delete the lyrics field, use (update-tag! <file> {:lyrics :delete})
Supported tags:
mp3: track, track-total, disc-no, disc-total, title,
artist, album, album-artist, year, genre, comment, composer,
original-artist, remixer, conductor, bpm, grouping, isrc, record-label,
encoder, lyricist, lyrics, artwork-mime, artwork-data (byte array)
mp4: all from mp3 except original-artist, remixer, record-label
ogg/flac: all except original-artist, track-total, record-label, disc-total,
remixer, grouping
API Documentation: http://danpallas.github.io/green-tags/
contributing: Pull requests are welcome, but try to keep the API simple and submit updated tests to go along with it. Don't use macros in the API because they complicate test mocking for any project that implements this library.
UI helpers for the Gungnir library
A Clojure wrapper for the Amazon DynamoDB v2 Java API.
Support library for Clojure servers built on the System/Component pattern
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 generator and destroyers for the view files.
Run Convex Lisp in the terminal, and much more
The generator and destroyers for the plugin files.
A Clojure library designed to wrap the Java libraries for XML schema validation
A small Clojure wrapper around the resilience4j RateLimiter module
A *very* simple jar that loads a Java file that looks in META-INF/MANIFEST.MF for the name of a Clojure namespace to load and run
A Clojure framework for building real-time voice-enabled AI applications. simulflow handles the orchestration of speech recognition, audio processing, and AI service integration with the elegance of functional programming.
packaging up the simple-xmlrpc implementation from the boys at redstone (thanks guys..)
Re-grommet is an interface between ClojureScript's Reagent and the Grommet React Framework