Best Development Tools Scripts for Web
The PayPal Ruby SDK was developed to simplify the process of accepting a credit card payment via PayPal's service.Developers can initiate payments, send back funds, check payment details, store credit card details, and also work in live or sandbox...
Apache Commons DBCP stands for Apache Commons DataBase Connection Pooling.This package implements the vaunted connection pooling technique, a system to allow the caching of database connections, so users won't need to reconnect to the database every time...
The React Color Picker component lets users select a color code by clicking on it in a color spectrum.This color spectrum does not use images and also comes with a color tone selector to easily go through different shades of lighter or darker tones of a...
It associates keys with values, and allows any object to be used as the key (unlike JavaScript's built-in Object, which only allows strings as property names).The libraries work in all ECMAScript 3 friendly environments.Also implements an implementations...
Yunero uses YouTube's public API to retrieve desired channel videos and playlists from a user's public profile.Once fetched, the videos will be presented as a series of thumbs displayed on a grid.When when clicked the plugin will play the video at the top...
The myEvents plugin uses Google Calendar's API to connect and fetch various events from a Google Calendar profile.These events are then placed inside a container on a desired Web page.When clicked, the events will expand into a modal, showing more details...
The class is easy to setup and provides a much faster interface to DB tables than the laggy and complex phpMyAdmin.Features:MySQL and PostgreSQL support
Import/export of data
Searching the database or single table
Advanced SQL editor
Save...
PyHTML was inspired by the Flask-HTMLBuilder Flask module. PyHTMl supports basic HTML tags and provides a quick way to template content inside an app or website.This is possible because PyHTML does not generate the tags only, but can place content inside...
Written entirely in Ruby it can parse CSV data, and also manipulate it in various ways.Limitations:Comments and documentation in...
Ruby Inline is an analog to Perl's Inline::COut of the box, it allows developers to embed external code in Ruby scripts directly.What is new in this release:Fixed code/home URLs in readme/gem.
Fixed linker error on clang+freebsd10+rbenv.
Removed old hack...