Re: [PHP] Dennis Ritchie, Father of Unix and C programming language, dead at 70

2011-10-15 Thread Ricardo Martinez
int main()
{
   printf(R.I.P. Dennis Ritchie: 1941-2011\n);
   return 0
}


sad notice...  RIP




On Fri, Oct 14, 2011 at 10:01 PM, tamouse mailing lists 
tamouse.li...@gmail.com wrote:

 On Thu, Oct 13, 2011 at 5:08 PM, Daevid Vincent dae...@daevid.com wrote:
  #include stdio.h
 
  int main()
  {
printf(R.I.P. Dennis Ritchie: 1941-2011\n);
return 0;
  }
 
 
  http://www.networkworld.com/news/2011/101311-ritchie-251936.html
 
 

 dmr--; /* :-( */

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
Ricardo
___
IT Architect
website: http://www.pulsarinara.com


RE: [PHP] Dennis Ritchie, Father of Unix and C programming language, dead at 70

2011-10-15 Thread Arno Kuhl
-Original Message-
From: Daevid Vincent [mailto:dae...@daevid.com] 
Sent: 14 October 2011 12:08 AM
To: php-general@lists.php.net
Subject: [PHP] Dennis Ritchie, Father of Unix and C programming language,
dead at 70

#include stdio.h
 
int main()
{
   printf(R.I.P. Dennis Ritchie: 1941-2011\n);
   return 0;
}
 
http://www.networkworld.com/news/2011/101311-ritchie-251936.html

===

He might have put it a bit differently:

int main()
{
   printf(Goodbye world\n);
   return 0;
} 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Dennis Ritchie, Father of Unix and C programming language, dead at 70

2011-10-15 Thread shiplu
I found this, And I liked it.

int main()
{
printf(Goodbye Daddy\n);
return 0;
}


-- 
Shiplu Mokadd.im
Follow me, http://twitter.com/shiplu
Innovation distinguishes between follower and leader


Re: [PHP] Dennis Ritchie, Father of Unix and C programming language, dead at 70

2011-10-14 Thread tamouse mailing lists
On Thu, Oct 13, 2011 at 5:08 PM, Daevid Vincent dae...@daevid.com wrote:
 #include stdio.h

 int main()
 {
       printf(R.I.P. Dennis Ritchie: 1941-2011\n);
       return 0;
 }


 http://www.networkworld.com/news/2011/101311-ritchie-251936.html



dmr--; /* :-( */

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Dennis Ritchie, Father of Unix and C programming language, dead at 70

2011-10-13 Thread Daevid Vincent
#include stdio.h
 
int main()
{
   printf(R.I.P. Dennis Ritchie: 1941-2011\n);
   return 0;
}
 
 
http://www.networkworld.com/news/2011/101311-ritchie-251936.html