Search for 'WA 0821 1305 0400 Harga Hydroseeding Green Project Musi Rawas Utara Sumatera Selatan'

For details on the search query syntax, see the guide.

Total results: 645, showing 193 - 216

Note: artifacts in italics are non-canonical forks. See the wiki for more details.


  • A combined Clojure/ClojureScript project with basic ring support and a weasel based browser REPL
  • lafuente.dummy/dummy-clj 2021.07.05-19.49.02

    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

  • Insert tern database schema version into the project manifest.
  • behrica/color-distance 1.0.0-SNAPSHOT

    A Clojure project with a little bit of Java sprinkled here and there

  • 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.

  • 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.

  • 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.

  • working with projects

  • Simulant project generator

  • Lein project for JHotDraw to upload to clojars.org

  • Core library for sandbar project.

  • Lein template for a basic clojurescript project using ring

  • Boot task to compile a middleman project
  • cljs 0.3.0

    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.

  • A project to test GitHub Actions functionality

  • Basic CasperJS project template

  • tree-config support for reading values from leinening profiles or project files

  • Wrapping up the Bloomberg java SDK jars into a lein 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