Skip to primary content

The Musings of Chris Samuel

Computers, science, archaeology and other random burblings

Main menu

  • Home
  • Photo Galleries
  • Software
    • Vacation Email Responder

Post navigation

← Previous Next →

RIP Dennis Ritchie – co-inventor of C and Unix

Posted on October 13, 2011 by Chris Samuel

/* RIP Dennis Ritchie */

#include <unistd.h>
#include <stdlib.h>

int main(void)
{
    (void) sleep(60);  /* A minutes silence for DMR */
    exit(EXIT_SUCCESS);
}

Related Posts

  • A new catA new cat
  • Locking Down WordPress Admin and Login URLsLocking Down WordPress Admin and Login URLs
  • The Tragedy of WarThe Tragedy of War
  • Smokey Melbourne SunsetSmokey Melbourne Sunset
  • Response to Greg Black on ZFS & FUSEResponse to Greg Black on ZFS & FUSE
  • Exploding LaptopExploding Laptop
This entry was posted in Computers by Chris Samuel. Bookmark the permalink.
Proudly powered by WordPress