Skip to content

Instantly share code, notes, and snippets.

View charlesrt's full-sized avatar

Charles Reynolds-Talbot charlesrt

View GitHub Profile
// by davey @beesandbombs
int[][] result;
float t, c;
float ease(float p) {
return 3*p*p - 2*p*p*p;
}
float ease(float p, float g) {
@christaylor-hod
christaylor-hod / application.js
Last active March 13, 2017 08:08
Resources for Prototype kit training
/*
Script to store things entered by the user in a series of
form transaction steps into the browsers local storage, then
insert everything from local storage into a hmtl list
Requires you to add a class of .store to any form input you
want to store
insert at end of document.ready
*/

Nunjucks Filters Missing Documentation

abs

Return the absolute value of the argument:

Input