Search for 'WA 0852 2611 9277 Pesan Interior Set Kamar Ukir Apartemen The Spring Residence Tangerang'
For details on the search query syntax, see the guide.
Total results: 3153, showing 73 - 96
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
Compilation of Clojure functions from around the community
REPL functions to support the reloaded workflow
The messy parts for running clojure on AWS Lambda.
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)
A lite version of clj-http that uses the jre's HttpURLConnection
Incanter-core is the core module of the Incanter project.
Clojure client for the Vault secret management system.
Syslog4j provides client and server implementations of the BSD Syslog protocol (RFC 3164) and the draft "structured syslog" protocol (RFC Draft).
Assists in the creation of development SSL certificates and Java Keystore files
A simple and dumb Clojure library that provides the ability to set the text values of bookmarks in Word 2007 (.docx) format files.
Create lazy maps from data or from java objects. Entry
points are the `core/lazy-map` and the `iop/extend-lazy-map` macros.
Yet another Clojure(Script) implementation of the Mustache templating language
A jetty9-based webserver implementation for use with the puppetlabs/trapperkeeper service framework.
Logging library for the Duct framework
re-frame effects handlers that provide functionality global to the web page loaded in the browser.
Connector tools to use the Pathom Viz Application.
Print the current project version
A component for the standard Ring Jetty adapter
Incanter-io is the I/O module of the Incanter project.
List the license of each of your dependencies.
Incanter-charts is the JFreeChart module of the Incanter project.
Integrant methods for the Timbre logging library
SSL certificate management on the JVM.
A thin wrapper around the JBoss AS7 management API.