Search for 'WA 0852 2611 9277 Pesan Interior Set Kamar Ukir Apartemen The Spring Residence Tangerang'
For details on the search query syntax, see the guide.
Total results: 3268, showing 1561 - 1584
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Library for interaction with the Shadowserver IP-BGP service
Clojure library for the Hazelcast p2p cluster
Clojure tools is a set of clojure utilities pulled out of Conjure.
ClojureScript Autobuilder/Server which pushes changed files to the browser. This is the lein plugin.
A library for use In the REPL. Add dependencies to your classpath,
reload your project.clj file, and invoke leiningen tasks.
The App Engine Leiningen plugin which can be used to interact with
both the development server and the remote runtime.
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 core parser and runtime for Visi
Re-grommet is an interface between ClojureScript's Reagent and the Grommet React Framework
Clojure wrapper for the Pebble Java templating engine.
Coding on the fly, with a tool.deps + component based reloadable build library
A collection of om-components with the css from Semantic UI
A pseudo-port of ActiveRecord to the Clojure programming language. This is a non-snapshot version of clj-record for use in production projects.
packaging up the simple-xmlrpc implementation from the boys at redstone (thanks guys..)
A wrapper for the re-natal library
Set of functions for manipulating with files and directories.
DEPRECATED — moved to com.wagoe/wagoe-cli. Boundary has been renamed to Wagoe. This artifact now lives at the coordinate below; the org.boundary-app group is no longer maintained. See https://wagoe.org
A comprehensive Clojure client for the entire Amazon AWS api.
Creates a .tgz bundle of the pbxis-ws project
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
An experimental Executor that uses virtual threads to isolate blocking operations, ensuring the underlying ExecutorService only handles non-blocking coordination while blocking code executes in virtual threads
Wrapper for the TinkerPop Pipes API for traversing Graph DBMSs. It supports version 0.5 of the Pipes API.
Clojurescript library for the rendering of animated sprites on canvas.