January 2009
14 posts
Gorgeous homage to HAL by Joe Mackenzie. I haven’t used a screensaver on my...
– Daring Fireball Linked List: The HAL Project
⌘C ⌘V Character →
mareen:
why hasn’t anyone thought of this before (me?!) because i remember googling lists like this all the time while writing something up.
The code that allegedly broke the Zune
jstn:
rtc.c
while (days > 365) {
if (IsLeapYear(year)) {
if (days > 366) {
days -= 366;
year += 1;
}
} else {
days -= 365;
year += 1;
}
}
Obama Staff Arrives to White House Stuck in Dark... →
Die zehn Gebote für den Umgang mit E-Mails »... →
Palm could be shaping back up into just the rival Apple needs
– Daring Fireball Linked List: Palm Pre Introduction Event at CES
RANDPOP | X-Galaxy - Ein Screensaver im... →
Official Google Mac Blog: Search Without Effort:... →
WebKit adds some Sparkle - The Unofficial Apple... →
Nuevasync: New Features! →
Mac OS X: Tastenkombinationen →
Official Google Blog: Introducing Picasa for Mac... →
How To Draw A Mac Internet Globe Icon — Flyosity:... →
create table studenten_klausuren (
studentid int unsigned not null,
klausurid...