Search for 'WA 0812 2782 5310 Kontraktor Pembuatan Rumah Mewah 1 Lantai Gaya Eropa Terpercaya Tugu Semarang'
For details on the search query syntax, see the guide.
Total results: 56, showing 1 - 24
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Toucan 1 reimplemented in terms of Toucan 2. Compatibility layer for existing projects using Toucan 1.
Simple library to manage Type 1 UUIDs (time based)
Byte ropes for clojure and clojurescript.
A clojure.spec flavored adaption of Prismatic^WPlumatic Graph
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.
An almost worthless utility library that aids with releasing projects that have single-segment version numbers.
A connector for MapR and Storm consisting of two components:
1. Franz - a Kafka-like API for logging messages to topics, materializing them onto disk in a MapR Cluster
2. ProtoSpout - a Storm spout implementation that gathers newly-arrived data from the end of a file and creates
tuples for a storm topology
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.
wrap-js wrapper for jquery 1.7.1 https://github.com/davesann/cljs-jquery
wrap-js wrapper for jquery-spark-line 1.6 https://github.com/davesann/cljs-jquery-sparkline
A Clojure library that provides a bizarre function definition