This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "cssSelect", | |
| "description": "select DOM elements by ID, tag name, or class name", | |
| "keywords": [ "dom", "css", "id", "class", "tag" ], | |
| "version": "0.1.0" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "xmlEscape", | |
| "description": "Escape basic XML characters", | |
| "keywords": [ "string", "escaping", "xml" ], | |
| "version": "0.1.0" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Variance", | |
| "description": "Returns the floating point statistical variance for a non-empty numeric array.", | |
| "keywords": [ "variance", "statistics" ], | |
| "version": "0.1.0" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Powerset", | |
| "description": "P(a) returns the powerset for array a.", | |
| "keywords": [ "Powerset", "set", "P" ], | |
| "version": "0.1.0" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "parseIsoDate", | |
| "keywords": [ "date", "parse", "iso8601" ], | |
| "version": "0.1.0" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "physics-updater", | |
| "description": "Update an entity based on d/dt values and elapsed time", | |
| "keywords": [ "physics", "calculus"], | |
| "version": "0.1.0" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "rgb2hex", | |
| "description": "Converts RGB colors to a hexadecimal string.", | |
| "keywords": [ "color", "css", "hex", "rgb" ], | |
| "version": "0.1.0" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "jsondate", | |
| "description": "Parses a JSON.stringify'd date back to a regular Date object", | |
| "keywords": [ "date", "json", "parse", "stringify" ], | |
| "version": "0.1.0" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "UUID", | |
| "description": "Generates random UUIDs", | |
| "keywords": [ "UUID", "ID", "random" ], | |
| "version": "0.1.0" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "CountdownTimer", | |
| "description": "This function will countdown to zero (and go one iteration past zero) by firing a callback on a set interval", | |
| "keywords": ["140bytes", "recursion", "countdown", "setInterval", "time"], | |
| "version": "0.1.0" | |
| } |