Technology Get the latest on technology, electronics and software…

Windows 2000 Source Code...

Thread Tools
 
Old 02-16-2004 | 08:25 AM
  #1  
soopa's Avatar
Thread Starter
The Creator
 
Joined: Apr 2000
Posts: 37,950
Likes: 8
From: Albany, NY
Windows 2000 Source Code...

Got a copy of it...

Here is a snippet of the startup and installation library

#include "win31.h"
#include "win95.h"
#include "win98.h"
#include "workst~1.h"
#include "evenmore.h"
#include "oldstuff.h"
#include "billrulz.h"
#include "monopoly.h"
#include "backdoor.h"
#define INSTALL = HARD

char make_prog_look_big(16000000);
void main()
{
while(!CRASHED)
{
display_copyright_message();
display_bill_rules_message();
do_nothing_loop();

if (first_time_installation)
{
make_100_megabyte_swapfile();
do_nothing_loop();
totally_screw_up_HPFS_file_system();
search_and_destroy_the_rest_of-OS2();
make_futile_attempt_to_damage_Linux();
disable_Netscape();
disable_RealPlayer();
disable_Lotus_Products();
hang_system();
} //if
write_something(anything);
display_copyright_message();
do_nothing_loop();
do_some_stuff();

if (still_not_crashed)
{
display_copyright_message();
do_nothing_loop();
basically_run_windows_31();
do_nothing_loop();
} // if
} //while

if (detect_cache())
disable_cache();

if (fast_cpu())
{
set_wait_states(lots);
set_mouse(speed,very_slow);
set_mouse(action,jumpy);
set_mouse(reaction,sometimes);
} //if

/* printf("Welcome to Windows 3.1"); */
/* printf("Welcome to Windows 3.11"); */
/* printf("Welcome to Windows 95"); */
/* printf("Welcome to Windows NT 3.0"); */
/* printf("Welcome to Windows 98"); */
/* printf("Welcome to Windows NT 4.0"); */
printf("Welcome to Windows 2000");

if (system_ok())
crash(to_dos_prompt)
else
system_memory = open("a:\swp0001.swp",O_CREATE);

while(something)
{
sleep(5);
get_user_input();
sleep(5);
act_on_user_input();
sleep(5);
} // while
create_general_protection_fault();

} // main
Old 02-16-2004 | 08:32 AM
  #2  
mc222's Avatar
I hate the Mets
 
Joined: Jun 2002
Posts: 4,994
Likes: 0
From: Philly Burbs
Computer humor
Old 02-16-2004 | 08:33 AM
  #3  
astro's Avatar
Community Architect
robb m.
 
Joined: Jan 2000
Posts: 72,809
Likes: 646
From: ON
LOL!

Old 02-16-2004 | 08:36 AM
  #4  
anothercls's Avatar
Suzuka Master
 
Joined: Dec 2003
Posts: 7,103
Likes: 1
I want to get a copy....

Did you get a copy of the NT4 SP3 code?
Old 02-16-2004 | 08:36 AM
  #5  
kevin79925's Avatar
Drifting
 
Joined: May 2003
Posts: 2,879
Likes: 1
From: Houston
Old 02-16-2004 | 08:38 AM
  #6  
SiGGy's Avatar
Moderator Alumnus
 
Joined: Dec 2001
Posts: 9,263
Likes: 2
From: Lenexa, KS
LMFAO
Old 02-16-2004 | 08:38 AM
  #7  
eclipse23's Avatar
Moderator Alumnus
 
Joined: Oct 2000
Posts: 11,829
Likes: 3
From: CRY, CRY SOME MORE!
LOL

Old 02-16-2004 | 08:39 AM
  #8  
NOVAwhiteTypeS's Avatar
Suzuka Master
 
Joined: Nov 2000
Posts: 7,601
Likes: 0
From: Northern VA
LOL

do_nothing_loop();
basically_run_windows_31();
Old 02-16-2004 | 08:39 AM
  #9  
97Cl22's Avatar
Comrade Stalin
 
Joined: Jun 2002
Posts: 3,198
Likes: 0
From: Des Moines, IA
M$
Old 02-16-2004 | 08:45 AM
  #10  
GreenMonster's Avatar
Senior Moderator
 
Joined: Aug 2002
Posts: 35,218
Likes: 15
From: Swansea, MA
Originally posted by anothercls
I want to get a copy....
Oh, you will get a copy, weither you want it or not
Old 02-16-2004 | 09:06 AM
  #11  
Scrib's Avatar
Administrator Alumnus
 
Joined: Oct 2001
Posts: 26,326
Likes: 131
From: Northwest IN
Hmmm...

I didn't see the code:

Code:
if system_complete = true {
  gates_wallet++;
}
else {
  gates_wallet++;
}

printf ("w00000t");
Old 02-16-2004 | 09:11 AM
  #12  
soopa's Avatar
Thread Starter
The Creator
 
Joined: Apr 2000
Posts: 37,950
Likes: 8
From: Albany, NY
thats some shitty code there scrib

if (system_complete == true)



what kinda nerd r u
Old 02-16-2004 | 09:22 AM
  #13  
Scrib's Avatar
Administrator Alumnus
 
Joined: Oct 2001
Posts: 26,326
Likes: 131
From: Northwest IN
Originally posted by soopa
thats some shitty code there scrib

if (system_complete == true)



what kinda nerd r u
Fortunately, I have people like you to check my work.
Old 02-16-2004 | 09:42 AM
  #14  
dallison's Avatar
registered pw
 
Joined: Aug 2003
Posts: 38,822
Likes: 354
From: south central pa
Originally posted by Scrib
Hmmm...

I didn't see the code:

Code:
if system_complete = true {
  gates_wallet++;
}
else {
  gates_wallet++;
}

printf ("w00000t");


Old 02-16-2004 | 09:50 AM
  #15  
eclipse23's Avatar
Moderator Alumnus
 
Joined: Oct 2000
Posts: 11,829
Likes: 3
From: CRY, CRY SOME MORE!
I did hear that there was alot of profanity in the source code. I bet that's true. When we would write scripts in SQL for Transact there would be lines in there like "Dont fucking run this w/out backing up the Master Database first" or "I don't know if this is even going to fucking work". We would write these in partially for humor, and also in case other engineers work on the box, they see our warnings. The press is making this out to be a bad thing when it's really not.
Old 02-16-2004 | 10:00 AM
  #16  
soopa's Avatar
Thread Starter
The Creator
 
Joined: Apr 2000
Posts: 37,950
Likes: 8
From: Albany, NY
well alot of times... test/alpha code... you write variable/function names etc as whatever comes to mind fastest...

like

var $fuck;
function eat_pussy();
if (!doing_shit)
class cockSucker

in big projects alot of that gets left behind. lol
Old 02-16-2004 | 11:07 AM
  #17  
AK_MOBBER's Avatar
VOTE OUT THE BUSH REGIME
 
Joined: Mar 2002
Posts: 2,207
Likes: 0
From: PHX


I have shown some of my teachers my code for projects and they look at me like WTF?
Just a bunch of cuss words I always tell them I was frustrated getting the code to work. They understand
Old 02-16-2004 | 11:20 AM
  #18  
97-3-pt-OH-C-el's Avatar
Banned
 
Joined: Jan 2004
Posts: 1,015
Likes: 0
From: Atlanta
so the real windows code has a ton of profanity in it?
Old 02-16-2004 | 12:42 PM
  #19  
Davediego's Avatar
4dr & I like it that way
 
Joined: Aug 2001
Posts: 1,612
Likes: 0
From: San Diego
Originally posted by soopa
well alot of times... test/alpha code... you write variable/function names etc as whatever comes to mind fastest...

like

var $fuck;
function eat_pussy();
if (!doing_shit)
class cockSucker

in big projects alot of that gets left behind. lol
speaking of which, theres supposedly some USB driver in it where some guy refers to the usb device as dick and the port as pussy you'd think they would have at least a simple filter on their sources
Old 02-16-2004 | 12:49 PM
  #20  
soopa's Avatar
Thread Starter
The Creator
 
Joined: Apr 2000
Posts: 37,950
Likes: 8
From: Albany, NY
who cares what the programmers put in their code. lol

dick + pussy are good naming conventions IMO
Old 02-16-2004 | 12:49 PM
  #21  
Gilgamesh's Avatar
Safety Car
 
Joined: Aug 2002
Posts: 4,954
Likes: 22
From: SLC, UT
>;]
Old 02-16-2004 | 12:49 PM
  #22  
soopa's Avatar
Thread Starter
The Creator
 
Joined: Apr 2000
Posts: 37,950
Likes: 8
From: Albany, NY
makes it real easy to determine what is server and what is client
Old 02-16-2004 | 04:15 PM
  #23  
Doc.Booty's Avatar
Suzuka Master
 
Joined: Feb 2003
Posts: 7,391
Likes: 1
From: Myrtle Beach
Originally posted by soopa
well alot of times... test/alpha code... you write variable/function names etc as whatever comes to mind fastest...

like

var $fuck;
function eat_pussy();
if (!doing_shit)
class cockSucker

in big projects alot of that gets left behind. lol
Before i hand in my CS assignments, i have to not only check for that, but profanity in my comments.
Code:
/* FUCK THIS PIECE OF MONKEY SHIT!!! I'LL GIVE YOU A NULL POINTER EXCEPTION BITCH! */
Old 02-16-2004 | 04:16 PM
  #24  
Doc.Booty's Avatar
Suzuka Master
 
Joined: Feb 2003
Posts: 7,391
Likes: 1
From: Myrtle Beach
Originally posted by Davediego
you'd think they would have at least a simple filter on their sources
And call it condom.
Old 02-16-2004 | 04:21 PM
  #25  
97Cl22's Avatar
Comrade Stalin
 
Joined: Jun 2002
Posts: 3,198
Likes: 0
From: Des Moines, IA
programming can be stressful as fuck especially on something as huge as windows. I don't think i've ever written code w/o using profanity. Who cares if its in windows code? It was never intended to be seen by the public so why do people have a problem understanding that?
Old 02-16-2004 | 04:46 PM
  #26  
bkknight369's Avatar
Safety Car
 
Joined: Jan 2002
Posts: 3,991
Likes: 15
From: Renton, WA
har har...harharhar...har

Old 02-16-2004 | 04:47 PM
  #27  
97-3-pt-OH-C-el's Avatar
Banned
 
Joined: Jan 2004
Posts: 1,015
Likes: 0
From: Atlanta
Originally posted by 97Cl22
programming can be stressful as fuck especially on something as huge as windows. I don't think i've ever written code w/o using profanity. Who cares if its in windows code? It was never intended to be seen by the public so why do people have a problem understanding that?
i know i know, who cares. but i was just curious if they did that shit
Old 02-16-2004 | 05:05 PM
  #28  
rise's Avatar
Suzuka Master
 
Joined: Jul 2001
Posts: 6,010
Likes: 1
can i sue microsoft because of this?
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
le^2
5G TLX (2015-2020)
31
05-30-2018 10:50 AM
iRaw
ILX Photograph Gallery
30
08-05-2016 04:41 PM
xsilverhawkx
2G TL Problems & Fixes
4
10-05-2015 11:00 AM
xsilverhawkx
2G TL Problems & Fixes
5
09-28-2015 06:51 PM
ceb
ILX
2
09-27-2015 10:56 AM



Quick Reply: Windows 2000 Source Code...



All times are GMT -5. The time now is 09:47 PM.