Search for 'WA 0821 1305 0400 Vendor Jasa Hydroseeding Green Project Mahakam Ulu Kalimantan Timur'

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

Total results: 669, showing 217 - 240

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


  • 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

  • A leiningen plugin for generating standalone console executables for your project.

  • ClojureScript + dmohs/react project template.

  • DEPRECATED: this project is no longer useful.

  • Demo project for advanced boot scripting blog post. Library code that downloads the last tweet from a given twitter account.
  • lein-dist 0.1.1

    Package a lein project for distribution with all dependencies

  • clj-new / shadow-cljs template for basic re-frame SPA project

  • Created with lein-create-template

  • Leiningen plugin to run tasks with ad-hoc project keys.

  • Compojure project template for Leiningen

  • Compojure project template for Leiningen

  • Created with lein-create-template

  • Index code in this project and all dependencies using etags or ctags.

  • A Clojure library for generating a project ReadMe from hiccup/html.