Sandbox

From Rosetta Code
Revision as of 01:23, 19 March 2008 by 74.74.225.216 (talk) (more div box testing)
Sandbox is an example of an Integrated Development Environment, a class of software which typically combines enhanced editing and debugging features.
Sandbox is an example of a compiler. You may find the programming tasks that have been solved using it here.
Language
Sandbox
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Sandbox.

a

b

c

blah

''blah''
''blah''


#Your Language Here


#Python <Python> def avr24(data):

   if len(data)==0:
       return 0
   else:
       return sum(data)/float(len(data))

</Python>

XFeeds

<xfeeds contentcolour="#eeeeee" feedlimit="3" totallimit="10"> http://blog.rosettacode.org/?feed=rss2 http://blog.rosettacode.org/?feed=comments-rss2 </xfeeds>

Syntax highlighting

<c>#include <iostream>

  1. include <gmpxx.h>

mpf_class f(mpf_class x); double f(double x);

int main() {

unsigned int start = 1;
unsigned int end = 1000;
mpf_class sum = 0;
double dsum = 0;

for( unsigned int x = start;
  x <= end;
  ++x   )
{
 sum += f(mpf_class(x));
 dsum += f((double) x);
}

std::cout << "Sum of f(x) from " << start << " to " << end << " is " << sum << " (GMP float) or " << dsum << " (IEEE 64-bit float)" <<  std::endl;
return 0;

}


mpf_class f(mpf_class x) {

return ( 1 / ( x * x ) );

}

double f(double x) {

return ( 1 / ( x * x ) );

} </c>

Expression test

Currently there are 2,649 articles, but if someone added another, there would be 2650 articles. Totally, there are 20,468 pages, which means that 17819 pages are not articles.

Your Language Here

Works with: Yourlanguagehere

Testing a standard language solution header.

Works with: Yourlanguagehere version 2.5
Works with: Display name version 2.5

Your Language Here

Testing a standard language solution header with different display name.



Animated FIFO

colorForth

source
colorForth
code

26 →

170 ¬

224-234 αßΓπΣσµτΦΘΩ

236 ∞

241-243 ±≥≤


244 ⌠

245 ⌡


246 ÷

247 ≈

248 °

251 √

253 ²

<sub> normalsub

<sup> normalsup

Template:WP

Template:WP