/**
* © 2007 Misrocoft Corp.
* All rights reserved
*/
#include
class WindowsVista extends WindowsXP implements Nothing
{
boolean beta = true;
WindowsVista()
{
checkIfHardwareIsCompatible();
/** Ok. The idiot seems to have some high end hardware.
* Lets make his life miserable
*/
runInternetExplorer7();
}
void checkIfHardwareIsCompatible()
{
/*
* Lets make sure that half the world cannot run this OS while
* we fix all the bugs
*/
if((installedRam < 2GB) && (processorSpeed < 4GHz))
{
MessageBox("Your System does not seem to be capable of running zero err.. aero glass and the like. Please upgrade the hardware and try again.");
WaitTillPoorGuyReadsTheMessage();
bsod();
}
}
void runInternetExplorer7()
{
IE7 ie7 = new IE7();
ie7.featureSet = firefox_features
+ safari_features
+ opera_features + lot_of_bugs;
ie7.run();
WaitWhileThePoorGuyLooksAtTheNewInterface();
bsod();
}
/**
* return true when product is stable.
*/
boolean isReadyForRelease()
{
int lastReportedNumberOfBugs = 3457888E+08
int totalNoOfNewFeatures = 600;
boolean readyForRelease = false;
sendFeatureSetToMarketingGuys();
while (marketingGuysAreAtIt)
{
Thread fixBugsWhileInBeta = new fixBugsWhileInBeta();
fixBugsWhileInBeta.assignProgrammer(oneBug);
fixBugsWhileInBeta.start();
if(programmersAreNotSufficient)
{
hireFromXBOXDivision();
}
if(aMonthHasPassed)
{
announce("Windows Vista Consumer Version Will be delayed by one more month");
dropAFewFeatures();
totalNoOfNewFeatures = totalNoOfNewFeatures - 10;
}
/** Boss strictly told me that we should have no more than * 7000 bugs
* when we ship the item
*/
if(lastReportedNumberOfBugs-- == 7000)
return true;
}
}
int main(void)
{
WindowsVista vista = new WindowsVista();
vista.runWindowsXP();
return plentyOfMoneyforBilly;
}
is this vistas source code?
Page 1 of 1
Whats Code Is This
#2
Posted 13 March 2007 - 08:59 AM
It is way too elegant to be anything produced by Microsoft, which would take 20,000 lines of code to do it.
Very funny!
Regards,
John
Very funny!
Regards,
John
Whereof one cannot speak, thereof one should be silent.
#3
Posted 13 March 2007 - 09:28 AM

Free antivirus : AVG Free Free Anti-spyware AVG Anti Spyware
Free Firewall :Zone Alarm Ccleaner Ad aware & Manual
SpybotS&D&Manual Free Handy programs
#4
Posted 13 March 2007 - 09:13 PM
They take a whole DVD for this??
"A kiss is just a kiss until you find the one you love. A hug is just a hug until you find the one your always thinking of. A dream is just a dream until it comes true. Love is just a word until its proven to you."
#5
Posted 13 March 2007 - 09:57 PM
I love it!
"In a world where you can be anything, be yourself." ~ unknown
"Fall in love with someone who deserves your heart. Not someone who plays with it. – Will Smith
"Fall in love with someone who deserves your heart. Not someone who plays with it. – Will Smith
#7
Posted 14 March 2007 - 08:38 AM
Quote
Yes. They use the really, really Big Bytes.
Only because they haven't figured out how to hide 5 extra bits in each byte - yet.
This post has been edited by KoanYorel: 14 March 2007 - 08:38 AM
The only easy day was yesterday.
...some do, some don't; some will, some won't (WR)
...some do, some don't; some will, some won't (WR)
Share this topic:
Page 1 of 1

Help

Back to top














