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...

Watir

Watir 5.0.0

Watir stands for "Web Application Testing in Ruby."It works with applications written in any language, not only Ruby.Watir manipulates a browser in the same way an user would do.Can be used for mimicking visitors, by clicking links, page sections, filling...

Benchtable

Benchtable 0.0.5 updated

Benchtable takes the results of a Benchmark.js test suite and prints them inside the Node.js console as a colored ASCII table.It increases readability by organizing scores and results so the developer will take the right decision when debugging his...

PHPSandbox

PHPSandbox 1.3.11 updated

PHPSandbox lets developers create an intermediary level of code execution where they can safely run their PHP code using custom configurations.These configurations can run a blacklist or whitelist model, letting developers ban or allow only a specific set...

SimPy

SimPy 3.0.8 updated

It is released under the GNU Lesser GPL (LGPL), starting with version 1.5.1 (previous versions were released under GPL).It provides the modeler with components of a simulation model including processes, for active components like customers, messages, and...

Pylama

Pylama 6.3.4 updated

Pylama is the perfect tool to verify Python code before deploying a project from testing and development stages to a live production environment.It comes complete with a reporting feature to let the coder know what and where his code might have...

SlimerJS

SlimerJS 0.9.6 updated

A headless browser is a browser without a user interface, used mainly for testing purposes, to simulate the presence of a browser, in this case the Gecko engine.Just like the original PhantomJS, SlimerJS can access Web pages, get the content from the...

Bragi

Bragi 0.1.0 / 0.0.12 updated

Bragi works with both client-side (browsers, CommonJS, Browserify, or RequireJS) and server-side (Node.js) environments, and will help developers debug their applications with the help of a well-structured logging mechanism.The library is quite easy to...

Sitespeed.io

Sitespeed.io 3.6.3 updated

Sitespeed.io can be used via the Node.js command line and comes with support for HTML reports and logging via Graphite. It works by using PhantomJS to mimic one or more browsers, downloading the page, and collecting various Web performance-related...

Test::Unit

Test::Unit 3.1.2 updated

Test:Unit versions 2.x are improved versions of the Test::Unit package bundled in Ruby 1.8.x.Test::Unit 1.2.3 is the same version as bundled in Ruby 1.8. The framework helps developers to design, debug and evaluate source code by making it easy to...