New Development Tools Scripts for Web
SQL Parser can be used by database developers to parse SQL queries before they're sent to the server and keep a log of what the database has been queried with.SQL Parser does not parse the query results, but the query and all its parameters.Works only...
Cheerio is small in size, fast, flexible and comes with a familiar jQuery syntax.Cheerio is an alternative to JSDOM, perfect for manipulating DOM elements from the server-side.Unlike JSDOM, Cheerio is much much faster and its malleable core allows...
Laravel was created to reduce application development time and to automate mundane tasks.Lots of documentation and tutorials are provided, all to ease the task of migrating to Laravel, and reduce the normal learning curve.Some of the principles and...
It adds support for IRIs and URI templates, while also conforming more closely to the relevant RFCs.Additionally, it provides extensive support for URI templates.What is new in this release:Normalization drops empty query string
Better handling in...
Inspired by pdftk, gdal and csvcut, this library provides a Python tool that can take structured data and save it as a CSV file.Adding csvkit to a Python app or website will instantly give developers the ability to export and work with CSVs, allowing them...
The "node-opensubtitles-client" works with the service's official API and can also be used via Node.js' command line as well.It's primary use is for downloading subtitles, but other additional features like user authentication, searching and subtitle...
Sheetrock can parse various fields from a Web spreadsheet if given a Google Spreadsheet URL. Once read, the data will be retrieved and embedded in a local page.Based on a display template and various instructions, Sheetrock can manipulate spreadsheet data...
ggtooltip.js is a tooltips component coded as a jQuery plugin, also capable of being used with Bootstrap applications.Tooltips can be setup using JavaScript or some HTML5 data-* attributes right in the HTML code, and they can easily be skinned with...
Science.js is made up from two different modules.One for linear algebra and one for working with statistical data.More modules will be added in future versions.What is new in this release:Better npm support.
Requirements:cursor-pointer"...
Being strict by nature means asm.js can run in older browsers, even if not at maximum capabilities.asm.js is basically a JavaScript compiler, taking syntax written in asm.js specific syntax and porting it back to JavaScript.The entire system was inspired...