Search for 'WA 0852 2611 9277 Kontraktor Pembuatan Plafon PVC List Gold Terpercaya Sukadiri Kabupaten Tangerang'

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

Total results: 41, showing 1 - 24

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


  • A task that copies the files for the resource-paths to the target-path, applying stencil to each file allowing the files to be updated as they are copied. ## Usage ### Copy Execute the plugin to copy the files. lein resource ### Clean Remove the files created by the plugin. lein resource clean ### Print Print the value of a stencil specified as an argument, useful for build scripts lein resource print "{{version}}" export MY_PROJECT_VERSION=$(lein resource print "{{name}}:{{version}}") ### Pretty Print Dump the map of values sent to stencil. lein resource pprint ## Configuration To configure the plugin,add to the project.clj: ### Sample Configuration :resource { ;; required or will do nothing :resource-paths ["src-resource"] OR :resource-paths [ ["src-resource" { :includes [] ;; list of regex :excludes [] ;; list of regex :target-path "" ;; directory to store files :extra-values {} ;; override the top level ;; values for this resource }]] ;; optional default to the global one :target-path "target/html" ;; When true, only copy files where src is ;; newer than default :update false ;; optional - this is the default :includes [ #".*" ] ;; optional - default is no excludes ;; which is en empty vector :excludes [ #".*~" ] ;; optional - list of regex of files to skip stencil :skip-stencil [ ] ;; optional - if true, do not echo progress to the screen :silent false ;; optional - if true, echo lots of debug info :verbose false ;; optional - default to nil :extra-values { :year ~(.get (java.util.GregorianCalendar.) (java.util.Calendar/YEAR)) } ## Links ### Marginalia [Marginalia](http://gdeer81.github.io/marginalia) [Markdown](http://daringfireball.net/projects/markdown/syntax) [MathJax](http://www.mathjax.org/) ### test.check [test.check](https://github.com/clojure/test.check)

  • List the license of each of your dependencies.

  • Effortless animation between DOM changes (eg. list reordering) using the FLIP technique.

  • Library to parse property list (.plist) files
  • tag-soup 1.7.1

    A library to parse code into a list of tags

  • A versatile infinite scroll React component.

  • Compare clojure data structures. The differences come back as a list with paths to where the elements differ

  • A set of higher-order components to turn any list into an animated, touch-friendly, sortable list.

  • List the license of each of your dependencies.

  • A versatile infinite scroll React component.

  • Library to parse property list (.plist) files

  • A tiny but mighty list virtualization library, with zero dependencies
  • 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.

  • Parse and extract list of version from maven-metadata.xml

  • The Slim (Simple List Invocation Method) protocol implented for Clojure

  • Send email with list of modified files in directory

  • DELETE ME - use polymer/elements.gold

  • Parses country list form euro portal
  • dog-tags 1.1.0

    Create a tag cloud or html list of tags. Written in Clojure

  • JarBundler is a feature-rich Ant task which will create a Mac OS X application bundle from a list of Jar files and a main class name. You can add an Icon resource, set various Mac OS X native look-and-feel bells and whistles, and maintain your application bundles as part of your normal build and release cycle. It is free software licensed under the GNU General Public License. More info @ http://informagen.com/JarBundler/

  • Virtual list component for Prum

  • Clojurescript functions for

  • Clojurescript functions for