SQL Parser

SQL Parser 0.5.0 updated

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

Laravel

Laravel 5.0.22 updated

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

csvkit

csvkit 0.9.1

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

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

asm.js

asm.js 0.0.3

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