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: 3202, showing 2737 - 2760

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


  • #>(tag'n'trace any Clojure(-Script) form to tap> and Portal with automatic last-input function replay on eval, instant re-render, and hassle-free insertion of traced data into the REPL)
  • aws-clj/route53 0.0.2-SNAPSHOT

    clojure veneer over the v2 aws sdk api for route53
  • bitcoin 0.1.0-SNAPSHOT

    Clojure bindings to the standard Bitcoin client.

  • A pilot project to use Clojure for introductory computer science courses at the University of Minnesota - Morris

  • clojure dsl for accessing the appengine datastore

  • geo-xls is a simple command-line script which converts a properly formatted XLS file (see README), describing Workspaces, Data/Coverage Stores, and Layers into the Geoserver REST commands to create those objects in a running Geoserver instance.

  • A pseudo-port of ActiveRecord to the Clojure programming language

  • The Write Less, Do More, JavaScript Library.

  • The Clojure programming language

  • A URI library for Clojure, wrapping the java.net.URI class.

  • Talking to the MCP342x family of ADC via I2C on Clojure JVM

  • Java bindings to the Riak Protocol Buffers API.

  • Tool for generating artifacts versioned on the most recent git commit sha and commit time.

  • A clojure driver for the ArangoDB server.

  • A Clojure HTTP library wrapping the Apache HttpComponents client.

  • A Clojure HTTP library wrapping the Apache HttpComponents client.
  • communicate 0.2.0-SNAPSHOT

    Communicate is a Clojure library for working with the Nexmo and Twilio APIs.

  • Provides the syntax-quote reader macro as a normal macro

  • ClojureScript Autobuilder/Server which pushes changed files to the browser.

  • Fast JSON encoding and decoding for Clojure via the Jackson library.

  • A clojure implementation of the python queue library

  • Clojure command line application which returns the widths of csv file columns
  • neush/cascalog 1.10.2-SNAPSHOT

    Hadoop without the Hassle.
  • zheh12/jvm-breakglass 0.0.9-SNAPSHOT

    Setting up an nrepl can be useful to introspect into the JVM for troubleshouting/investigation or testing of regular Java applications. You can connect onto a process and use a Clojure prompt interactivelly or have client application that sends and execute Java code dynamically. It works because the code injected is Clojure and that the Clojure run-time allows to evaluate code at run-time. Furthermore Clojure interops very easily with Java i.e. you can translate pretty much any Java code into Clojure and access all your Java object from the injected Clojure code. This is the perfect tool to access the inside of your JVM process live after it has been deployed. To run any fancy change of code scenario, any data structure or call any method you don't need to redeploy your java code. You can see what your process sees in real time. This is an unvaluable tool to use to develop and maintain a java application.