Search for 'WA 0859 3970 0884 Biaya Pemborong Rumah Type 36 1 Lantai Murah Jenar Sragen'
For details on the search query syntax, see the guide.
Total results: 175, showing 49 - 72
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
DBUS Type System parser for clojure and java
Cloudbees lein deployment plugin for deploying your special snowflake apps really really easily.
See https://github.com/michaelneale/lein-cloudbees for docs and installation instructions.
(when installed type lein cloudbees to see what you can do. For any ring based webapps.
A connector for MapR and Storm consisting of two components:
1. Franz - a Kafka-like API for logging messages to topics, materializing them onto disk in a MapR Cluster
2. ProtoSpout - a Storm spout implementation that gathers newly-arrived data from the end of a file and creates
tuples for a storm topology
A tiny Clojure library that serializes and deserializes values into popular formats based on provided content type
Runtime type inference algorithm for core.typed and clojure.spec.
Infer specs from any Avro type
An optional type system for ClojureScript — full system for annotating and type-checking.
clojure.spec definitions for the boolean data type.
Arbol is a mixed data type tree transformer using simple selectors available in Clojure and ClojureScript.
An optional type system for Clojure — full system for annotating and type-checking.
Array manipulation library for Clojure with "sweet" array type notation and more safety by static types
Provides access using Clojure to an OpenTelemetry Sampler object that implements the Jaeger remote sampler type
LaTTe : a Laboratory for Type Theory Experiments
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.
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).
A Clojure library that identifies file type based on magic numbers.
Easily publish and receive messages containing any type of nested data structure to dynamically-created queues and topics.