Andrew Sackville-West wrote:
On Wed, Feb 21, 2007 at 09:00:05AM -0600, Hugo Vanwoerkom wrote:
Roberto C. Sanchez wrote:
On Tue, Feb 20, 2007 at 09:34:36PM +0000, Clive Menzies wrote:
The only reason you need to reboot is when the kernel is updated.
Rebooting after a general upgrade will make no difference.

Nonsense.  It will kill your uptime---the true measure of one's
geekiness :-)

int main( int argc, char **argv, char **envp )
{

    QDateTime my_birth = QDateTime(QDate(1939,3,11),QTime(16,20));
    QDateTime now = QDateTime::currentDateTime();
    printf("Uptime:%d days\n",my_birth.daysTo(now));

}

Uptime:24819 days

showoff!

A

You mean geek!!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to