Search for 'WA 0852 2611 9277 Harga Borongan Pasang Plafon PVC No 1 Terpercaya Makasar Jakarta Timur'
For details on the search query syntax, see the guide.
Total results: 172, showing 49 - 72
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Clojure library for JSON Web Token(JWT). Forked from https://github.com/liquidz/clj-jwt which is no longer active.
Instaparse: No grammar left behind
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.
This artifact may shadow a release on Maven Central. You should
search there for a canonical release.
A minimal java http server which fulfills small portions of the http specifications. This is not a full fledged or secure server. It should only be used for learning purposes and contains no guarantees of any king.
Republished from
https://github.com/oschrenk/osmosis/commit/84a5fc574717b3c5bc41520f370b9fc8807798cd
since there appears to be no official hstore support in JDBC.
DEPRECATED: this project is no longer useful.
Instaparse: No grammar left behind
Leiningen plugin to provide a non-signing variant of vcs tag
Instaparse: No grammar left behind
High level language for graphical and UI programming. No markup.
wrap-js wrapper for jquery 1.7.1 https://github.com/davesann/cljs-jquery
High level language for graphical and UI programming. No markup.
No nonsense Clojurescript dom templating and manipulation
No dependency, specification compliant SSE client in Clojure
Library calculating holidays and workdays for Norway.