clogger

clogger 2.0.0

The log format can be changed so the user can specify exactly which fields to log from the data range.Features:Multi-instance capable and (optionally) reentrant. You can use Clogger in a multi-threaded server, and even multiple Cloggers logging to...

Clojure

Clojure 1.8.0 updated

Besides the JVM, Clojure also targets CLR, the Clojure Language Runtime.The CLR is a native implementation of Clojure on Microsoft's .Net Framework, programmed in C# and using the Dynamic Language Runtime (DLR).Before being such a big deal on the...

ClojureScript

ClojureScript 3308 updated

Clojure is a dynamic programming language, a dialect of Lisp that targets the Java Virtual Machine.ClojureScript works in a very simple manner. It reads Clojure code and tries to convert it as accurately as possible to JavaScript syntax.The outputted code...

Closure (Python)

Closure (Python) 20140110

Closure is a compiler for optimizing JavaScript code, created and used by Google.It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls.Originally written in Java, this package implements it for Python...

Closure Compiler

Closure Compiler 20160125 updated

The Closure Compiler was written in Java and it has for many years achieved the best results when it come to analyzing, validating, and compressing JavaScript code for the Web. It's unique from other compilers not only because it compresses code...

CloverETL

CloverETL 3.0.0

This platform will allow for easy design and implementation of data migration solutions.It is platform independent and resource-efficient. Due to high scalability, it can be used on low-cost PC as well as high-end multi-processor servers.Features:Parallel...

CockroachDB

CockroachDB alpha

CockroachDB is a relatively new database engine, created following the NoSQL key-value data storage principle.This approach allows the CockroachDB engine to be easily (horizontally) scaled while developers can have a high level of control over the data's...

Coco

Coco 0.9.1 / 0.9.2b

CoffeeScript is it's own scripting language that compiles into JavaScript. It's basically a markup language that is compiled to JS code.It was created to improve the way people write JavaScript, but did not manage to fix all the quirks.Coco on the other...

Codeblock.js is a basic coding demo (playground, sandbox) system that can be used to execute dynamic code on demand.The developer can load preset code with the page and allow the user to execute it, or he can let the user add his own and execute that as...