Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Miscellaneous > Archive > Off-Topic-Archive > The Control-V Thread.
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread   
Pages (2): [ 1   2   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
Neutrino is offline Neutrino
Settler
Austin, Texas, USA
Jun 2002
time: 23:30
  Old Post 15-08-2003 07:45
Edit/Delete Message Reply w/Quote
#31 Report this post to a moderator
Support Apolyton, buy Call to Power 2

quote:


pthread_cond_t cv_notfull = PTHREAD_COND_INITIALIZER;
pthread_cond_t cv_notempty = PTHREAD_COND_INITIALIZER;
pthread_cond_t cv_busfull = PTHREAD_COND_INITIALIZER;

pthread_mutex_t bus_access = PTHREAD_MUTEX_INITIALIZER;

void *cvpass(void *pass_id)
{
int *my_id = (int *) pass_id;
int trips = 0;
while (trips < T) {
while (pthread_mutex_trylock(&bus_access)) ;
while (pthread_cond_wait(&cv_notfull, &bus_access)) ; // wait for access
// cout<<*my_id<<" acquires lock\n";
cout<<"Passenger "<<*my_id<<" gets in\n";
id_queue.push_back(*my_id);
num_passengers++;
// cout<<"# passengers: "< if (num_passengers == C) { // signal when full
// sleep(1); // wait for bus to be ready to receive bus_full
// cout<<"Bus full, signaling bus_full\n";
pthread_cond_signal(&cv_busfull);
}
// pthread_mutex_unlock(&bus_access);
// cout<<*my_id<<" releases lock\n";

pthread_cond_wait(&cv_notempty, &bus_access);
if (on_bus(id_queue, *my_id))
{
id_queue.remove(*my_id);
cout<<"Passenger "<<*my_id<<" gets off\n";
num_passengers--;
// cout<<"# passengers: "< }
pthread_mutex_unlock(&bus_access);
trips++;
}
pthread_exit(NULL);
}

TCO is offline TCO
Emperor
Richmond, VA
Jan 1970
time: 00:30
  Old Post 15-08-2003 07:51
Edit/Delete Message Reply w/Quote
#32 Report this post to a moderator
Full PM-box? Change here!

nothing in there...

Imran Siddiqui is offline Imran Siddiqui

Deity
The Potterverse
Jan 1970
time: 00:30
  Old Post 15-08-2003 07:55
Edit/Delete Message Reply w/Quote
#33 Report this post to a moderator
Suffering from ads?

I gots nothing either.. damn

:) Smiley is offline :) Smiley
Emperor
USCA, Berkeley
Feb 2001
time: 21:30
  Old Post 15-08-2003 08:02 Visit :) Smiley's homepage!
Edit/Delete Message Reply w/Quote
#34 Report this post to a moderator
Tired of ads?

was working on a Civ2 scenario...

Attachment: temp.gif
This has been downloaded 146 time(s).

Sirotnikov is offline Sirotnikov
King
<--- Yes, It's a "kitty" in a boot.
Feb 2000
time: 07:30
  Old Post 15-08-2003 14:28
Edit/Delete Message Reply w/Quote
#35 Report this post to a moderator
Put an end to popups!

quote:
You want one page with a bunch of white space and a few easy to read tags?

Or you want a garbled WYSIWYG crap making reference to a bunch of CSS files.


Ted Striker commenting on what he thinks CSS is in another thread.

Spiffor is offline Spiffor
Emperor
CPA - Evil Clone brigade
Nov 2001
time: 06:30
  Old Post 15-08-2003 14:40
Edit/Delete Message Reply w/Quote
#36 Report this post to a moderator
Lose 30 kilos (of popups)

quote:
You can already do this indirectly, by making civ-specific tech trees. But you are right that real Civ-dependent improvements would be much better. It would allow, for example, "flavour improvements" much like "flavour units". For example, the Arabs could build Bazaars and Mosques instead of Cathedrals and Marketplaces, with the same effects.


An answer I wrote in the Civ3-Conquests forum, when I feared the server would crash (I copy my answers very often, for fear they get eaten by the server)

Wernazuma III is offline Wernazuma III
Emperor
Decolonize!
Aug 2000
time: 06:30
  Old Post 15-08-2003 14:44 Visit Wernazuma III's homepage!
Edit/Delete Message Reply w/Quote
#37 Report this post to a moderator
Got spare money?

quote:
pad-zahr


OMG, that's really weird

Comrade Tassadar is offline Comrade Tassadar
Settler

Aug 2005
time: 05:30
  Old Post 15-08-2003 14:48 Visit Comrade Tassadar's homepage!
Edit/Delete Message Reply w/Quote
#38 Report this post to a moderator
Support Apolyton or Terrorists Win

quote:
It was amazing I won. I was running against peace and prosperity and incumbency

SpencerH is offline SpencerH
King
Co-Ruler of my patch of land south of Birmingham Alabama
Feb 2002
time: 23:30
  Old Post 15-08-2003 16:31
Edit/Delete Message Reply w/Quote
#39 Report this post to a moderator
Get a bigger avatar today!

quote:
Isnt this the time of year when the parisians desert the city?


from the help me I'm going to paris thread

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:30
  Old Post 15-08-2003 19:51 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#40 Report this post to a moderator
Increase Your PM Length

quote:
There was in fact, very little sense of anything afterwarsd.

Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:30
  Old Post 15-08-2003 20:09 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#41 Report this post to a moderator
Get a bigger avatar today!

quote:
CWnd* blah;

DarthVeda is offline DarthVeda
Emperor
My avatar! My precious!
Jan 1970
time: 00:30
  Old Post 15-08-2003 20:19 Visit DarthVeda's homepage!
Edit/Delete Message Reply w/Quote
#42 Report this post to a moderator
Full PM-box? Change here!

quote:

Kristy Wright

JohnT is offline JohnT

Emperor
Capitalist
Mar 1999
time: 00:30
  Old Post 15-08-2003 20:48
Edit/Delete Message Reply w/Quote
#43 Report this post to a moderator
Enter the AD-FREE zone

quote:
C002


Carrier route 2.

Rogan Josh is offline Rogan Josh
Prince

Jan 1970
time: 06:30
  Old Post 15-08-2003 21:08
Edit/Delete Message Reply w/Quote
#44 Report this post to a moderator
Increase the size of your Attachments

quote:

\be
x^2_{\rm max/min}=1 - \frac{1}{3} (1+y^2)(1-\cos \theta \pm \sqrt{3} \sin \theta),
\ee
with
\be
\theta = \frac{1}{3} \arctan \left( -\frac{\sqrt{4(1 + y^2)^6 - (2 (1 + y^2)^3 - 27y^2 \cos^22\beta)^2}}{2 (1 + y^2)^3 - 27y^2 \cos^22\beta} \right).
\ee


don't ask....

Asmodean is offline Asmodean
King
Aarhus, Denmark
Aug 1999
time: 06:30
  Old Post 15-08-2003 21:41 Visit Asmodean's homepage!
Edit/Delete Message Reply w/Quote
#45 Report this post to a moderator
Support Apolyton, buy Civilization 2

Hmmm. It's a bit long, but here goes:

quote:

When W32.Blaster.Worm is executed, it does the following:


Creates a Mutex named "BILLY." If the mutex exists, the worm will exit.


Adds the value:

"windows auto update"="msblast.exe"

to the registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr
entVersion\Run

so that the worm runs when you start Windows.


Generates an IP address and attempts to infect the computer that has that address. The IP address is generated according to the following algorithms:

For 40% of the time, the generated IP address is of the form A.B.C.0, where A and B are equal to the first two parts of the infected computer's IP address.

C is also calculated by the third part of the infected system's IP address; however, for 40% of the time the worm checks whether C is greater than 20. If so, a random value less than 20 is subtracted from C. Once the IP address is calculated, the worm will attempt to find and exploit a computer with the IP address A.B.C.0.

The worm will then increment the 0 part of the IP address by 1, attempting to find and exploit other computers based on the new IP address, until it reaches 254.


With a probability of 60%, the generated IP address is completely random.


Sends data on TCP port 135 that may exploit the DCOM RPC vulnerability. The worm sends one of two types of data: either to exploit Windows XP or Windows 2000. For 80% of the time, Windows XP data will be sent; and for 20% of the time, the Windows 2000 data will be sent.

NOTES:
The local subnet will become saturated with port 135 requests.
Due to the random nature of how the worm constructs the exploit data, this may cause computers to crash if it sends incorrect data. This may manifest as svchost.exe generating errors as a result of the incorrect data.
While W32.Blaster.Worm cannot spread to the Windows NT or Windows 2003 server, unpatched computers running these operating systems may crash as a result of the worm's attempts to exploit them. However, if the worm is manually placed and executed on a computer running these operating systems, it can run and spread.


Uses Cmd.exe to create a hidden remote shell process that will listen on TCP port 4444, allowing an attacker to issue remote commands on an infected system.


Listens on UDP port 69. When the worm receives a request from a computer to which it was able to connect using the DCOM RPC exploit, it will send msblast.exe to that computer and tell it to execute the worm.


If the current date is the 16th through the end of the month for the months of January to August, or if the current month is September through December, the worm will attempt to perform a DoS on Windows Update. However, the attempt to perform the DoS will succeed only if one the following conditions is true:
The worm runs on a Windows XP computer that was either infected or rebooted during the payload period.
The worm runs on a Windows 2000 computer that was infected during the payload period and has not been restarted since it was infected.
The worm runs on a Windows 2000 computer that has been restarted since it was infected, during the payload period, and the currently logged in user is Administrator.


The DoS traffic has the following characteristics:
Is a SYN flood on port 80 of windowsupdate.com.
Tries to send 50 RPC packets and 50 HTTP packets every second.
Each packet is 40 bytes in length.

Some fixed characteristics of the TCP and IP headers are:
IP identification = 256
Time to Live = 128
Source IP address = a.b.x.y, where a.b are from the host ip and x.y are random. In some cases a.b are random.
Destination IP address = dns resolution of "windowsupdate.com"
TCP Source port is between 1000 and 1999
TCP Destination port = 80
TCP Sequence number always has the two low bytes set to 0; the 2 high bytes are random.
TCP Window size = 16384


The worm contains the following text, which is never displayed:

I just want to say LOVE YOU SAN!!
billy gates why do you make this possible ? Stop making money and fix your software!!


Earlier I wrote en e-mail to my brother about the Blaster worm

Asmodean

Makeo is offline Makeo
King
Reading, UK
Jan 1970
time: 22:30
  Old Post 15-08-2003 21:58 Visit Makeo's homepage!
Edit/Delete Message Reply w/Quote
#46 Report this post to a moderator
Remove this text

quote:
Ashraf Abdel-Rahmn

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:30
  Old Post 15-08-2003 22:00 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#47 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

quote:
' + eDay + '.html">next');

Bereta_Eder is offline Bereta_Eder
Prince

Oct 2000
time: 07:30
  Old Post 15-08-2003 22:02 Visit Bereta_Eder's homepage!
Edit/Delete Message Reply w/Quote
#48 Report this post to a moderator
Browse Apolyton AD-FREE

http://e-missos.gr/

Some website link I saw earlier and pasted it in my teleport pro off line browser. Has amateur poerty and stuff.

Space05us is offline Space05us
King

Nov 2001
time: 17:30
  Old Post 15-08-2003 23:07
Edit/Delete Message Reply w/Quote
#49 Report this post to a moderator
Get a bigger avatar today!

quote:
37 0 2 $31.25 Kahr K9


game I was playing (its a new day so I can post it again right?

Buck Birdseed is offline Buck Birdseed
Emperor
Khoon Ki Pyasi Dayan (1988)
Nov 2000
time: 05:30
  Old Post 16-08-2003 00:01 Visit Buck Birdseed's homepage!
Edit/Delete Message Reply w/Quote
#50 Report this post to a moderator
Inflate your Upload Space

quote:
Sonic Undermind were friends for a long time before somebody pointed out that they were all musicians and that they should form some sort of band. It was late, they were drunk and it seemed like a great idea. Sonic Undermind's music is influenced by what the band listen to: rock, drum’n’bass, hip hop, big beat, more rock, a smidgen of metal, early indie, classical and did I mention rock?


Sava is offline Sava
King
GO GO GO!
Mar 2001
time: 23:30
  Old Post 16-08-2003 00:02
Edit/Delete Message Reply w/Quote
#51 Report this post to a moderator
Remove this text

quote:
Indeed. Almost twenty breakins were reported.


from the power outage thread, I was replying to a KH post.

geeslaka is offline geeslaka
Prince
of the purple hand
Jun 2003
time: 22:30
  Old Post 16-08-2003 00:04
Edit/Delete Message Reply w/Quote
#52 Report this post to a moderator
Support Apolyton buy from Amazon

quote:
We don't know a centiliter from a ****ing decihectagram.

Sava, showing off his education.

Sava is offline Sava
King
GO GO GO!
Mar 2001
time: 23:30
  Old Post 16-08-2003 00:07
Edit/Delete Message Reply w/Quote
#53 Report this post to a moderator
Tired of ads?

I feel sorry for the morons that take me seriously...

Wernazuma III is offline Wernazuma III
Emperor
Decolonize!
Aug 2000
time: 06:30
  Old Post 16-08-2003 01:31 Visit Wernazuma III's homepage!
Edit/Delete Message Reply w/Quote
#54 Report this post to a moderator
Tired of ads?

quote:
Originally posted by Makeo Ashraf Abdel-Rahmn


OK, Google returns exactly two pages, one about a scary looking guy who received his pharmaceutical PhD in 1996 and a 16 years old who was shot in Turkey in 1997. Which one do you refer to?

Locutus is offline Locutus
ACS CTP1/2 Manager & Civ4 Co-Manager
Hengelo, The Netherlands
Nov 1999
time: 06:30
  Old Post 16-08-2003 02:29 Visit Locutus<br><img src=/forums/images/staff-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#55 Report this post to a moderator
Help yourself to an AD-FREE life

quote:
http://apolyton.net/forums/showthread.php?postid=2266846#post2266846


A post I made earlier today and then linked to from another forum...

Oerdin is offline Oerdin
King
of Internet Music.
Sep 2001
time: 21:30
  Old Post 16-08-2003 04:12
Edit/Delete Message Reply w/Quote
#56 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

http://cgi.ebay.com/ws/eBayISAPI.dl...&category=39830

Verto is offline Verto

King

Mar 2002
time: 23:30
  Old Post 16-08-2003 04:23
Edit/Delete Message Reply w/Quote
#57 Report this post to a moderator
Help yourself to an AD-FREE life

quote:
The American Lung Association's State of the Air 2002 report lists the Los Angeles metro area as the most heavily ozone-polluted metropolitan area in the country, followed by Bakersfield, Fresno and Visalia-Tulare-Porterville, Calif. The Houston-Galveston area ranks fifth among the worst 25 metro areas

Inverse Icarus is offline Inverse Icarus
Emperor
flying too low to the ground
May 2001
time: 00:30
  Old Post 16-08-2003 04:48 Visit Inverse Icarus's homepage!
Edit/Delete Message Reply w/Quote
#58 Report this post to a moderator
Avatar Enlargement: We've got the solution

quote:
cmdShuffle.BackColor = &HE0E0E0

 
Pages (2): [ 1   2   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:30.
Apolyton Time is 00:30.
    top of page
Rate This Thread:
archivepost
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0509 seconds (91.65% PHP - 8.35% MySQL) with 31 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net