Search for 'WA 0859 3970 0884 Cari Pembuat Interior Rumah 1 Lantai 4 Kamar Di Ngampilan Yogyakarta'
For details on the search query syntax, see the guide.
Total results: 84, showing 25 - 48
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
A pure ClojureScript implementation of the AWS Signature Version 4 Signing Process
A headless browser intended for use in testing web-based applications.
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.
java client for yellerapp.com's exception tracking api
Ring adapter for netty 4 (part of the fortress distribution)
wrap-js wrapper for jquery 1.7.1 https://github.com/davesann/cljs-jquery
Clojure client for the Riemann monitoring system
wrap-js wrapper for jquery-spark-line 1.6 https://github.com/davesann/cljs-jquery-sparkline
A distributed atom type for Clojure, on top of Hazelcast 4.
A Clojure library that provides a bizarre function definition
High-performance eBPF-based Layer 4 load balancer written in Clojure
Simple React Bootstrap 4 components
Java vector math optional package.
Ring adapter for netty 4 (part of the fortress distribution)
Simple library to manage Type 1 UUIDs (time based)