Search for 'WA 0859 3970 0884 Perhitungan Renovasi Plafon Gypsum Up Ceiling Turi Sleman'
For details on the search query syntax, see the guide.
Total results: 105, showing 25 - 48
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
This is a Lein template for spinning up fullstack ClojureScript applications on Zeit's Now 2.0 offering.
A simple leiningen plugin for managing sql migrations
Send to Firefox a reload request via the Firefox 'Remote Control' add-on.
Laniu can help you rapid development and clean.
It’s django model for clojure.
A Clojure library designed to normal human that don't like SQL, well, if you don't like SQL , that part is up to you.
Wrapping up the Bloomberg java SDK jars into a lein project.
A module to set up a JDBC connection pool in Yo-yo
Pedestal webapp service for Up.
Core infrastruture for Up.
Designed to create data workflows with different stations where the processing can be done. The assembly line can easily be extend with new stations, you can run it up to a specific station, pause it, resume it and execute it asynchronously.
Logging component for Up.
Watch component that watches the file system and place file events on the bus.
Provides a templating service to Up components.
A Clojure library designed to interact with the SSH CLI to perform tasks like setting up passwordless SSH between machines, executing remote commands, performing SCP, etc.
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.
Wrapping up the Bloomberg java SDK jars into a lein project.
Up to date fork of react-draggable
Jar that packages up all of the ClojureScript dependencies
Clojurescript library to support efficient computation of up to date values derived from a mutable data source. Designed to integrate with functional UI frameworks like Om and with data stores like Datascript and NativeStore
Ring Middleware for serving up an index file.
Simple Leiningen plug-in to speed up working with Apache Axis and WSDL files.
ZeroMQ Java bindings all packaged up and ready for use with leiningen + native-deps + clojars.org.
Includes Mac OS X x86, linux x86, linux x86_64, window x86, and window x86_64. Please fork and build for other architectures!