Search for 'WA 0852 2611 9277 Penyedia Interior Lemari Set Kamar Tidur Apartemen The Lana Tangerang'
For details on the search query syntax, see the guide.
Total results: 3259, showing 1009 - 1032
smile bindings for the techascent ecosystem
Clojure client library for the GoCardless API
A set of common utility functions used by lstoll
Set of useful macros and functions
Integrant methods for the Reitit routing library
SWT is an open source widget toolkit for Java designed to provide efficient, portable access to the user-interface facilities of the operating systems on which it is implemented.
Protocol Buffers for the RethinkDB database
A Clojure client for the PuppetDB REST API
A fast and complete ByteBuffer implementation using either ArrayBuffers in the browser or Buffers under node.js.
The protocol for custom rendering in gorilla REPL.
Common utils to ease the development
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.
A Clojure library wrapping the opentelemetry client for Java
A lein plugin for the Apache Felix OSGi project
An idiomatic Clojure Redis client wrapping the Java client Lettuce
caribou development: The prototypical caribou project
A Ring middleware that adds X-Clacks-Overhead header to the response
DEPRECATED — moved to com.wagoe/wagoe-tools. Boundary has been renamed to Wagoe. This artifact now lives at the coordinate below; the org.boundary-app group is no longer maintained. See https://wagoe.org
A small library to check assertions. Includes original expression and the values in it.
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.
main library of the Protege Ontology Development Tool
Some wrappers around the Web Audio API
The Ventas eCommerce platform
Iptables crate from the DomainDrivenArchitecture pallet project