Repositories
Gists

Repositories

Sort by:
Tags:
uyt/
Usable YouTube
Makes YouTube more usable
javascriptuserscriptyoutube

Gists

transitions.html/
CSS transition stopping
A JavaScript method of stopping CSS transitions while they're active
$.js/
DOM node generation
Brief node generation without the overhead of jQuery
bind.js/
Fast bind
Faster function binding than function.bind(...)
Color.js/
Colorspace conversions
Some colorspace conversion functions similar to Python's colorsys library
on_ready.js/
Document ready function
Document ready detection for a variety of circumstances
Save.js/
Asynchronous data saving
Asynchronous saving for scripts in Greasemonkey, Tampermonkey, Chrome, and webpage embeding
timing.js/
Timing function
High precision interval timing function
URLParser.js/
URL parsing for browsers
Similar functionality as that found in the node.js url library
Zipper.js/
.zip creation library
Class to put arbitrary data into a storage-mode .zip file
google_nologo.user.js/
Google logo remover
Hides the logo on the Google homepage because it changes too much
crc.py/
CRC checker
Easy way to get the CRC32 of files, and automatically rename them if necessary
int_to_float_exact.py/
Int to float precision loss test
Test if an integer value can be converted to a float and retain its exact representation
productlog.py/
Lambert W function
Improved Python implementation of the Lambert W function
Assert.cpp/
C++11 assertions
Improved, modifiable C++11 assertions with message capability
ccmd.cpp/
Colored command prompt
Exactly as the title says
Fields.hpp/
C++11 field iteration using macros and templates
Easily iterate over fields defined inside of a class. For g++ and VC++
StaticInit.cpp/
C++ static initialization
Easily create static (de)initialization functions without having to manually write each function into main. For g++ and VC++