all tasks

This commit is contained in:
Ingy döt Net 2013-04-11 01:07:29 -07:00
parent b83f433714
commit 68f8f3e56b
14735 changed files with 178959 additions and 0 deletions

View file

@ -452,6 +452,7 @@ Problem of Apollonius:
Program name:
Program termination:
Pythagorean triples:
QR decomposition:
Quaternion type:
Queue/Definition:
@ -498,6 +499,7 @@ Rot-13:
Run-length encoding:
Runtime evaluation:
Runtime evaluation/In an environment:
S-Expressions:
Safe addition:
Same Fringe:
@ -515,3 +517,177 @@ Sequence of non-squares:
Set:
Set consolidation:
Set of real numbers:
Set puzzle:
Seven-sided dice from five-sided dice:
SHA-1:
SHA-256:
Shell one-liner:
Short-circuit evaluation:
Show the epoch:
Sierpinski carpet:
Sierpinski triangle:
Sierpinski triangle/Graphical:
Sieve of Eratosthenes:
Simple database:
Simple windowed application:
Simulate input/Keyboard:
Simulate input/Mouse:
Singleton:
Singly-linked list/Element definition:
Singly-linked list/Element insertion:
Singly-linked list/Traversal:
Sleep:
SOAP:
Sockets:
Sokoban:
Solve a Hidato puzzle:
Sort an array of composite structures:
Sort an integer array:
Sort disjoint sublist:
Sort stability:
Sort using a custom comparator:
Sorting algorithms/Bead sort:
Sorting algorithms/Bogosort:
Sorting algorithms/Bubble sort:
Sorting algorithms/Cocktail sort:
Sorting algorithms/Comb sort:
Sorting algorithms/Counting sort:
Sorting algorithms/Gnome sort:
Sorting algorithms/Heapsort:
Sorting algorithms/Insertion sort:
Sorting algorithms/Merge sort:
Sorting algorithms/Pancake sort:
Sorting algorithms/Permutation sort:
Sorting algorithms/Quicksort:
Sorting algorithms/Radix sort:
Sorting algorithms/Selection sort:
Sorting algorithms/Shell sort:
Sorting algorithms/Sleep sort:
Sorting algorithms/Stooge sort:
Sorting algorithms/Strand sort:
Soundex:
Special characters:
Special variables:
Speech synthesis:
Spiral matrix:
SQL-based authentication:
Stable marriage problem:
Stack:
Stack traces:
Stair-climbing puzzle:
Standard deviation:
Start from a main routine:
Stem-and-leaf plot:
String case:
String comparison:
String concatenation:
String interpolation (included):
String length:
Strip a set of characters from a string:
Strip block comments:
Strip comments from a string:
Strip control codes and extended characters from a string:
Strip whitespace from a string/Top and tail:
Substring:
Substring/Top and tail:
Subtractive generator:
Sudoku:
Sum and product of an array:
Sum digits of an integer:
Sum of a series:
Sum of squares:
Sutherland-Hodgman polygon clipping:
Symmetric difference:
Synchronous concurrency:
System time:
Table creation/Postal addresses:
Take notes on the command line:
Temperature conversion:
Terminal control/Clear the screen:
Terminal control/Coloured text:
Terminal control/Cursor movement:
Terminal control/Cursor positioning:
Terminal control/Dimensions:
Terminal control/Display an extended character:
Terminal control/Hiding the cursor:
Terminal control/Inverse video:
Terminal control/Positional read:
Terminal control/Preserve screen:
Terminal control/Ringing the terminal bell:
Terminal control/Unicode output:
Ternary logic:
Test a function:
Text processing/1:
Text processing/2:
Text processing/Max licenses in use:
Thiele's interpolation formula: #'
Tic-tac-toe:
Time a function:
Tokenize a string:
Top rank per group:
Topic variable:
Topological sort:
Topswops:
Towers of Hanoi:
Trabb PardoKnuth algorithm:
Tree traversal:
Trigonometric functions:
Truncatable primes:
Truncate a file:
Twelve statements:
Unbias a random generator:
Undefined values:
Unicode strings:
Unicode variable names:
Universal Turing machine:
Update a configuration file:
URL decoding:
URL encoding:
Use another language to call a function:
User input/Graphical:
User input/Text:
Vampire number:
Van der Corput sequence:
Variable size/Get:
Variable size/Set:
Variable-length quantity:
Variables:
Variadic function:
Vector products:
Verify distribution uniformity/Chi-squared test:
Verify distribution uniformity/Naive:
Video display modes:
Vigenère cipher:
Vigenère cipher/Cryptanalysis:
Visualize a tree:
Voronoi diagram:
Walk a directory/Non-recursively:
Walk a directory/Recursively:
Web scraping:
Window creation:
Window creation/X11:
Window management:
Wireworld:
Word wrap:
Write float arrays to a text file:
Write language name in 3D ASCII:
Write to Windows event log:
Xiaolin Wu's line algorithm: #'
XML/DOM serialization:
XML/Input:
XML/Output:
XML/XPath:
Y combinator:
Yahoo! search interface:
Yin and yang:
Zebra puzzle:
Zeckendorf arithmetic:
Zeckendorf number representation:
Zig-zag matrix:

View file

@ -0,0 +1 @@
../../Task/Sort-an-integer-array/4D

1
Lang/4D/String-case Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-case/4D

1
Lang/4D/String-length Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-length/4D

View file

@ -0,0 +1 @@
../../Task/Sum-and-product-of-an-array/4D

View file

@ -0,0 +1 @@
../../Task/String-case/6502-Assembly

View file

@ -0,0 +1 @@
../../Task/Terminal-control-Ringing-the-terminal-bell/6800-Assembly

1
Lang/ACL2/Shell-one-liner Symbolic link
View file

@ -0,0 +1 @@
../../Task/Shell-one-liner/ACL2

View file

@ -0,0 +1 @@
../../Task/Sierpinski-triangle/ACL2

View file

@ -0,0 +1 @@
../../Task/Sieve-of-Eratosthenes/ACL2

View file

@ -0,0 +1 @@
../../Task/Singly-linked-list-Element-definition/ACL2

View file

@ -0,0 +1 @@
../../Task/Singly-linked-list-Element-insertion/ACL2

View file

@ -0,0 +1 @@
../../Task/Singly-linked-list-Traversal/ACL2

View file

@ -0,0 +1 @@
../../Task/Sort-an-array-of-composite-structures/ACL2

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Bubble-sort/ACL2

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Insertion-sort/ACL2

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Merge-sort/ACL2

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Quicksort/ACL2

View file

@ -0,0 +1 @@
../../Task/Stem-and-leaf-plot/ACL2

View file

@ -0,0 +1 @@
../../Task/Substring-Top-and-tail/ACL2

View file

@ -0,0 +1 @@
../../Task/Sum-and-product-of-an-array/ACL2

1
Lang/ACL2/Sum-of-a-series Symbolic link
View file

@ -0,0 +1 @@
../../Task/Sum-of-a-series/ACL2

1
Lang/ACL2/Sum-of-squares Symbolic link
View file

@ -0,0 +1 @@
../../Task/Sum-of-squares/ACL2

View file

@ -0,0 +1 @@
../../Task/Terminal-control-Display-an-extended-character/ACL2

1
Lang/ACL2/Test-a-function Symbolic link
View file

@ -0,0 +1 @@
../../Task/Test-a-function/ACL2

1
Lang/ACL2/Time-a-function Symbolic link
View file

@ -0,0 +1 @@
../../Task/Time-a-function/ACL2

1
Lang/ACL2/Tokenize-a-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Tokenize-a-string/ACL2

1
Lang/ACL2/Tree-traversal Symbolic link
View file

@ -0,0 +1 @@
../../Task/Tree-traversal/ACL2

View file

@ -0,0 +1 @@
../../Task/Trigonometric-functions/ACL2

View file

@ -0,0 +1 @@
../../Task/Unicode-variable-names/ACL2

1
Lang/ACL2/Variadic-function Symbolic link
View file

@ -0,0 +1 @@
../../Task/Variadic-function/ACL2

View file

@ -0,0 +1 @@
../../Task/Trabb-Pardo-Knuth-algorithm/ALGOL-60

View file

@ -0,0 +1 @@
../../Task/Seven-sided-dice-from-five-sided-dice/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Shell-one-liner/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Short-circuit-evaluation/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sierpinski-carpet/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sierpinski-triangle/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sieve-of-Eratosthenes/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Singly-linked-list-Element-definition/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Singly-linked-list-Element-insertion/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Singly-linked-list-Traversal/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sort-an-array-of-composite-structures/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sort-an-integer-array/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Bogosort/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Bubble-sort/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Cocktail-sort/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Counting-sort/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Gnome-sort/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Insertion-sort/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Merge-sort/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Quicksort/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Selection-sort/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Shell-sort/ALGOL-68

1
Lang/ALGOL-68/Soundex Symbolic link
View file

@ -0,0 +1 @@
../../Task/Soundex/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Special-characters/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Special-variables/ALGOL-68

1
Lang/ALGOL-68/Spiral-matrix Symbolic link
View file

@ -0,0 +1 @@
../../Task/Spiral-matrix/ALGOL-68

1
Lang/ALGOL-68/Stack Symbolic link
View file

@ -0,0 +1 @@
../../Task/Stack/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Stair-climbing-puzzle/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Standard-deviation/ALGOL-68

1
Lang/ALGOL-68/String-case Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-case/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/String-concatenation/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/String-interpolation--included-/ALGOL-68

1
Lang/ALGOL-68/String-length Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-length/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Strip-a-set-of-characters-from-a-string/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Strip-comments-from-a-string/ALGOL-68

1
Lang/ALGOL-68/Substring Symbolic link
View file

@ -0,0 +1 @@
../../Task/Substring/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Substring-Top-and-tail/ALGOL-68

1
Lang/ALGOL-68/Sudoku Symbolic link
View file

@ -0,0 +1 @@
../../Task/Sudoku/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sum-and-product-of-an-array/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sum-of-a-series/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Sum-of-squares/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Synchronous-concurrency/ALGOL-68

1
Lang/ALGOL-68/System-time Symbolic link
View file

@ -0,0 +1 @@
../../Task/System-time/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Table-creation-Postal-addresses/ALGOL-68

1
Lang/ALGOL-68/Ternary-logic Symbolic link
View file

@ -0,0 +1 @@
../../Task/Ternary-logic/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Text-processing-1/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Text-processing-Max-licenses-in-use/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Thieles-interpolation-formula/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Tokenize-a-string/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Towers-of-Hanoi/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Tree-traversal/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Trigonometric-functions/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Truncatable-primes/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Undefined-values/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Unicode-strings/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/User-input-Text/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Variable-size-Get/ALGOL-68

1
Lang/ALGOL-68/Variables Symbolic link
View file

@ -0,0 +1 @@
../../Task/Variables/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Variadic-function/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Vector-products/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Vigen-re-cipher/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Walk-a-directory-Non-recursively/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Walk-a-directory-Recursively/ALGOL-68

1
Lang/ALGOL-68/Web-scraping Symbolic link
View file

@ -0,0 +1 @@
../../Task/Web-scraping/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Window-creation/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Window-creation-X11/ALGOL-68

1
Lang/ALGOL-68/Wireworld Symbolic link
View file

@ -0,0 +1 @@
../../Task/Wireworld/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Write-float-arrays-to-a-text-file/ALGOL-68

1
Lang/ALGOL-68/Y-combinator Symbolic link
View file

@ -0,0 +1 @@
../../Task/Y-combinator/ALGOL-68

Some files were not shown because too many files have changed in this diff Show more