Search for 'WA 0821 1305 0400 Ahli Hydroseeding Green Project Lampung Utara Lampung'
For details on the search query syntax, see the guide.
Total results: 644, showing 193 - 216
A combined Clojure/ClojureScript project with basic ring support and a weasel based browser REPL
A dummy project for testing purposes
A simple muxx project which I will use mostly to test new ideas
A project encompassing various Thamil language-specific computing ideas
A Clojure project with a little bit of Java sprinkled here and there
Insert tern database schema version into the project manifest.
A Leiningen template for creating a project that will contain a
single file. It pull pull in midje for testing but otherwise
leave you with as small a project as possible.
OSS-JDBC is an empty Maven project that depends on several Open Source JDBC
drivers. The sole purpose of this project is to automatically pull in JDBC
driver JARs as Maven dependencies.
leiningen template project for vertx
Lein template to generate Morse project
Sample project with a few useful dependencies used just to run `lein repl` and do clojure experiments.
Simulant project generator
Core library for sandbar project.
Lein project for JHotDraw to upload to clojars.org
Lein template for a basic clojurescript project using ring
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.
Evil project to turn excel spreadsheets in persistent reactive structures.
Boot task to compile a middleman project
Basic CasperJS project template
This is a library location for me to plunk a lot of common utilities I want to keep available for use independent of the project
A leiningen plugin for generating standalone console executables for your project.
tree-config support for reading values from leinening profiles or project files
Wrapping up the Bloomberg java SDK jars into a lein project.