Shumway

Shumway 0.7.0

Shumway was created using HTML 5 technology as an alternative method of displaying Flash content without having Flash installed locally.This means SWF files can be embedded via Shumway and they'll render properly without relying on any Adobe native...

PyBrowserID

PyBrowserID 0.9.2

BrowserID is use to power the Mozilla Persona service and is considered one of the most secure and promising authentication systems around.The PyBrowserID library was developed to allow Python applications to authenticate their users against the BrowserID...

Brick

Brick 1.0.1

Web Components is a new standard recently released by the World Wide Web Consortium regarding recommended practices in building custom HTML elements.X-Tag is a community-developed library that wraps this new standard in a simple API, allowing developers...

TogetherJS

TogetherJS 0.5.6

TogetherJS is a system written in JavaScript and HTML 5 that allows more than one user to collaborate and interact on the same page.TogetherJS broadcasts user actions and interactions to other users connected to the same page, allowing them to see what...

LLJS

LLJS 1.0

LLJS is a compiler for interpreting a slightly altered JavaScript syntax, but which produces standards compliant JavaScript output.LLJS is an attempt at implementing low-level statically typed features in a high-level dynamically typed language like...

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

browser.html actually provides a fully-working browser, not just an empty UI shell.It consists of a frame container, some buttons for the actual UI, and some iframes where the actual Web page is loaded.It also supports UI themes (white and dark for now),...

ScanJS

ScanJS 0.2.0

ScanJS works using the fantastic Acorn.js library, parsing JavaScript code and then converting it to AST format.The AST (Abstract Tree Syntax) is then analyzed for common patterns and any problems are reported to the user.For identifying "problems" in the...

sweet.js

sweet.js 0.7.4

Advanced programming languages like Scheme, Scala, Racket and Rust have support for macros, a way to run a series of instructions or source via a simple command/statement.This library adds the same functionality to JavaScript, a scripting language where...