6 years ago in Online Tools

Shapecatcher

Allows you to draw a shape, and tries to find similar Unicode characters.
 6 years ago in Online Tools

Sprite Cow

generates CSS for sprite sheets
 6 years ago in Online Tools

Snippi

Share & annotate text
 6 years ago in Online Tools

Pastebin

share text
 6 years ago in Online Tools

microjs

find the JavaScript micro framework(s) you need
 6 years ago in Online Tools

JavaScript variable name validator

Checks if a string is a valid JavaScript variable name.
 6 years ago in Online Tools

i want hue

Tool to generate and refine palettes of optimally distinct colors.
 6 years ago in Online Tools

codepad

online compiler/interpreter
 6 years ago in Online Tools

SymbolHound

search engine that doesn't ignore special characters
 8 years ago in Talks

Making Badass Developers

by Kathy Sierra
 8 years ago in Cheatsheets

OverAPI

a collection of cheatsheets
 8 years ago in Cheatsheets

Simple blendmode equations

multiply a * b
screen 1 - (1 - a) * (1 - b)
darken min(a, b)
lighten max(a, b)
difference abs(a - b)
negation 1 - abs(1 - a - b)
exclusion a + b - 2 * a * b
overlay a < .5 ? (2 * a * b) : (1 - 2 * (1 - a) * (1 - b))
hard light b < .5 ? (2 * a * b) : (1 - 2 * (1 - a) * (1 - b))
soft light b < .5 ? (2 * a * b + a * a * (1 - 2 * b)) : (sqrt(a) * (2 * b - 1) + (2 * a) * (1 - b))
dodge a / (1 - b)
burn 1 - (1 - a) / b
taken from here, which in turn references
http://www.blackpawn.com/blog/coding/2006/08/19/photoshop-blend-modes/
and http://www.pegtop.net/delphi/articles/blendmodes/
 8 years ago
25

Stuff

 8 years ago
30

Cheatsheets