This plugin underlays the hexadecimal, rgb or named CSS color codes with their real color. The foreground color is selected oppositely. Alpha. Might destroy the world. LiveCSS → (via @matdemy)
Category Archives: Elsewhere
Printing The Web — The current state of print style sheets
This Is the End
How Differential Gear Works
Rick Astley in your Terminal
OneTab extension for Chrome
Whenever you find yourself with too many tabs, click the OneTab icon to convert all of your tabs into a list. When you need to access the tabs again, you can either restore them individually or all at once. Might be a good alternative when having about 100 tabs open and having to switch to …
Alfred Dev Doctor
QR Code Terminal
qrcode-terminal is a tiny npm module that allows you to encode text as a QR code and render it to a UNIX-compatible terminal. // render QR code to the console qrcode.generate(‘http://michaelbrooks.ca’); // return QR code as a string qrcode.generate(‘http://michaelbrooks.ca’, function (qrcode) { console.log(qrcode); }); QR Code Terminal →