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
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).
ordinal
[
edit
]
Turn a number into an ordinal number, for example 2 => 2nd.
array_rsearch
[
edit
]
Search an array and return position of the last match. If not found, return FALSE.
list_prime
[
edit
]
returns a list of prime numbers
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.
draw_cube
[
edit
]
Draw a 3d cube.
duotone_image
[
edit
]
Change an image into a tinted grayscale.
rotate_image_alpha
[
edit
]
Rotate an image paying respect to transparency.
address_elevation
[
edit
]
Returns the elevation (in meters) above sea level for an address.
unique_image
[
edit
]
Generate a pseudo-unique "hash" image based on a string.
more
Recently Updated
algorithms
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.
fibonacci_binet
[
edit
]
Simple example of Fibonacci series algorithm using Binet
isbn_validator
[
edit
]
Receives ISBN, checks to see if it is a valid ISBN-13, and then outputs the properly-hyphenated ISBN-13 number.
isbn_hyphenate
[
edit
]
Properly hyphenates a 10- or 13-digit ISBN number. Assumes ISBN is valid.
isbn_validate
[
edit
]
Validate an ISBN using the checksum digit at the end. Position of the dashes is irrelevant.
stock_ticker
[
edit
]
Generate an HTML stock ticker with current quotes.
constrain_image
[
edit
]
Force an image to be a certain size by cropping, scaling or adding borders.
simplify_equation
[
edit
]
Simplify an equation.
pluralize
[
edit
]
Form the plural of an English noun.
more
pass