This commit is contained in:
Ingy döt Net 2013-04-10 16:57:12 -07:00
parent 518da4a923
commit 764da6cbbb
6144 changed files with 83610 additions and 11 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
Cache
ToDo
*.swp

Binary file not shown.

Binary file not shown.

View file

@ -62,6 +62,7 @@ AutoIt:
AWK:
Axiom:
Axum:
B:
Babel:
ext: pb
@ -92,15 +93,91 @@ Burlesque:
ext: blq
C:
C sharp:
ext: cs
C Shell:
ext: csh
C++:
C++/CLI:
ext: cpp
C0H:
C1R:
Caché ObjectScript:
ext: cos
Caml:
Cat:
CB80:
Cduce:
Cecil:
Chapel:
Chef:
Cilk:
Cilk++:
Clay:
Clean:
Clipper:
Clipper/XBase++:
CLIPS:
Clojure:
ext: clj
CMake:
COBOL:
Cobra:
CoffeeScript:
ext: coffee
ColdFusion:
ext: cfm
Common Lisp:
ext: lisp
Component Pascal:
ext: pascal
Coq:
Crack:
Curry:
D:
Dao:
Dart:
Datalog:
Dc:
DCL:
Delphi:
Deluge:
Diesel:
DMS:
Dodo0:
DWScript:
Dylan:
Dylan.NET:
ext: net
Déjà Vu:
ext: djv
E:
EC:
Efene:
EGL:
Eiffel:
ext: e
Ela:
Elan:
ElastiC:
Elena:
Elisa:
Elixir:
ELLA:
Emacs Lisp:
ext: l
Epigram:
Erlang:
ext: erl
Es:
ESQL:
Euler:
Euler Math Toolbox:
Euphoria:
Excel:
Forth:
ext: fth
Fortran:

View file

@ -68,34 +68,124 @@ Break OO privacy:
Bulls and cows:
Bulls and cows/Player:
# Balanced brackets:
# Balanced ternary:
# Best shuffle:
# # Binary digits:
# Binary search:
# Binary strings:
# Bulls and cows:
Caesar cipher:
Calendar:
Calendar - for "real" programmers:
Call a foreign-language function:
Call a function:
Call a function in a shared library:
Call an object method:
Canny edge detector:
Carmichael 3 strong pseudoprimes:
Case-sensitivity of identifiers:
# Catalan numbers:
CatmullClark subdivision surface:
Character codes:
Character matching:
Chat server:
Check Machin-like formulas:
Check that file exists:
Checkpoint synchronization:
# Cholesky decomposition:
Cholesky decomposition:
Classes:
Closest-pair problem:
Collections:
Color of a screen pixel:
Color quantization:
Colour bars/Display:
Colour pinstripe/Display:
Colour pinstripe/Printer:
Combinations:
Combinations with repetitions:
Command-line arguments:
Comments:
Compare sorting algorithms' performance: #'
Compile-time calculation:
Compound data type:
Concurrent computing:
Conditional structures:
Constrained genericity:
Constrained random points on a circle:
Continued fraction:
Continued fraction/Arithmetic/Construct from rational number:
Continued fraction/Arithmetic/G(matrix NG, Contined Fraction N):
Continued fraction/Arithmetic/G(matrix NG, Contined Fraction N1, Contined Fraction N2):
Conway's Game of Life: #'
# Copy a string:
Count in factors:
Count in octal:
Count occurrences of a substring:
Count the coins:
CRC-32:
Create a file:
Create a file on magnetic tape:
Create a two-dimensional array at runtime:
Create an HTML table:
Create an object at a given address:
CSV to HTML translation:
Cut a rectangle:
Date format:
Date manipulation:
Day of the week:
Deal cards for FreeCell:
Death Star:
# Deepcopy:
Deconvolution/1D:
Deconvolution/2D+:
Deepcopy:
Define a primitive data type:
Delegates:
Delete a file:
Detect division by zero:
Determine if a string is numeric:
Determine if only one instance is running:
Digital root:
Dinesman's multiple-dwelling problem: #'
Dining philosophers:
Discordian date:
Distributed programming:
DNS query:
Documentation:
Dot product:
Doubly-linked list/Definition:
Doubly-linked list/Element definition:
Doubly-linked list/Element insertion:
Doubly-linked list/Traversal:
# Dragon curve:
Draw a cuboid:
Draw a sphere:
Dutch national flag problem:
Dynamic variable names:
Echo server:
Element-wise operations:
Empty directory:
Empty program:
Empty string:
Enforced immutability:
Entropy:
Enumerations:
# Environment variables:
Equilibrium index:
Ethiopian multiplication:
Euler method:
Evaluate binomial coefficients:
Even or odd:
Events:
Evolutionary algorithm:
Exceptions:
Exceptions/Catch an exception thrown in a nested call:
Executable library:
# Execute a Markov algorithm:
Execute a system command:
# Execute Brain****:
Execute HQ9+:
# Execute SNUSP:
Exponentiation operator:
Extend your language:
Extreme floating point values:
FizzBuzz:
Forest fire:
Go Fish:

1
Lang/0815/Count-in-octal Symbolic link
View file

@ -0,0 +1 @@
../../Task/Count-in-octal/0815

1
Lang/0815/Even-or-odd Symbolic link
View file

@ -0,0 +1 @@
../../Task/Even-or-odd/0815

View file

@ -0,0 +1 @@
../../Task/Create-a-file/4DOS-Batch

View file

@ -0,0 +1 @@
../../Task/Conditional-structures/6502-Assembly

View file

@ -0,0 +1 @@
../../Task/Conways-Game-of-Life/6502-Assembly

View file

@ -0,0 +1 @@
../../Task/Create-an-object-at-a-given-address/6502-Assembly

1
Lang/ABAP/Character-codes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Character-codes/ABAP

1
Lang/ABAP/Date-format Symbolic link
View file

@ -0,0 +1 @@
../../Task/Date-format/ABAP

1
Lang/ABAP/Day-of-the-week Symbolic link
View file

@ -0,0 +1 @@
../../Task/Day-of-the-week/ABAP

1
Lang/ABAP/Dot-product Symbolic link
View file

@ -0,0 +1 @@
../../Task/Dot-product/ABAP

1
Lang/ACL2/Character-codes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Character-codes/ACL2

View file

@ -0,0 +1 @@
../../Task/Compound-data-type/ACL2

View file

@ -0,0 +1 @@
../../Task/Conways-Game-of-Life/ACL2

1
Lang/ACL2/Dot-product Symbolic link
View file

@ -0,0 +1 @@
../../Task/Dot-product/ACL2

1
Lang/ACL2/Empty-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-string/ACL2

View file

@ -0,0 +1 @@
../../Task/Enforced-immutability/ACL2

1
Lang/ACL2/Enumerations Symbolic link
View file

@ -0,0 +1 @@
../../Task/Enumerations/ACL2

View file

@ -0,0 +1 @@
../../Task/Ethiopian-multiplication/ACL2

View file

@ -0,0 +1 @@
../../Task/Evaluate-binomial-coefficients/ACL2

View file

@ -0,0 +1 @@
../../Task/CSV-to-HTML-translation/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Calendar-for-real-programmers/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Character-codes/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Character-matching/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Cholesky-decomposition/ALGOL-68

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

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

View file

@ -0,0 +1 @@
../../Task/Command-line-arguments/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Compound-data-type/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Concurrent-computing/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Constrained-random-points-on-a-circle/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Count-in-octal/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Count-occurrences-of-a-substring/ALGOL-68

1
Lang/ALGOL-68/Create-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Create-a-file/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Create-a-two-dimensional-array-at-runtime/ALGOL-68

1
Lang/ALGOL-68/Date-format Symbolic link
View file

@ -0,0 +1 @@
../../Task/Date-format/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Day-of-the-week/ALGOL-68

1
Lang/ALGOL-68/Dot-product Symbolic link
View file

@ -0,0 +1 @@
../../Task/Dot-product/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Doubly-linked-list-Definition/ALGOL-68

View file

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

View file

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

View file

@ -0,0 +1 @@
../../Task/Element-wise-operations/ALGOL-68

1
Lang/ALGOL-68/Empty-program Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-program/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Enforced-immutability/ALGOL-68

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

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

View file

@ -0,0 +1 @@
../../Task/Equilibrium-index/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Ethiopian-multiplication/ALGOL-68

1
Lang/ALGOL-68/Euler-method Symbolic link
View file

@ -0,0 +1 @@
../../Task/Euler-method/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Evaluate-binomial-coefficients/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Evolutionary-algorithm/ALGOL-68

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

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

View file

@ -0,0 +1 @@
../../Task/Exceptions-Catch-an-exception-thrown-in-a-nested-call/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Execute-a-system-command/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Exponentiation-operator/ALGOL-68

1
Lang/APL/Create-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Create-a-file/APL

View file

@ -0,0 +1 @@
../../Task/Create-a-two-dimensional-array-at-runtime/APL

1
Lang/ATS/Continued-fraction Symbolic link
View file

@ -0,0 +1 @@
../../Task/Continued-fraction/ATS

View file

@ -0,0 +1 @@
../../Task/CSV-to-HTML-translation/AWK

1
Lang/AWK/Call-a-function Symbolic link
View file

@ -0,0 +1 @@
../../Task/Call-a-function/AWK

View file

@ -0,0 +1 @@
../../Task/Case-sensitivity-of-identifiers/AWK

1
Lang/AWK/Character-codes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Character-codes/AWK

1
Lang/AWK/Combinations Symbolic link
View file

@ -0,0 +1 @@
../../Task/Combinations/AWK

View file

@ -0,0 +1 @@
../../Task/Command-line-arguments/AWK

1
Lang/AWK/Compound-data-type Symbolic link
View file

@ -0,0 +1 @@
../../Task/Compound-data-type/AWK

View file

@ -0,0 +1 @@
../../Task/Conditional-structures/AWK

View file

@ -0,0 +1 @@
../../Task/Conways-Game-of-Life/AWK

1
Lang/AWK/Count-in-octal Symbolic link
View file

@ -0,0 +1 @@
../../Task/Count-in-octal/AWK

View file

@ -0,0 +1 @@
../../Task/Count-occurrences-of-a-substring/AWK

1
Lang/AWK/Count-the-coins Symbolic link
View file

@ -0,0 +1 @@
../../Task/Count-the-coins/AWK

1
Lang/AWK/Create-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Create-a-file/AWK

View file

@ -0,0 +1 @@
../../Task/Create-a-two-dimensional-array-at-runtime/AWK

View file

@ -0,0 +1 @@
../../Task/Create-an-HTML-table/AWK

1
Lang/AWK/Date-format Symbolic link
View file

@ -0,0 +1 @@
../../Task/Date-format/AWK

1
Lang/AWK/Day-of-the-week Symbolic link
View file

@ -0,0 +1 @@
../../Task/Day-of-the-week/AWK

1
Lang/AWK/Discordian-date Symbolic link
View file

@ -0,0 +1 @@
../../Task/Discordian-date/AWK

1
Lang/AWK/Empty-program Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-program/AWK

1
Lang/AWK/Empty-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-string/AWK

1
Lang/AWK/Enumerations Symbolic link
View file

@ -0,0 +1 @@
../../Task/Enumerations/AWK

View file

@ -0,0 +1 @@
../../Task/Ethiopian-multiplication/AWK

1
Lang/AWK/Even-or-odd Symbolic link
View file

@ -0,0 +1 @@
../../Task/Even-or-odd/AWK

View file

@ -0,0 +1 @@
../../Task/Execute-a-system-command/AWK

View file

@ -0,0 +1 @@
../../Task/Exponentiation-operator/AWK

View file

@ -0,0 +1 @@
../../Task/Extreme-floating-point-values/AWK

View file

@ -0,0 +1 @@
../../Task/Call-a-function/ActionScript

View file

@ -0,0 +1 @@
../../Task/Call-an-object-method/ActionScript

View file

@ -0,0 +1 @@
../../Task/Character-codes/ActionScript

View file

@ -0,0 +1 @@
../../Task/Compound-data-type/ActionScript

View file

@ -0,0 +1 @@
../../Task/Dot-product/ActionScript

View file

@ -0,0 +1 @@
../../Task/Ethiopian-multiplication/ActionScript

1
Lang/Ada/CRC-32 Symbolic link
View file

@ -0,0 +1 @@
../../Task/CRC-32/Ada

View file

@ -0,0 +1 @@
../../Task/CSV-to-HTML-translation/Ada

View file

@ -0,0 +1 @@
../../Task/Calendar-for-real-programmers/Ada

View file

@ -0,0 +1 @@
../../Task/Call-a-foreign-language-function/Ada

1
Lang/Ada/Call-a-function Symbolic link
View file

@ -0,0 +1 @@
../../Task/Call-a-function/Ada

View file

@ -0,0 +1 @@
../../Task/Call-a-function-in-a-shared-library/Ada

View file

@ -0,0 +1 @@
../../Task/Carmichael-3-strong-pseudoprimes/Ada

View file

@ -0,0 +1 @@
../../Task/Case-sensitivity-of-identifiers/Ada

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