Search for 'WA 0852 2611 9277 Pembuat Interior Kamar Orang Tua Apartemen Red Top Jakarta Pusat'

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

Total results: 158, showing 1 - 24


  • Ring Jakarta servlet utilities.
  • dom-top 1.0.11

    Unorthodox control flow for Clojurists with masochistic sensibilities

  • Quarzite is a thin Clojure layer on top the Quartz Scheduler

  • A Clojure client for RabbitMQ that embraces the underlying protocol. Built on top of the RabbitMQ Java client

  • Async HTTP client and server on top of http-kit and core.async.
  • opentracing-clj 0.2.3-SNAPSHOT

    Opentracing API support for Clojure built on top of opentracing-java.

  • A Clojure library that deals with monetary values and currencies. Built on top of Joda Money.
  • fullcontact/full.rabbit 0.10.7-SNAPSHOT

    RabbitMQ sugar on top of langohr.

  • 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 Clojure client for Memcached implemented as a very thin layer on top of SpyMemcached

  • An alumbra GraphQL executor on top of Claro.

  • Dataset manipulation library built on the top of tech.ml.dataset.

  • A high-level grammar for visual analysis, built on top of Vega.

  • Quarzite is a thin Clojure layer on top the Quartz Scheduler

  • Active Logger: Utilities and DSL for logging on top of Timbre.
  • otplike 0.7.0-SNAPSHOT

    Erlang/OTP like processes and behaviours on top of core.async

  • A redis pubsub client with keep-alive heart beats on top of the awesome com.taoensso/carmine library

  • Some opinions on top of re-frame

  • Thin Clojure layer on top of the Java GeoIP API. Please have a look at the GeoIP homepage at http://www.maxmind.com/app/ip-location.

  • Building blocks for ClojureScript systems on top of Electron

  • Patched build of mabe02/lanterna 3.1.5 with PR #625 (emoji rendering in StreamBasedTerminal/AbstractTextGraphics) cherry-picked, plus Blockether-original width fixes using STANDARD Unicode widths: BMP Emoji_Presentation=Yes glyphs and genuine astral/surrogate emoji count as two columns; VS-15 text-presentation stays one column; VS-16 on text-default BMP symbols (warning sign, ballot box, heart) and bare geometric/symbol glyphs (circles, media triangles) stay ONE column so they do not over-count and shove following cells / borders out of alignment; East-Asian-Ambiguous (EAW=A) is one column by default (opt in with -Dlanterna.eastAsianAmbiguousWide=true); control chars degrade to a space instead of throwing. Adds com.googlecode.lanterna.terminal.image.TerminalImage: inline image rendering (Kitty graphics protocol / iTerm2), terminal graphics-capability detection (isGraphicalTerminal), intrinsic pixel-dimension sniffing and aspect-preserving cell-box sizing, plus Kitty source-rectangle cropping (encodeKitty crop overload / transcodePng) so an image scrolled partly past the transcript's top or bottom edge renders its visible slice at native scale instead of vanishing. Superset of com.googlecode.lanterna:lanterna:3.1.5 - same packages and classes, one added package. Retire the width/emoji patches when upstream ships equivalent fixes; the image API is Blockether-original.

  • A distributed rate-limiting service on top of Redis.

  • Some opinions on top of re-frame

  • Utilities for testing controllers on top of ring