Queue.js

Queue.js 1.1.0 updated

Queue.js takes a list of JS files and loads them all at the same time, not one by one like regular JavaScript is loaded. This little trick increases page loading speed and allows faster delivery of code. Developers have options at their disposal to...

PyHTML

PyHTML 0.5.0

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

RLChecked

RLChecked 0.1.6

RLChecked gives developers having a bad time styling radio and checkbox buttons, a new way to approach their problem.The plugin hides default browser styles and superimposes custom graphics on top of them.Functionality is kept intact, and only the UI is...

jsonTable

jsonTable 0.1.5

jsonTable can be used for various purposes, but mainly for previewing JSON data on the Web in a more user friendly, readable format.A demo is included with the download package.Keep in mind, the table head needs to be added manually for every imported...

Tweetable

Tweetable 2.1.1

Parses a Twitter stream and embeds the latest tweets in a page.A demo is included with the download package.Features:Set the number of tweets to show Select the Twitter username retrieve tweets from Can display the tweet date Show replies What is new in...

octopie

octopie 0.0.11

octopie provides an interface to GitHub's public API.This enables programmatic access to various GitHub features via Python code.The library works with the latest version of the API, v3.Requirements:Python 2.6 or higher Requests 1.2.3 or...