CSSOM

CSSOM 0.3.1

Created as an implementation of the CSS Object Model in pure JavaScript, CSSOM can additionally be used to parse CSS structures into JavaScript objects. This means CSSOM can be used to accurately portray the structure of a stylesheet via JS code. Works...

es5-shim

es5-shim 4.1.4 updated

Include this library in the header of a page and when accessed from older browsers it will upgrade their engine to support EcmaScript 5, the latest version of JavaScript.It's not a complete implementation, but is at close as it can get.Even if es5-shim...

hgsvn

hgsvn 0.3.9

hgsvn is made up of three main utilities that create a bridge between Subversion and Mercurial source code repositories.The first is the ability to import remote Subversion repos into local Mercurial installations, the second allows developers to pull the...

Guava

Guava 19.0 updated

The Guava cover a lot of basic points when it comes to Java programming, but not enough to be called a proper Java framework. Dealing with low-level functionality, string, and data processing, the Guava collection can be used whenever needing to do basic...

Fest

Fest 0.8.2

Fest was developed by Mail.ru's development team and is a fast template engine for easily outputting content inside predefined structures.Fest stores templates as XML and reads content data from JSON files.This enables programmers to create dynamic pages...

cssFx

cssFx 0.9.7

Reads a page's CSS and adds all the necessary vendor-specific corrections for it to render properly and the same in all browsers.This allows developers to concentrate on other things, rather than dealing with CSS quirks.It simply allows him to write pure...