Search for 'WA 0821 1305 0400 Vendor Kontraktor Hidroseeding Green Project Malinau Kalimantan Utara'
For details on the search query syntax, see the guide.
Total results: 670, showing 217 - 240
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Simulant project generator
Core library for sandbar project.
Lein project for JHotDraw to upload to clojars.org
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.
Lein template for a basic clojurescript project using ring
Boot task to compile a middleman project
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
Basic CasperJS project template
tree-config support for reading values from leinening profiles or project files
A leiningen plugin for generating standalone console executables for your project.
Wrapping up the Bloomberg java SDK jars into a lein project.
ClojureScript + dmohs/react project template.
DEPRECATED: this project is no longer useful.
Created with lein-create-template
clj-new / shadow-cljs template for basic re-frame SPA project
Demo project for advanced boot scripting blog post. Library code that downloads the last tweet from a given twitter account.
Package a lein project for distribution with all dependencies
Leiningen plugin to run tasks with ad-hoc project keys.
Compojure project template for Leiningen
Compojure project template for Leiningen
A Clojure library for generating a project ReadMe from hiccup/html.
Automatically control tools.build based project version based on Git and system metadata.
A leiningen plugin to create Eclipse project descriptor files.