Revision [13202]

This is an old revision of SandBox made by 60.50.149.68 on 2006-02-16 07:43:54.

 

Test your formatting skills here


See also:

Note: this server is configured to use a western charset encoding (ISO-8859-1). This results in non-western characters being stored as unicode entities and displayed as such in the edit screen. To learn more on different charset support, please refer to WikkaLocalization.
Read this first
You are free to play with Wikka's FormattingRules syntax on this page. Double click anywhere to open the edit screen.
Please do not remove the main header and this paragraph while editing the page and start editing under the horizontal rule BELOW
 





Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Duis auctor auctor pede.
Etiam mollis nibh a turpis.


Hello www.google.com www.google.com

Press Hyper+Meta+Compose+Ctrl+Alt+Shift+Ins to continue.

Here we are

Let's see habla habla espanol
Yeah!
Woha!


Well, are you writing? Beautiful!

Gulp!



test de mise en boite


SO, how does this work?

Format here



And here

And Here

  1. Number list 1
  1. Number 2
  1. Number 3



italic
  1. AAARRGGG
  1. Frank
  1. Monk monkey monk monk.
  1. Yoda one two three


because this server is configu because this server is configu because this server is configu

Press ANY KEY

http://example.com/
Testing 123

asdfdffa
Push my BUTTON

  1. <?php
  2. echo "hello world";
  3. if ($toto == 1) {
  4.   $titi = 2;
  5. } else {
  6.   $titi = 3;
  7. }
  8. ?>


  1. main() {
  2.   printf("Hello World\n");
  3. }


  1. #!/usr/bin/perl -w
  2. ##
  3. # This is a simple test file.
  4.  
  5. # Pragmas.
  6. use strict;
  7.  
  8. ##
  9. # Prototypes.
  10. sub testDisplay($$);
  11. sub employee();
  12. sub company();
  13.  
  14. ##
  15. # Setup.
  16. # The company name.
  17. my $company_ = "";
  18. # The employee.
  19. my $employee_ = "";
  20.  
  21. ##
  22. # Main.
  23.  
  24. # Set the employee.
  25. employee("Dan");
  26. # Set the company.
  27. company("FV");
  28. # Call the test display function.
  29. testDisplay(company(), employee());
  30.  
  31. ##
  32. # Sub functions.
  33.  
  34. ##
  35. # Prints a test message to the screen.
  36. # Parameters:
  37. #   $company The company name.
  38. sub testDisplay($$) {
  39.   my $company = shift;
  40.   my $employee = shift;
  41.   print "$employee works for $company\n";
  42. }
  43.  
  44. ##
  45. # Set/Get employee.
  46. # Optional parameter:
  47. #   $employee Sets the employee
  48. # Output:
  49. #   $employee_ The current value of $employee_
  50. sub employee() {
  51.   $employee_ = shift if (@_);
  52.   return $employee_;
  53. }
  54.  
  55. ##
  56. # Set/Get company.
  57. # Optional parameter:
  58. #   $company Sets the company
  59. # Output:
  60. #   $company_ The current value of $company_
  61. sub company() {
  62.   $company_ = shift if (@_);
  63.   return $company_;
  64. }


testing 'indent' feature



русский язык

вроде гутарят..

this is bold i think or not because my code is here right?
Please make sure that the server has write access to a folder named uploads.


DVD logo

Artic Monkeys

Just trying things out

Let's see if we can easily add shell commands:
 $> du -hs | grep "[0-9]*M"


This is my first Wiki trial. Very cool and easy to edit.



Valid XHTML :: Valid CSS: :: Powered by WikkaWiki