Best More Development Tools Scripts for Web
Apache Libcloud was created to simplify the process of writing cloud-based services and applications.
Libcloud offers a common API which developers can use to abstract their operations onto, and let the library's code handle all the differences between...
Twig uses a syntax similar to the template languages found in Django and Jinja.
Twig is also the current templating engine used in the popular Symfony PHP framework.
The principle behind Twig is simple. It takes specific syntax and converts to plain...
Apache BookKeeper was built on top of Apache ZooKeeper, a centralized distribution server where information and configurations about distributed applications can be managed.BookKeeper uses ZooKeeper's underlying code to manage, centralize and distribute...
MultiJSON is the perfect way to abstract JSON operations to one single library.This tool allows developers to write their JSON-related tasks in one coherent syntax and then run it on top of any JSON client.When the JSON client needs to be changed because...
This template engine is actually a re-worked version of a similarly named template engine by Aleksander Williams: Dust. Just like the original product, this version also uses an extended Mustache syntax, with a clean and extremely simple API.Dust is...
Developed by Google a few years back, this library adds support for special JS objects called traits.These traits can be used to recombine reusable pieces of JS code, anyway the developer wishes to.Traits were designed to work as inheritance or...
Ya2YAML stands for "yet another to_yaml".The library supports a string/binary detection, "u" escape sequences and Unicode specific line...
It uses hash tables to perform caching.If a method is called again with the same arguments, memoize will give the value from the table instead of letting the method compute the value again.If a file is provided, the results are cached to that file.What is...
The library allows addition, subtraction, multiplication, division, exponentiation, and inverses modulo an arbitrary number.It has the extended Euclid algorithm, and can convert between bases up to base 95 (the JS file).The library provided with the...
iText enables Java developers full control over the PDF documents they work with in their Java Web or desktop-based projects.This library basically liberates programmers from using specific browser plugins or local software for manipulating PDF data,...