Sandbox

From ProjectWiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
<big>This page can be used to experiment with the wiki ways</big>
+
<big>This page can be used to experiment with the waki wiki ways</big>
  
 
{{refimprove|date=February 2008}}
 
{{refimprove|date=February 2008}}
Line 13: Line 13:
  
 
:<math>{n^n \over 3^n} < n! < {n^n \over 2^n}\mbox{ for }n\ge 6.</math>
 
:<math>{n^n \over 3^n} < n! < {n^n \over 2^n}\mbox{ for }n\ge 6.</math>
 +
 +
<source lang="c">
 +
char *reverse(char *str) {
 +
int epos=strlen(str);
 +
int pos=0;
 +
char c;
 +
do {
 +
  str[pos--]=str[epos--];
 +
} while(pos>epos);
 +
}
 +
</source>

Revision as of 17:20, 15 March 2008

This page can be used to experiment with the waki wiki ways

~_~</div>{{#if:February 2008||}}

Blah Blah Blah

Black and pink DSLite displayed here play with wiki image links

Lupis Leeestum blah da teestium.

Sowarikko?!! nandeyo?! ¬_¬

Math boxes do not work?

<math>(x2-x1)^2</math>

<math>{n^n \over 3^n} < n! < {n^n \over 2^n}\mbox{ for }n\ge 6.</math>
char *reverse(char *str) {
 int epos=strlen(str);
 int pos=0;
 char c;
 do {
   str[pos--]=str[epos--];
 } while(pos>epos);
}
Personal tools
irssi scripts
eggdrop scripts