Skip to content

Instantly share code, notes, and snippets.

View cognominal's full-sized avatar

Stéphane Payrard cognominal

View GitHub Profile
@cognominal
cognominal / dabblet.css
Created April 2, 2016 06:11 — forked from csssecrets/dabblet.css
Typing animation
/**
* Typing animation
*/
@keyframes typing {
from { width: 0 }
}
@keyframes caret {
50% { border-right-color: transparent; }

May 1: 4 hour IRC workshop: Masakism in Perl (5 + 6)

Sometimes, the elegant implementation is a function. Not a method. Not a class. Not a framework. Just a function.
        — John Carmack


It’s OK to figure out murder mysteries, but you shouldn’t need to figure out code. You should be able to read it.
        — Steve McConnell