Home
About
Create Algorithm
Sandbox
Forums
Help
Search
what is eXorithm?
an execution environment
create an algorithm, press "run", get the results; the code runs on our server!
a code repository
view or run any algorithm that others have created; anyone can edit, it's free!
an experiment
when the world builds together, who knows what might be created?
Log In
Remember Me?
Create Account?
Forgot Password?
Tag Cloud
3d
array
color
equation
freebase
geography
geometry
html
image
math
number
polygon
sort
string
text
transformation
tutorial
Sorry, your browser does not support JavaScript! eXorithm will not work so well.
New to eXorithm? Find out what it's
about
or try writing some code in the
sandbox
!
Newest
algorithms
sum_list
[
edit
]
Sum up the numbers in an array.
unity
[
edit
]
Returns digit summation of any numerical value given for passkey (up to 14 digits in length)
hailstone
[
edit
]
Calculates a hailstone sequence. http://en.wikipedia.org/wiki/Collatz_conjecture
photobucket
[
edit
]
Gets all the pictures from a Photobucket album.
validate_domain
[
edit
]
validate domain
magic8ball
[
edit
]
Ask the magic 8 ball your question.
diceRoll
[
edit
]
Rolls a number of dice and returns the results of each roll as well as the total.
fibonacci_binet
[
edit
]
Simple example of Fibonacci series algorithm using Binet
fibonacci_recurse
[
edit
]
Simple example of Fibonacci series algorithm using recursion
round_up
[
edit
]
Round a number up using precision. Precision is the number of decimal places (can also be negative).
more
Popular
algorithms
stock_ticker
[
edit
]
Generate an HTML stock ticker with current quotes.
weather_forecast
[
edit
]
Display the weather for a location. Look up using the Google weather API.
show_address
[
edit
]
Given an address, show the location on a map.
round_corners
[
edit
]
Round the corners of an image. Transparency and anti-aliasing are supported.
sort_multi_array
[
edit
]
Sort a two-dimensional array by one (or more) of the elements in the nested arrays. Accepts a variable number of arguments.
duotone_image
[
edit
]
Change an image into a tinted grayscale.
rotate_image_alpha
[
edit
]
Rotate an image paying respect to transparency.
unique_image
[
edit
]
Generate a pseudo-unique "hash" image based on a string.
draw_cube
[
edit
]
Draw a 3d cube.
address_elevation
[
edit
]
Returns the elevation (in meters) above sea level for an address.
more
Recently Updated
algorithms
overlay_image
[
edit
]
Overlay a transparent image on top of another image.
show_address
[
edit
]
Given an address, show the location on a map.
stock_ticker
[
edit
]
Generate an HTML stock ticker with current quotes.
draw_triangle
[
edit
]
Draw a filled triangle.
hailstone
[
edit
]
Calculates a hailstone sequence. http://en.wikipedia.org/wiki/Collatz_conjecture
pi_digits
[
edit
]
Calculate the digits of pi.
duotone_image
[
edit
]
Change an image into a tinted grayscale.
round_corners
[
edit
]
Round the corners of an image. Transparency and anti-aliasing are supported.
weather_forecast
[
edit
]
Display the weather for a location. Look up using the Google weather API.
magic8ball
[
edit
]
Ask the magic 8 ball your question.
more
pass