Search for ' feshop bins, 【 Visit Amsiga.com 】 ojM3t2s., buy fresh cvv, cc non vbv, fullz list coHS'
For details on the search query syntax, see the guide.
Total results: 140, showing 49 - 72
Decode locations from things
Library to parse property list (.plist) files
Graph library for Clojure
LZ4 compression for ptaoussanis/nippy
A thin Clojure wrapper around a small part of Apache POI for
reading .xlsx files.
Elastic Search REST client for Clojure
A scaleable production-ready crawler in clojure
Retry stuff until it passes or break
Insert tern database schema version into the project manifest.
A tiny but mighty list virtualization library, with zero dependencies
Redis based library for asynchronous processing
Jilch: A Clojure 0MQ Messaging Library (using jeromq)
An experimental Clojure(ish) to Javascript compiler similar to
[clojurescript](https://github.com/clojure/clojure-contrib/tree/master/clojurescript/). The library also provides several tools to assist you with integrating cljs into your workflow. All this in about 1k lines. Viva Clojure!
# Usage
Use the `cljs.core/to-js` function to turn a list (representing some
code) into javascript, like so:
(to-js '((fn [x] (alert x)) "hello world"))
-> function(x){alert(x);}("hello world");
(to-js '(-> ($ "<div />")
(.css {:backgroundColor "blue" .
:border "dashed white 5px"})
-> (function(){var out = $("<div />");
out.css({backgroundColor:"blue",border:"dashed white 5px"});
return out}())
Neat, huh?
In addition to the compiler, cljs provides several tools to make working with cljs in the context of a web project easier:
1. [cljs.watch](#cljs.watch) provides a mechanism for automatic recompilation on source changes. Used by either `lein cljs-watch` or `(use 'cljs.watch) (start-watch-project "./project.clj")`. Cljs output is declared in your project.clj file, under the :cljs key.
2. [cljs.stitch](#cljs.stitch) takes care of stitching the collection of source files that make up a library into a coherent javascript file.
For more examples, please see the [cljs.test.core](#cljs.test.core) namespace.
load, coerce, and validate property files
A Graph Layout Library For Clojure
Backend support such as database connectivity for Sisyphus, Retrospect, Chivalry, and other projects that use the same data.
Yet another exception catching library
Ring middleware for session timeouts
Parse and extract list of version from maven-metadata.xml
Elastic Search REST client for Clojure