Search for 'the'
For details on the search query syntax, see the guide.
Total results: 2947, showing 1273 - 1296
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Use the standard Linux I2C api
Pure Clojure implementation of the Advanced Encryption Standard (AES). Supports encryption and decryption for 128, 192, and 256 bit keys.
Converts the character encoding of files into UTF8 and every end of line into '\n'.
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.
The generator and destroyers for the plugin files.
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)
The generator and destroyers for the view files.
Figures out the predominant colors in an image
Logs log4j message asynchronously to loggly via the http input.
A clojure wrapper around the Github API
An unofficial copy of the Eclipse SWT releases, since they are not published in Maven Central.
A Clojure wrapper for the Amazon DynamoDB v2 Java API.
Reloads the repl on file change
packaging up the simple-xmlrpc implementation from the boys at redstone (thanks guys..)
Simple Leiningen plugin to read inline notes in the source codes
Seamlessly fetch data from an API in the middle of your Ring request
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
Clojure interface to the USPS Web Tools API
A Clojure library designed to wrap the Java libraries for XML schema validation
BrowserChannel server implementation in Clojure, with a ClojureScript wrapper for the BrowserChannel API included in Google Closure.
Hatch, how we get things in and out of the hold (Datomic).
Clojure wrapper for the Pebble Java templating engine.
Hoplon wrapper for the Google JSAPI