Search for 'WA 0821 1305 0400 Jasa Kontraktor Hydroseeding Green Project Bima Nusa Tenggara Barat'

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

Total results: 646, showing 193 - 216

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

  • clj-pelib 1.4.5-1

    My Project Euler library in Clojure

  • 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

  • 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 simple muxx project which I will use mostly to test new ideas

  • Insert tern database schema version into the project manifest.

  • 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.
  • behrica/color-distance 1.0.0-SNAPSHOT

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

  • Sample project with a few useful dependencies used just to run `lein repl` and do clojure experiments.

  • leiningen template project for vertx

  • working with projects

  • Lein template to generate Morse project

  • Leiningen plugin to effortlessly create archives of your project files. Supports tgz and zip formats

  • A project to test GitHub Actions functionality

  • Simulant project generator

  • Core library for sandbar project.

  • Lein project for JHotDraw to upload to clojars.org
  • 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.

  • 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