Блог пользователя AKGMA

Автор AKGMA, 14 лет назад, По-английски
Hi guys
Here's win 7 source code:

/*
GNOT General Public License!
(c) 1995-2007 Microsoft Corporation
*/

#include "dos.h"
#include "win95.h"
#include "win98.h"
#include "sco_unix.h"

class WindowsSeven extends WindowsXP implements nothing
{}

int totalNewFeatures= 2;
int totalWorkingNewFeaturs = 0;
long double numberOfBugs = 34598982192174E+82193218;
bool readyForRelease = false;

void main()
{
while(!crashed){
if(first_time_install)
{
if((installedRAM < 2GB)||(processorSpeed < 4GHz))
{
MessageBox("Hardware Incompatibility error.\r");
return ;
}
}
Make10GBswapfile();
SearchAndDestroy(FIREFOX|OPENOFFICEORG|*GOOGLE*);
AddRandomDriver();
MessageBox("Driver incompatibility error");
BSOD();
}
//printf("Welcome to Windows 3.x");
//printf("Welcome to Windows 95");
//printf("Welcome to Windows 98");
//printf("Welcome to Windows Me");
//printf("Welcome to Windows 2000");
//printf("Welcome to Windows XP");
//printf("Welcome to Windows Longhorn");
//printf("Welcome to Windows Vista");
printf("Welcome to Windows Se7en");

if(still_not_crashed)
{
while(1)
{
CheckUserLicence();
}
for(;;)
{
CheckUserLicenceAgain();
}
RelayUserDetailsToRedmond();

DisplayFancyGraphics();
Flicker_LED(hard_drive);
RunWindows(XP);
return LotsMoreMoney;
}
}
  • Проголосовать: нравится
  • +25
  • Проголосовать: не нравится

14 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
Thank you so much! I've always wanted to see it. Please, post here the full windows 7 source code. I can't compile this piece.
14 лет назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится
Mozilla Firefox has the same story. There is no real improvement in it.
14 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
I think it is not funny. I spent one year on Vista and I have seen BSOD only one time.
Now I am on Windows 7 and it is really improved. It is faster than Vista and eats less RAM.
So I completelly disagree with you.
  • 14 лет назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится
    But there are still BSOD on Win7 =( I found them 5 times for 6 months)

    But it is really the best MS OS I have ever tried.
    • 14 лет назад, # ^ |
        Проголосовать: нравится +1 Проголосовать: не нравится
      I think you should check your hardware (there are special test programs to do that). This can be RAM or HDD failures. Also your CPU or the whole system may be overheated (especially if you encountered those BSODs during this crazy summer).

      I use win7 on several computers since it was a release candidate and I don't remember seeing BSOD once.
      • 14 лет назад, # ^ |
          Проголосовать: нравится 0 Проголосовать: не нравится
        I can surely say, that one BSOD was after some manipulations with FireFox. All others was during  hibernation.

        I think, there are still some mistakes or bugs in OS code) or may be some undocumented features =)
  • 14 лет назад, # ^ |
      Проголосовать: нравится +6 Проголосовать: не нравится
    Agree with you.
    Maybe, after release of Windows Me it was really funny. But now, after 8th repetition of same joke...
14 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
It reminds me the XKCD comic.


14 лет назад, # |
Rev. 4   Проголосовать: нравится 0 Проголосовать: не нравится

somewhere in the source code of microsoft visual studio:

void BeforeCreatingPoject()
{
Sleep(MAX_INT);
  int res = TryingFor5MinutesToFindOutAnswerForTheUltimateQuestion();
ASSERT(res == 42);

}

and i have no idea what they doing in the function InitToolBox()

13 лет назад, # |
  Проголосовать: нравится -7 Проголосовать: не нравится
This was new for me. Thanks Esi
13 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
Wonderful!
13 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
Necroposting is necroposting.
13 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится
lol ,  AKGMA ... ROFL!!
13 лет назад, # |
Rev. 4   Проголосовать: нравится +4 Проголосовать: не нравится
You can't return lotsMoreMoney because it's a void function :D