Author |
Message |
PO Info |
 |
Shino Fade into this fantasy, caught in the web of time

Age: 49 Gender:  Joined: 15 Sep 2002 |
Posted: Thu Mar 06, 2003 5:44 pm Post subject: |
public class PostInCodeTopic {
public PostInCodeTopic() {
getRules();
}
public Rules getRules() {
// Rule 1
if ( !post.inCode() ) {
post.delete();
}
else {
post.setIsOK( true );
topic.addPost( post );
}
// Rule 2
if ( text.cannotBeCode() ) {
text.putInCommentBlock(); // using the "//" like this or using the comment block method /* like this */
}
}
}
/* I got a little carried away with this one putting the class name and all, but have fun with it. */
Shino.setWritesCodeForLiving( true );
Shino.setMemberExpectedToPostMost( new Musashi ); |
_________________ So many games... so little time
 |
|
|
 |
 |
Wins 190 - Losses 169 Level 21 |
EXP: 11590 HP: 3150
 |
STR: 1050 END: 1050 ACC: 1200 AGI: 1200
|
Bianco & Nero (Sabers) (500 - 600) |
|
|
Back to top |
|
 |
Therin Gloompf. Iggle!

Gender:  Joined: 24 Sep 2002 |
Posted: Thu Mar 06, 2003 7:47 pm Post subject: |
|
|
 |
 |
Wins 45 - Losses 36 Level 10 |
EXP: 6251 HP: 2600
 |
STR: 950 END: 825 ACC: 825 AGI: 800
|
Gray Matter (Gun) (240 - 530) |
|
|
Back to top |
|
 |
Musashi Scrummy Translator

Gender:  Joined: 07 Nov 2002 |
Posted: Thu Mar 06, 2003 8:03 pm Post subject: |
import javax.swing.JOptionPane;
public class JavaCodePost1
{
public static void main(String[] args)
{
Musashi.isThirdYearCSMajor( true );
Musashi.willPostCodeOften( true );
Musashi.setLanguage("Java 2");
response = JOptionPane.showInputDialog
("What's wrong with Java? It's a heck of a lot easier than Assembly Language");
System.out.println(response);
System.exit(0);
}
private String response;
} |
_________________
 |
|
|
 |
 |
Wins 102 - Losses 87 Level 14 |
EXP: 8440 HP: 2800
 |
STR: 1000 END: 900 ACC: 875 AGI: 1025
|
Arcanum (Sword) (395 - 495) |
|
|
Back to top |
|
 |
Therin Gloompf. Iggle!

Gender:  Joined: 24 Sep 2002 |
Posted: Thu Mar 06, 2003 8:32 pm Post subject: |
|
|
 |
 |
Wins 45 - Losses 36 Level 10 |
EXP: 6251 HP: 2600
 |
STR: 950 END: 825 ACC: 825 AGI: 800
|
Gray Matter (Gun) (240 - 530) |
|
|
Back to top |
|
 |
Cobalt Katze Uncertainty

Gender:  Joined: 05 Oct 2002 |
Posted: Fri Mar 07, 2003 2:07 am Post subject: |
Code: | <html>
<head>
<title="~Posting in Code Can be Fun!~">
</head>
<body bg="black">
<b>I agree peepls.. My coding language may not be as cryptic as everyone else's...<br>
<br>
But...<br>
<br>
No one could read this unless they selected it! Mwaahhaha!</b><br>
<br>
<img src="evil_cobalt_laugh.gif">
Oh yeah, and <a href="http://www.pocketotaku.com/">this website</a> is the greatest!!!11one
</body>
</html> |
|
_________________ PSU - Cobalt Katze - Beast Guntecher |
|
|
 |
 |
Wins 34 - Losses 31 Level 9 |
EXP: 5625 HP: 1850
 |
STR: 550 END: 650 ACC: 800 AGI: 1300
|
Persuader (Gun) (280 - 460) |
|
|
Back to top |
|
 |
Doot Cute and Non-Abrasive Hyper Hypo

Gender:  Joined: 15 Sep 2002 |
Posted: Fri Mar 07, 2003 2:29 am Post subject: |
Code: |
<?xml version="1.0"?>
<list>
<otakus>
<author>Doot</author>
<otakus_name>Dootsama</otakus_name>
<status>PO Goddess
<gender>Female</gender>
</status>
<components>
<item>1 part Lady</item>
<item>2 parts Ninja</item>
<item>1 part *vanish*</item>
<item>1 part advice columnest</item>
<item>All ass-kickin!</item>
</components>
<precautions>
Do not attempt to attack this Lady Ninja for you may soon find a shuriken in a very uncomfortable spot.
</precautions>
</otakus>
</list>
|
|
_________________
Doot vanishes fast. "Is it wind that makes that sound?" "No. It is your doom."
"Makai shotto!" (Yeah, I'm sexy ain't I!) |  |
|
|
|
 |
 |
Wins 60 - Losses 60 Level 11 |
EXP: 7293 HP: 2500
 |
STR: 800 END: 850 ACC: 920 AGI: 930
|
Dark Blade of Miniopia (Blades) (360 - 440) |
|
|
Back to top |
|
 |
Shino Fade into this fantasy, caught in the web of time

Age: 49 Gender:  Joined: 15 Sep 2002 |
Posted: Fri Mar 07, 2003 9:23 am Post subject: |
Post post = CodeTopic.getPost( Akira );
post.showProblem();
/* output
Post not properly written in code.
Acceptable formats for spacific post
//....im confused yall.
//im like going to print this page...and study it for hours until i get this...until then....O_o
end output */
post.delete();
post = CodeTopic.getPost( Sperrit );
post.showProblem();
/* output
Post not properly written in code.
Acceptable formats for spacific post
// :Oo:
//
//
// Join the Fun
end output */
post.delete();
Akira.setLearnFromPost( true );
Sperrit.setLearnFromPost( true );
public boolean sorryForDeletingPosts( POMember member ) {
return true;
}
Shino.sorryForDeletingPosts( Akira );
Shino.sorryForDeletingPosts( Sperrit );
System.out.println( "Sorry guys, but the rules say if it's not in code, it get's deleted. No exceptions. " ); |
_________________ So many games... so little time
 |
|
|
 |
 |
Wins 190 - Losses 169 Level 21 |
EXP: 11590 HP: 3150
 |
STR: 1050 END: 1050 ACC: 1200 AGI: 1200
|
Bianco & Nero (Sabers) (500 - 600) |
|
|
Back to top |
|
 |
BWS-1 Otaku Lord

Gender:  Joined: 25 Sep 2002 |
Posted: Fri Mar 07, 2003 10:20 am Post subject: |
code.gif.:Oo:
reply.code.bummersukincodeing |
_________________
KENYA BELEIVE IT!
Q:What year were you born?
A: Yeah.
W.-A. (-workaholics-anonymous-) |
|
|
 |
 |
Wins 60 - Losses 39 Level 12 |
EXP: 5439 HP: 2403
 |
STR: 801 END: 801 ACC: 999 AGI: 999
|
BWS-1 (Sword) (415 - 415) |
|
|
Back to top |
|
 |
Doot Cute and Non-Abrasive Hyper Hypo

Gender:  Joined: 15 Sep 2002 |
Posted: Fri Mar 07, 2003 10:44 am Post subject: |
if (otakus_code == "good")
{
var reward = "UR1337";
} else {
var reward = "DELETED!";
} |
_________________
Doot vanishes fast. "Is it wind that makes that sound?" "No. It is your doom."
"Makai shotto!" (Yeah, I'm sexy ain't I!) |  |
|
|
|
 |
 |
Wins 60 - Losses 60 Level 11 |
EXP: 7293 HP: 2500
 |
STR: 800 END: 850 ACC: 920 AGI: 930
|
Dark Blade of Miniopia (Blades) (360 - 440) |
|
|
Back to top |
|
 |
BWS-1 Otaku Lord

Gender:  Joined: 25 Sep 2002 |
Posted: Fri Mar 07, 2003 11:17 am Post subject: |
POtaku21: ( BWS_1 ) //reply
{
status_coding_skill.level: 0;
%_chances.of ("var reward = "DELETED!"): 99.9;
/*input
I_R_IN_DEEP_SHI?$%%"$&% [auto_censor 1]
end of input */
} |
_________________
KENYA BELEIVE IT!
Q:What year were you born?
A: Yeah.
W.-A. (-workaholics-anonymous-) |
|
|
 |
 |
Wins 60 - Losses 39 Level 12 |
EXP: 5439 HP: 2403
 |
STR: 801 END: 801 ACC: 999 AGI: 999
|
BWS-1 (Sword) (415 - 415) |
|
|
Back to top |
|
 |
|
|