Free Ideone API
try it now!
Your great ideas will be born here
Recent public pastes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- Tcl
- Text
- Unlambda
- Visual Basic .NET
- Whitespace
-
1 2 3 4 5 6 7 8
-module(prog). -export([main/1]). main([H|T]) -> io:fwrite("arg: ~s~n", [H]), main(T); main([]) -> ok.
-
1 2 3 4 5 6 7 8
-module(prog). -export([main/1]). main([H|T]) -> io:fwrite("arg: ~s~n", [H]), main(T); main([]) -> ok.
-
1 2 3 4 5 6 7 8
-module(prog). -export([main/1]). main([H|T]) -> io:fwrite("arg: ~s~n", [H]), main(T); main([]) -> ok.
-
1 2 3 4 5 6 7 8
-module(test). -export([main/1]). main([H|T]) -> io:fwrite("arg: ~s~n", [H]), main(T); main([]) -> ok.
-
1 2 3 4 5 6 7 8
-module(test). -export([main/1]). main(H|T]) -> io:fwrite("arg: ~s~n", [H]), main(T); main([]) -> ok.
-
1 2 3 4 5 6 7 8 9
run_steps(Nodes, N) -> io:format("test 3~n", []), NewNodes = lists:map(fun(aNode) -> step_one_node(aNode, N) end, Nodes). ** exception error: no function clause matching sc3t:'-run_steps/2-fun-0-'({1,1461,offline,0,[], [{7,offline}, {1,offline},
...
-
1 2 3
run_steps(Nodes, N) -> io:format("test 3~n", []), NewNodes = lists:map(fun(aNode) -> step_one_node(aNode, N) end, Nodes).
-
1 2 3 4 5 6 7 8 9
-module(prog). -export([main/0]). main() -> loop(). loop() -> case io:fread( "","~d" ) of eof -> true;
...
-
1 2 3 4 5 6 7 8 9
-module(prog). -export([main/0]). main() -> loop(). loop() -> case io:fread( "","~d" ) of eof -> true;
...
-
1 2 3 4 5 6 7 8 9
-module(maze). -compile(export_all). -define(MAZE_FILE, "map.txt"). %%% Contents of map.txt %%% +-----------+-------+ %%% | +----+ | | %%% | | | | %%% | | | -+--+-----+-- %%% +--+- | | |
...
-
1 2 3 4 5 6 7 8 9
-module(maze). -compile(export_all). -define(MAZE_FILE, "map.txt"). %%% Contents of map.txt %%% +-----------+-------+ %%% | +----+ | | %%% | | | |····· %%% | | | -+--+-----+-- %%% +--+- | | |
...
-
1
1+1.
-
1 2 3 4 5 6 7 8 9
-module(prog). -compile(export_all). -record(couchdb_params, { host = "127.0.0.1" :: string(), port = 5984 :: integer(), ssl = false :: boolean(), prefix = "/" :: string(), username = nil :: string(),
...
-
1 2 3 4 5 6 7 8 9
-module(maze). -compile(export_all). -define(MAZE_FILE, "map.txt"). %%% Contents of map.txt %%% +-----------+-------+ %%% | +----+ | | %%% | | | | %%% | | | -+--+-----+-- %%% +--+- | | |
...
-
1 2 3 4 5 6 7 8 9
-module(maze). -compile(export_all). -define(MAZE_FILE, "map.txt"). %%% Contents of map.txt %%% +-----------+-------+ %%% | +----+ | | %%% | | | |····· %%% | | | -+--+-----+-- %%% +--+- | | |
...
-
1 2 3 4 5 6 7 8 9
-module(prog). -compile(export_all). -record(couchdb_params, { host = "127.0.0.1" :: string(), port = 5984 :: integer(), ssl = false :: boolean(), prefix = "/" :: string(), username = nil :: string(),
...
-
1 2 3 4 5 6 7 8 9
-module(prog). -compile(export_all). -record(couchdb_params, { host = "127.0.0.1" :: string(), port = 5984 :: integer(), ssl = false :: boolean(), prefix = "/" :: string(), username = nil :: string(),
...
-
1 2 3 4 5 6 7 8 9
-module(prog). -compile(export_all). -record(couchdb_params, { host = "127.0.0.1" :: string(), port = 5984 :: integer(), ssl = false :: boolean(), prefix = "/" :: string(), username = nil :: string(),
...
-
1 2 3 4 5 6 7 8 9
-module(prog). -compile(export_all). -record(couchdb_params, { host = "127.0.0.1" :: string(), port = 5984 :: integer(), ssl = false :: boolean(), prefix = "/" :: string(), username = nil :: string(),
...
-
1 2 3 4 5 6 7 8 9
-module(ios_overlord). -behavior(supervisor). -export([start_link/0, start_link/1, init/1]). % A state record to help with getting the supervision tree % started in the right order. Fields for strategy, hw, db, and dc. -record(state, {st = {one_for_one, 5, 10}, hw = nospec,
...
-
1
10309393*929292838494849.
-
1 2 3 4 5 6 7 8 9
-module(prog). -export([main/0]). main() -> loop(). loop() -> case io:fread( "","~d" ) of eof -> true;
...
-
1 2 3 4 5 6 7 8 9
-module(prog). -export([main/0]). main() -> loop(). loop() -> case io:fread( "","~d" ) of eof -> true;
...
-
1
hello_world
-
1 2 3 4 5 6 7 8
import java.util.*; import javax.ejb.*; public class CartBean implements SessionBean { String customerName; String customerId; Vector contents;
...
-
1
Numbers = [1, 2, 3].
-
1
Numbers = [1, 2, 3]
-
1 2 3 4 5 6 7 8 9
-module(prog). -export([main/0]). main() -> loop(). loop() -> case io:fread( "","~d" ) of eof -> true;
...
-
1 2 3 4 5 6 7 8 9
-module(prog). -export([main/0]). main() -> loop(). loop() -> case io:fread( "","~d" ) of eof -> true;
...
-
1 2 3 4 5 6 7 8 9
-module(prog). -export([main/0]). main() -> loop(). loop() -> case io:fread( "","~d" ) of eof -> true;
...
