New Development Tools Scripts for Web
The Agile Toolkit has long been a staple in the PHP community. It was launched several years ago, and is one of the standard PHP frameworks to use when wanting to follow the Agile software development methodology.
The framework follows classic...
ToroDB 0.23 / 0.40-alpha3 updated
ToroDB mixes the NoSQL and RDBMS design patterns allowing fast data storage of JSON files but all the versatility and query power of classic relational databases.
The database engine was built on the MongoDB protocol which allows it to easily work and...
parse5 is one of the best parsing solutions for HTML code, combining performance with standards compliance.
While there are a plethora of code parsing tools around, most of them work very slow or produce wildly inaccurate results.
parse5 is a solid...
Rust comes as a suite of associated libraries, documentation files, and a full-on compiler.
The language itself was written specifically for developing client-server Web apps, with the main focus being on speed and a crash-free design.
Rust's syntax is...
It can manage all kinds of R objects and can execute arbitrary R functions (including the graphic functions).
All errors from the R language are converted to Python exceptions.
Any module installed for the R system can also be utilized from within Python...
imgurpython is a low-level library that can be used by developers working on Web and desktop applications that interact with Imgur's servers and services.
This API client library allows them to query to image hosting service and get back a response with...
Awesomplete is a very lightweight JavaScript library that comes with lots of customizable parameters for implementing basic auto-complete features for your forms.In its most basic form, the library doesn't even need any type of JavaScript special...
configstore is a Node.js library that allows developers to load any type of config file from any location inside their Node.js powered application or website.
configstore was designed to work with JSON-stored config files.
It can do three things:
Delete...
Concise.css is a new breed of frontend frameworks developed by designers that have worked with enough other CSS frameworks to identify common problems in their design and code organization.
This framework aims to provide an easy to use toolkit for...
The difference from a drop-down select field and a combobox is that users can type inside the combobox header to narrow down the available selections or even to enter their own custom option.
Comboboxes are usually used with large drop-down select fields,...