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": "unitDisplay", | |
"description": "Displays value with unit and multipler", | |
"keywords": [ "units", "multipliers" ], | |
"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": "bbCodifier", | |
"description": "Parses provided text as if it was a bbCode-esque block of text. Uses regex and some funny built in string functions", | |
"keywords": [ "parsing", "forums", "bbCode", "markdown", "regex" ], | |
"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": "nl2Br2Nl", | |
"description": "Expression for replacing new line characters and HTML line breaks with one another.", | |
"keywords": [ "string", "newline", "linebreak" ], | |
"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": "YetAnotherDomBuilder", | |
"description": "This DomBuilder ALSO builds a dom ! But it ALSO takes attributes in argument §", | |
"keywords": [ "dom", "dombuilder", "dom builder" ], | |
"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": "stringToByteArray", | |
"description": "Convert a string of characters to an array of UTF-8 bytes", | |
"keywords": [ "cryptography", "utf8" ], | |
"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": "vendorPrefixed", | |
"description": "Picks css property name trying vendor prefixes", | |
"keywords": [ "css", "vendor-prefix" ], | |
"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": "requestAnimationFrame", | |
"description": "polyfill requestAnimationFrame across browsers", | |
"keywords": [ "animation", "requestAnimationFrame" ], | |
"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": "pad", | |
"description": "Padding for Strings and Numbers", | |
"keywords": [ "pad", "padding" ], | |
"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": "crossbrowser_XHR", | |
"description": "Function creates XMLHTTPRequest object in IE6+ and other browsers.", | |
"keywords": [ "xhr" ], | |
"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": "type", | |
"keywords": ["typeof", "type", "isArray"], | |
"version": "0.1.0" | |
} |