Difference between revisions of "Sandbox"

From "A B C"
Jump to navigation Jump to search
m
m
Line 15: Line 15:
 
==GeSHI==
 
==GeSHI==
  
<source lang="PHP">
+
<source lang="r">
foreach $x as $y {
+
a <- 5 # just a simple test
$y = acos($x);
+
a
echo(PHP_VERSION, "test");
+
[1] 5
}  
+
b <- "test"
 +
c <- rnorm(1, 100)
 +
plot(b, d, xlim=c(1,100)) # margins?
 +
for (1:100) do { this }
 
</source>
 
</source>

Revision as of 11:46, 11 February 2012

Welcome to the Course Wiki Sandbox! This page is for editing experiments. Feel free to try your skills at formatting here. To edit, click the edit tab at the top of the page, make your changes in the dialog box, and click the Save page button when you are finished. Content added here will not stay permanently. Please note that you have to be registered and logged in for changes. If you would like to try a Wiki Sandbox but don't want to register, you can use the Wikimedia Sandbox.

For information on how to edit pages see the Editing help page.

 

Please edit below

Text, italic and bold.

:-)


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sqrt{2}\approx 1.4}

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \nearrow \; \searrow \; \swarrow \; \nwarrow}

GeSHI

a <- 5 # just a simple test
a
[1] 5
b <- "test"
c <- rnorm(1, 100)
plot(b, d, xlim=c(1,100)) # margins?
for (1:100) do { this }