Search for '(genetic or evolutionary) programming'

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

Total results: 397, showing 361 - 384

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

  • lazy-chans 0.1.0-SNAPSHOT

    turn one or more go blocks into a lazy-seq

  • Two functions fmap and nmap can transform nested collections or maps
  • rester 0.2.2-SNAPSHOT

    Rester is a REST API integration test tool that executes tests defined in simple data formats such a spreadsheet, CSV, YAML, or EDN.

  • GitHub-style identicons as PNGs or SVGs in JS
  • 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.
  • org.clojars.jeffdik/core.logic 0.8-alpha4-SNAPSHOT

    A logic/relational programming library for Clojure

  • Incanter is a Clojure-based, R-like statistical programming and data visualization environment.

  • Saturnine is a Clojure library to assist in developing server applications in a message-passing style. It is built on top of JBoss Netty, and inherits a number of features from this framework, including trivial configuration in blocking or non-blocking modes and SSL/TLS support (with starttls).

  • Facilities for async programming and communication in Clojure

  • lightweight literate programming for clojure -- inspired by [docco](http://jashkenas.github.com/docco/)

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

  • A client library for for bookmarking services such as [del.icio.us](http://delicious.com) or [Pinboard](http://pinboard.in). It provides both annonymous and named access. In the former case the APIs do not allow as many features as in the latter one.
  • mtg-proxy-pdf 0.1.0-SNAPSHOT

    Given a list of magic cards, create a file (html or pdf) of the card images.
  • http-chunked 0.1.0-SNAPSHOT

    A collection utilities for parsing HTTP requests that are chunk encoded or encoding responses.

  • A pseudo-port of ActiveRecord to the Clojure programming language
  • org.reficio/soap-ws 1.0.0-SNAPSHOT

    soap-ws is a lightweight and easy-to-use Java library to handle SOAP message generation and SOAP message transmission on a purely XML level. With the usage of this library within few lines of code you can easily import your WSDL and generate SOAP messages directly in an XML format. Then you can use the SoapClient to transmit this message over HTTP(s) to a web-service endpoint. Finally, you can run SoapServer to receive SOAP messages and and respond to them. And all of that requires no classes or stubs generation - everything happens directly in an XML format.

  • Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0
  • ru.prepor/core.async 0.1.0-SNAPSHOT

    Facilities for async programming and communication in Clojure
  • clojusc/ini-env 0.1.0-SNAPSHOT

    Access config data from INI files or the ENV

  • A leiningen plugin/task to call a function in a new process or 'run' a .clj file.

  • lightweight literate programming for clojure -- inspired by [docco](http://jashkenas.github.com/docco/)

  • A Promise library for ClojureScript, or a poor man's core.async

  • lightweight literate programming for clojure -- inspired by [docco](http://jashkenas.github.com/docco/)

  • A Clojure framework for building real-time voice-enabled AI applications. simulflow handles the orchestration of speech recognition, audio processing, and AI service integration with the elegance of functional programming.