Difference between revisions of "Sandbox"

From eLinux.org
Jump to: navigation, search
(Testing Spam Whitelist)
(Testing Source Ref)
Line 18: Line 18:
 
== Testing Source Ref ==
 
== Testing Source Ref ==
  
{{#source: java  
+
<syntaxhighlight lang="java">
|
 
 
  class Whatever {
 
  class Whatever {
 
   public static void main() {
 
   public static void main() {
Line 29: Line 28:
 
   }
 
   }
 
  }
 
  }
}}
+
</syntaxhighlight>
  
 
== Testing image uploads ==
 
== Testing image uploads ==
  
 
[[Image:Android_test.png]]
 
[[Image:Android_test.png]]

Revision as of 20:45, 27 June 2011

Testing Spam Whitelist

http://goo.gl/a4c639

http://youtu.be/8wK9q3XqnFY

Test of references

I want to test a reference [1]

Here's a simple link: [1]

This is another test by swcai. It is great.

References

  1. Bird, T. (2006) This wikipedia reference thing is great. Journal of wikipedia greatness p. 2240

File:Test2.jpg

Testing Source Ref

 
 class Whatever {
   public static void main() {
      int a = 0;

      while( a < 10 ) {
         System.out.println(a);
      }
   }
 }

Testing image uploads

Android test.png