Packery
Category:
Packery
Packery is a JavaScript layout library that uses a bin-packing algorithm. This is a fancy way of saying “it fills empty gaps.” Packery layouts can be intelligently ordered or organically wild. Elements can be stamped in place, fit in an ideal spot, or dragged around.

DOS Emulator brings Classic Gaming to the Raspberry PI | GeekBoy.it
Category:
DOS Emulator brings Classic Gaming to the Raspberry PI | GeekBoy.it
Thanks to Patrick Aalto, the games we once enjoyed in the 90′s can enjoy a fresh re-birth on the Raspberry PI using his emulator which is called rpix86.

vitmalina/w2ui
Category:
vitmalina/w2ui · GitHub
W2UI is modern, intuitive JavaScript UI library for buidling rich data-driven web application. The library has a small footprint and no dependencies except jQuery.

JSON Hypertext Application Language
Category:
draft-kelly-json-hal-05 - JSON Hypertext Application Language
There is an emergence of non-HTML HTTP applications ("Web APIs") which use hyperlinks to direct clients around their resources. The JSON Hypertext Application Language (HAL) is a standard which establishes conventions for expressing hypermedia controls, such as links, with JSON [RFC4627]. HAL is a generic media type with which Web APIs can be developed and exposed as series of links. Clients of these APIs can select links by their link relation type and traverse them in order to progress through the application. HAL's conventions result in a uniform interface for serving and consuming hypermedia, enabling the creation of general-purpose libraries that can be re-used on any API utilising HAL. The primary design goals of HAL are generality and simplicity. HAL can be applied to many different domains, and imposes the minimal amount of structure necessary to cover the key requirements of a hypermedia Web API

silverasm/wordtree · GitHub
Category:
silverasm/wordtree · GitHub
WordTrees are a way to visualize the contexts in which a word occurs in a list of sentences.

voxel.js * blocks in yo browser
Category:
voxel.js * blocks in yo browser
voxel.js is a collection of projects that make it easier than ever to create 3D voxel games like Minecraft all in the browser.

howler.js - Modern Web Audio Javascript Library - GoldFire Studios
Category:
howler.js - Modern Web Audio Javascript Library - GoldFire Studios
Defaults to Web Audio API
Falls back to HTML5 Audio
Supports multiple file formats to support all browsers
Automatic caching for Web Audio API
Implements cache pool for HTML5 Audio
Per-sound and global mute/unmute and volume control
Playback of multiple sounds at the same time
Easy sound sprite definition and playback
Fade in/out sounds
Methods can be chained
Uses no outside libraries, just pure Javascript
Lightweight, 7kb filesize (2kb gzipped)

Numeric Javascript
Category:
Numeric Javascript
The Numeric Javascript library allows you to perform sophisticated numerical computations in pure javascript in the browser and elsewhere.

pazguille/viewport · GitHub
Category:
pazguille/viewport · GitHub
The Viewport is a component to ease viewport management. You can get the dimensions of the viewport and beyond, which can be quite helpful to perform some checks with JavaScript.

How to Use HTML5 History
Category:
How to Use HTML5 History
The history object isn’t new; in fact, you can trace its beginnings to the early browsers from the 1990s. While it has never been based on a public standard, until HTML5 that is, every browser has supported its meager, yet sometimes useful, functionality.