Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Craziness Domain. | 2 guests
Acmlm's Board - I2 Archive - Craziness Domain - All Your Base Are Belong To Us. Unix-style! | |
Pages: 1 2 3Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
Alastor the Stylish
Hey! I made a cool game! It's called "I poisoned half the food, so if you eat you might die!" Have a taco.


Level: 114

Posts: 3079/7620
EXP: 16258468
For next: 51099

Since: 03-15-04
From: Oregon, US

Since last post: 2 hours
Last activity: 2 hours
Posted on 12-05-04 11:45 PM Link | Quote
Well Neko, I don't believe he was specifically referring to you by that. It was really more of a broad statement.

Also.

HyperHacker wins the thread.
Banedon

Giant Red Paratroopa
Level: 55

Posts: 752/1408
EXP: 1291380
For next: 22809

Since: 03-15-04
From: Michigan

Since last post: 101 days
Last activity: 90 days
Posted on 12-06-04 02:00 AM Link | Quote
Originally posted by Davis
Well Neko, I don't believe he was specifically referring to you by that. It was really more of a broad statement.


Yes, it was a broad statement, not directed toward any one individual. I got sick of gender changes faster than the rest of the board got sick of "ONO."
Darth Coby

Vire
Dacht je nou echt dat het over was?
Dacht je nou echt dat ik gebroken was? Nee toch?
Nou kijk eens goed op uit je ogen gast.
zonder clic heb je geen kloten tjap... bitch
Level: 55

Posts: 946/1371
EXP: 1240774
For next: 73415

Since: 03-15-04
From: Belgium

Since last post: 2 days
Last activity: 9 hours
Posted on 12-08-04 12:06 AM Link | Quote
Originally posted by HyperHacker
year = 2101; // In AD 2101
BeginWar(); // War was beginning
cout << "What happen?"; // What Happen?
TheBomb.setup(us); // Somebody set up us the bomb.
getSignal(); // We get signal.
cout << "What!"; // What!
MainScreen.SetActivation(1); // Main screen turn on.
cout << "It's you!!"; // It's you!!
getGentlemenStatus(); // How are you gentlemen!!
for (i = 0; i < num_base; i++) // All your base are belong to us.
{
your_base[i].SetOwnership(us);
}
you.SetDestructionPath(1); // You are on the way to destruction.
cout << "What you say!!"; // What you say!!
you.SetChanceToSurvive(0); // You have no choice to survive
you.MakeTime(); // Make your time
cout << "Ha Ha Ha Ha...."; // Ha ha ha ha....
cout << "Captain!!"; // Captain!!
for (i = 0; i < num_zig; i++) // Take off every 'Zig'!!
{
zig[i].TakeOff();
}
you.SetCompetency(1); // You know what you doing.
MoveZig(); // Move 'Zig'.
if(ZigMoved()) // For great justice.
{
great_justice = 1;
}

All your base are belong to C++.

[edit] Damn those [i]s.


Pwn3d.
neotransotaku

Baby Mario
戻れたら、
誰も気が付く
Level: 87

Posts: 1840/4016
EXP: 6220548
For next: 172226

Since: 03-15-04
From: Outside of Time/Space

Since last post: 11 hours
Last activity: 1 hour
Posted on 12-08-04 02:46 AM Link | Quote
# In AD 2101 
(define year 2101)

# War was beginning
(BeginWar)

# What Happen?
(se 'what 'happen)

# Somebody set up us the bomb.
(setup TheBomb us)

# We get signal
(getSignal)

# What!
(se 'What!)

# Main screen turn on.
(SetActivation MainScreen 1)

# It's You
(se 'It 'is 'you)

# How are you gentlemen!!
(getGentlemenStatus)

# All your base are belong to us.
(map (lambda (x) (setownership x)) your_base)

# You are on the way to destruction.
(set! destructionPath 1)

# What you say!!
(se 'What 'you 'say!!)

# You have no choice to survive
(set! chancetosurvive 0)

# You make time
(MakeTime)

# Ha ha ha ha....
(se 'Ha 'Ha 'Ha 'Ha....)

# Captian!!
(se 'Captian!!)

# Take off every 'Zig'!!
(map TakeOff Zig)

# You know what you doing
(set! SetCompetency 1)

# Move Zig and Great Justic
(if (MoveZig) (set! great_justice 1))


HH's code ported to Scheme
Dylan
Devil Trumpets and Angel Trombones ~
Level: 54

Posts: 1194/1407
EXP: 1181697
For next: 52173

Since: 06-19-04
From: Ottawa, Canada.

Since last post: 1 day
Last activity: 6 hours
Posted on 12-08-04 05:45 AM Link | Quote
Dammit, people.
Smallhacker

Green Birdo

SMW Hacking Moderator
Level: 68

Posts: 1031/2273
EXP: 2647223
For next: 81577

Since: 03-15-04
From: Söderhamn, Sweden

Since last post: 10 hours
Last activity: 9 hours
Posted on 12-08-04 05:12 PM Link | Quote
;All your base: Blitz Basic version

year = 2101 ; In AD 2101
BeginWar() ;War was beginning
print "What happen?" ;What Happen?
setup(TheBomb,us) ;Somebody set up us the bomb.
signal=getSignal() ;We get signal.
print "What!" ;What!
SetActivation(MainScreen,1) ;Main screen turn on.
print "It's you!!" ;It's you!!
status=getGentlemenStatus() ;How are you gentlemen!!
for i=0 to num_base ;All your base are belong to us.
ownership(your_base,i)=us
next
SetDestructionPath(you,1) ;You are on the way to destruction.
print "What you say!!" ;What you say!!
SetChanceToSurvive(you,0) ;You have no choice to survive
MakeTime(you) ;Make your time
print "Ha Ha Ha Ha...." ;Ha ha ha ha....
print "Captain!!" ;Captain!!
for i=0 to num_zig ;Take off every 'Zig'!!
TakeOffZig(i)
next
SetCompetency(you,1) ;You know what you doing.
MoveZig() ;Move 'Zig'.
if ZigMoved() then great_justice = 1 ;For great justice.

Kyoufu Kawa
I'm not bad. I'm just drawn that way.
Level: 70

Posts: 983/2481
EXP: 3008456
For next: 7355

Since: 03-19-04
From: Catgirl Central

Since last post: 14 hours
Last activity: 13 hours
Posted on 12-09-04 10:32 PM Link | Quote
If Pokemon Advance had math functions, I'd port AYB to it.
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 2340/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 12-09-04 11:52 PM Link | Quote
Don't make me port it to GB-Z80.
Xkeeper
The required libraries have not been defined.
Level: NAN

Posts: -2973/-863
EXP: NAN
For next: 0

Since: 03-15-04

Since last post: 2 hours
Last activity: -753366 sec.
Posted on 12-10-04 12:02 AM Link | Quote
what I think of this thread, in pure QBASIC goodness:


SYSTEM

(note: bonus points to anyone who knows what that means!)


(edited by Xkeeper on 12-09-04 03:03 PM)
(edited by Xkeeper on 12-09-04 03:04 PM)
(edited by Xkeeper on 12-09-04 03:06 PM)
Darth Coby

Vire
Dacht je nou echt dat het over was?
Dacht je nou echt dat ik gebroken was? Nee toch?
Nou kijk eens goed op uit je ogen gast.
zonder clic heb je geen kloten tjap... bitch
Level: 55

Posts: 952/1371
EXP: 1240774
For next: 73415

Since: 03-15-04
From: Belgium

Since last post: 2 days
Last activity: 9 hours
Posted on 12-10-04 12:49 AM Link | Quote
<?php
$year = 2101; // In AD 2101
BeginWar($year); // War was beginning
echo "What happen?"; // What happend?
Setup($bomb, $us); // Somebody set up us the bomb.
$signal = getSignal(); // We get signal
echo "What!"; // What!
MainScreenOn = TRUE; // Main screen turn on
echo "It's you!!"; // It's you!!
$Status = $_CREWSTAT; // How are you gentlemen!!
for($i = 0; $i <= $NumBase; i++) {
TakeOver($i);
} // All your base are belong to us
Destroy($Localhost); // You are on the way to destruction
echo "What you say!!"; // What you say!!
ChanceOfSurvival = 0; // You have no chance of survival
$Time++; // Make your time
echo "Ha Ha Ha Ha...." // Ha Ha Ha Ha....
echo "Captain!!"; // Captain!!
for ($z = 0; $z <= $NumZig; $z++) {
TakeOff($z); // Take off every Zig!!
}
SetCompetency($Localhost); // You know what you doing.
MoveZig($z); // Move Zig
if($z == $NumZig) {
GreatJustice = 1; // For great justice.
}
?>
Pages: 1 2 3Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Craziness Domain - All Your Base Are Belong To Us. Unix-style! | |


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.051 seconds.