Search for 'WA 0812 2782 5310 Anggaran Rehab Rumah Type 70 2 Lantai Minimalis Murah Tanjungsari Gunungkidul'
For details on the search query syntax, see the guide.
Total results: 215, showing 73 - 96
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Array manipulation library for Clojure with "sweet" array type notation and more safety by static types
A native Clojure re-implementation of FIGlet, the classic
ASCII art text renderer. Parses FIGfont Version 2 font
files (Cowan & Burton, 1996-97), implements all six
horizontal smushing rules plus universal smushing, and
produces output identical to the reference C figlet.
No external dependencies beyond Clojure itself.
Static type checking for Clojure projects that use Plumatic Schema
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.
Static type checking for Clojure projects that use Plumatic Schema / Malli (hermetic-host launcher)
Pipehat (|^) is a zero-dependency Clojure library for reading and writing HL7 version 2 messages encoded using vertical bar ("pipehat") encoding.
ClojureScript micro-library with an implementation of a type 4, random UUID generator compatible with RFC-4122 and cljs.core/UUID (make-random-uuid), a uuid-string conformance validating predicate (valid-uuid?), and a UUID factory from uuid-string with conformance validation (make-uuid-from).
An optional type system for Clojure — zero-dependency artifact for annotations only.
Random Utilities – helpers for basic type conversions and checks
java client for yellerapp.com's exception tracking api
Easily publish and receive messages containing any type of nested data structure to dynamically-created queues and topics.
Simple Clojure Type Converter and Utilities Library
Helper functions for working with PostgresSQL hstore data type in Clojure via JDBC
An optional type system for Clojure — full system for annotating and type-checking.
An optional type system for Clojure — zero-dependency artifact for annotations only.
extract image type and dimensions from an inputstream
A Clojure utility to inspect static types inferred by the Clojure compiler
Type annotations and macros for the base Clojure distribution.
An optional type system for ClojureScript — full system for annotating and type-checking.
Type annotations and macros for the base Clojure distribution.
Runtime type inference algorithm for Fort and clojure.spec.