Realtime Firefox 3.5 Downloads

Have you downloaded 3.5 yet? Watch the downloads in a sparkline type graph in realtime.

http://downloadstats.mozilla.com/

Posted at 5pm on 06/30/09 | no comments | Filed Under: Design, Open Source read on

bithacks

Peteris Krumins writes, “Bit hacks are ingenious little programming tricks that manipulate integers in a smart and efficient manner. Instead of performing some operation (such as counting the 1 bits in an integer) by looping over individual bits, these programming nuggets do the same with one or two carefully chosen bitwise operations.”

& - bitwise and
| - bitwise or
^ - bitwise xor
~ - bitwise not
<< - bitwise shift right
>> - bitwise shift left

fun here: http://www.catonmat.net/blog/low-level-bit-hacks-you-absolutely-must-know/


Posted at 5pm on 06/30/09 | no comments | Filed Under: Code read on

About

This personal blog is an ongoing collection of ideas, links, and topics of interest to David Ehlers, the creative director and founder of Not That, This - a user experience and design group cleverly hidden in the Cahuenga Pass of Los Angeles.

Pages

Categories