Shindo

Shindo 0.3.8

There are two main commands that can be used 'test' and 'tests'.Tests help group similar calls to test, but their return value is ignored. The return value of test, on the other hand, determines success or failure.When tests fail the developer get lots of...

Rice

Rice 2.0.0 updated

It is practically a C++ library for interfacing and embedding the Ruby standard interpreter. It is similar to Boost.Python in many ways, but also attempts to provide an object-oriented interface to all of the Ruby C API.What is new in this...

JBoss Web

JBoss Web 2.1.9.GA / 3.0.0.Beta2

JBoss Web Server provides organizations with a single deployment platform for Java Server Pages JSP) for PHP, Java Servlet technologies and CGI.It uses a genuine high performance hybrid technology that incorporates the best of the most recent OS...

SignalR

SignalR 2.2.0

SignalR basically allows developers to run server-side code that pushes data to the client's side.This is done mainly through WebSockets and some fallbacks for environments where WebSockets aren't available, allowing developers an easier, faster and...

Modernizr

Modernizr 3.3.1 updated

Modernizr works by testing for over 40 next-generation features and creating a JavaScript object (named Modernizr) that contains the results of these tests as boolean properties.What is new in this release:Updated blob constructor test due to deprecation...

YARD

YARD 0.8.7.6

Yard is a Ruby tool to make generating documentation convenient to both write and read.The main goal is to provide cleaner HTML output and a consistent way to add more meta-data about classes.It enables the user to generate consistent, usable...

CSSLint

CSSLint 0.10.0

It parses a block of CSS code and points out basic problems.The rules against which code is checked are customizable.The developer can set his own, or remove the ones he does not intend to comply to.CSSLint is also available as a Node.js package as...