tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
154
Conf/task.yaml
154
Conf/task.yaml
|
|
@ -45,7 +45,7 @@ Averages/Simple moving average:
|
|||
Balanced brackets:
|
||||
Balanced ternary:
|
||||
Best shuffle:
|
||||
# Binary digits:
|
||||
Binary digits:
|
||||
Binary search:
|
||||
Binary strings:
|
||||
Bitcoin/address validation:
|
||||
|
|
@ -65,7 +65,7 @@ Bitwise operations:
|
|||
Boolean values:
|
||||
Box the compass:
|
||||
Break OO privacy:
|
||||
# Brownian tree:
|
||||
Brownian tree:
|
||||
Bulls and cows:
|
||||
Bulls and cows/Player:
|
||||
|
||||
|
|
@ -79,7 +79,7 @@ Call an object method:
|
|||
Canny edge detector:
|
||||
Carmichael 3 strong pseudoprimes:
|
||||
Case-sensitivity of identifiers:
|
||||
# Catalan numbers:
|
||||
Catalan numbers:
|
||||
Catmull–Clark subdivision surface:
|
||||
Character codes:
|
||||
Character matching:
|
||||
|
|
@ -112,7 +112,7 @@ 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:
|
||||
Copy a string:
|
||||
Count in factors:
|
||||
Count in octal:
|
||||
Count occurrences of a substring:
|
||||
|
|
@ -152,7 +152,7 @@ Doubly-linked list/Definition:
|
|||
Doubly-linked list/Element definition:
|
||||
Doubly-linked list/Element insertion:
|
||||
Doubly-linked list/Traversal:
|
||||
# Dragon curve:
|
||||
Dragon curve:
|
||||
Draw a cuboid:
|
||||
Draw a sphere:
|
||||
Dutch national flag problem:
|
||||
|
|
@ -166,7 +166,7 @@ Empty string:
|
|||
Enforced immutability:
|
||||
Entropy:
|
||||
Enumerations:
|
||||
# Environment variables:
|
||||
Environment variables:
|
||||
Equilibrium index:
|
||||
Ethiopian multiplication:
|
||||
Euler method:
|
||||
|
|
@ -177,11 +177,11 @@ Evolutionary algorithm:
|
|||
Exceptions:
|
||||
Exceptions/Catch an exception thrown in a nested call:
|
||||
Executable library:
|
||||
# Execute a Markov algorithm:
|
||||
Execute a Markov algorithm:
|
||||
Execute a system command:
|
||||
# Execute Brain****:
|
||||
# Execute Brainf***:
|
||||
Execute HQ9+:
|
||||
# Execute SNUSP:
|
||||
Execute SNUSP:
|
||||
Exponentiation operator:
|
||||
Extend your language:
|
||||
Extreme floating point values:
|
||||
|
|
@ -219,6 +219,7 @@ Function composition:
|
|||
Function definition:
|
||||
Function frequency:
|
||||
Function prototype:
|
||||
|
||||
Galton box animation:
|
||||
Gamma function:
|
||||
Generator/Exponential:
|
||||
|
|
@ -237,6 +238,7 @@ Guess the number/With feedback (player):
|
|||
GUI component interaction:
|
||||
GUI enabling/disabling of controls:
|
||||
GUI/Maximum window dimensions:
|
||||
|
||||
Hailstone sequence:
|
||||
Hamming numbers:
|
||||
Handle a signal:
|
||||
|
|
@ -268,6 +270,7 @@ HTTPS:
|
|||
HTTPS/Authenticated:
|
||||
HTTPS/Client-authenticated:
|
||||
Huffman coding:
|
||||
|
||||
I before E except after C:
|
||||
Identity matrix:
|
||||
Image convolution:
|
||||
|
|
@ -284,11 +287,13 @@ Interactive programming:
|
|||
Introspection:
|
||||
Inverted index:
|
||||
Inverted syntax:
|
||||
|
||||
Jensen's Device: #'
|
||||
Josephus problem:
|
||||
Joystick position:
|
||||
JSON:
|
||||
Jump anywhere:
|
||||
|
||||
K-means++ clustering:
|
||||
Kaprekar numbers:
|
||||
Keyboard input/Flush the keyboard buffer:
|
||||
|
|
@ -302,6 +307,7 @@ Knapsack problem/Unbounded:
|
|||
Knight's tour: #'
|
||||
Knuth shuffle:
|
||||
Knuth's algorithm S: #'
|
||||
|
||||
Langton's ant: #'
|
||||
Largest int from concatenated ints:
|
||||
Last Friday of each month:
|
||||
|
|
@ -336,6 +342,7 @@ LU decomposition:
|
|||
Lucas-Lehmer test:
|
||||
Luhn test of credit card numbers:
|
||||
LZW compression:
|
||||
|
||||
Mad Libs:
|
||||
Main step of GOST 28147-89:
|
||||
Man or boy test:
|
||||
|
|
@ -375,9 +382,136 @@ Multisplit:
|
|||
Mutex:
|
||||
Mutual recursion:
|
||||
|
||||
N-queens problem:
|
||||
Named parameters:
|
||||
Narcissist:
|
||||
Nautical bell:
|
||||
Non-continuous subsequences:
|
||||
Non-decimal radices/Convert:
|
||||
Non-decimal radices/Input:
|
||||
Non-decimal radices/Output:
|
||||
Nth root:
|
||||
Null object:
|
||||
Number names:
|
||||
Number reversal game:
|
||||
Numeric error propagation:
|
||||
Numerical integration:
|
||||
Numerical integration/Gauss-Legendre Quadrature:
|
||||
|
||||
Object serialization:
|
||||
OLE Automation:
|
||||
One of n lines in a file:
|
||||
One-dimensional cellular automata:
|
||||
OpenGL:
|
||||
Operator precedence:
|
||||
Optional parameters:
|
||||
Order two numerical lists:
|
||||
Ordered Partitions:
|
||||
Ordered words:
|
||||
|
||||
Palindrome detection:
|
||||
Pangram checker:
|
||||
Parallel calculations:
|
||||
Parametric polymorphism:
|
||||
Parametrized SQL statement:
|
||||
Parsing/RPN calculator algorithm:
|
||||
Parsing/RPN to infix conversion:
|
||||
Parsing/Shunting-yard algorithm:
|
||||
Partial function application:
|
||||
Pascal's triangle: #'
|
||||
Pascal's triangle/Puzzle: #'
|
||||
Pattern matching:
|
||||
Percentage difference between images:
|
||||
Perfect numbers:
|
||||
Permutation test:
|
||||
Permutations:
|
||||
Permutations by swapping:
|
||||
Permutations/Derangements:
|
||||
Pi:
|
||||
Pick random element:
|
||||
Pig the dice game:
|
||||
Pig the dice game/Player:
|
||||
Pinstripe/Display:
|
||||
Pinstripe/Printer:
|
||||
Play recorded sounds:
|
||||
Playing cards:
|
||||
Plot coordinate pairs:
|
||||
Pointers and references:
|
||||
Polymorphic copy:
|
||||
Polymorphism:
|
||||
Polynomial long division:
|
||||
Polynomial regression:
|
||||
Power set:
|
||||
Pragmatic directives:
|
||||
Price fraction:
|
||||
Primality by trial division:
|
||||
Prime decomposition:
|
||||
Priority queue:
|
||||
Probabilistic choice:
|
||||
Problem of Apollonius:
|
||||
Program name:
|
||||
Program termination:
|
||||
Pythagorean triples:
|
||||
QR decomposition:
|
||||
Quaternion type:
|
||||
Queue/Definition:
|
||||
Queue/Usage:
|
||||
Quine:
|
||||
# ROT-13:
|
||||
|
||||
Random number generator (device):
|
||||
Random number generator (included):
|
||||
Random numbers:
|
||||
Range expansion:
|
||||
Range extraction:
|
||||
Rate counter:
|
||||
Ray-casting algorithm:
|
||||
RCRPG:
|
||||
Read a configuration file:
|
||||
Read a file line by line:
|
||||
Read a specific line from a file:
|
||||
Read entire file:
|
||||
Real constants and functions:
|
||||
Record sound:
|
||||
Reduced row echelon form:
|
||||
Regular expressions:
|
||||
Remove duplicate elements:
|
||||
Remove lines from a file:
|
||||
Rename a file:
|
||||
Rendezvous:
|
||||
Repeat a string:
|
||||
Resistor mesh:
|
||||
Respond to an unknown method call:
|
||||
Return multiple values:
|
||||
Reverse a string:
|
||||
RIPEMD-160:
|
||||
Rock-paper-scissors:
|
||||
Roman numerals/Decode:
|
||||
Roman numerals/Encode:
|
||||
Roots of a function:
|
||||
Roots of a quadratic function:
|
||||
Roots of unity:
|
||||
Rosetta Code/Count examples:
|
||||
Rosetta Code/Find unimplemented tasks:
|
||||
Rosetta Code/Fix code tags:
|
||||
Rosetta Code/Rank languages by popularity:
|
||||
Rot-13:
|
||||
Run-length encoding:
|
||||
Runtime evaluation:
|
||||
Runtime evaluation/In an environment:
|
||||
S-Expressions:
|
||||
Safe addition:
|
||||
Same Fringe:
|
||||
Scope modifiers:
|
||||
Scope/Function names and labels:
|
||||
Search a list:
|
||||
Secure temporary file:
|
||||
SEDOLs:
|
||||
Self-describing numbers:
|
||||
Self-referential sequence:
|
||||
Semordnilap:
|
||||
Send an unknown method call:
|
||||
Send email:
|
||||
Sequence of non-squares:
|
||||
Set:
|
||||
Set consolidation:
|
||||
Set of real numbers:
|
||||
|
|
|
|||
1
Lang/0815/Binary-digits
Symbolic link
1
Lang/0815/Binary-digits
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Binary-digits/0815
|
||||
1
Lang/0815/Reverse-a-string
Symbolic link
1
Lang/0815/Reverse-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Reverse-a-string/0815
|
||||
1
Lang/4DOS-Batch/Repeat-a-string
Symbolic link
1
Lang/4DOS-Batch/Repeat-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Repeat-a-string/4DOS-Batch
|
||||
1
Lang/6502-Assembly/Rot-13
Symbolic link
1
Lang/6502-Assembly/Rot-13
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Rot-13/6502-Assembly
|
||||
1
Lang/6800-Assembly/Loops-Infinite
Symbolic link
1
Lang/6800-Assembly/Loops-Infinite
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Infinite/6800-Assembly
|
||||
1
Lang/ABAP/Copy-a-string
Symbolic link
1
Lang/ABAP/Copy-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Copy-a-string/ABAP
|
||||
1
Lang/ABAP/Permutations
Symbolic link
1
Lang/ABAP/Permutations
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Permutations/ABAP
|
||||
1
Lang/ABAP/Prime-decomposition
Symbolic link
1
Lang/ABAP/Prime-decomposition
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Prime-decomposition/ABAP
|
||||
1
Lang/ACL2/Arbitrary-precision-integers--included-
Symbolic link
1
Lang/ACL2/Arbitrary-precision-integers--included-
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Arbitrary-precision-integers--included-/ACL2
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Task/Arbitrary-precision-integers-included/ACL2
|
||||
1
Lang/ACL2/Binary-digits
Symbolic link
1
Lang/ACL2/Binary-digits
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Binary-digits/ACL2
|
||||
1
Lang/ACL2/Non-decimal-radices-Convert
Symbolic link
1
Lang/ACL2/Non-decimal-radices-Convert
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Non-decimal-radices-Convert/ACL2
|
||||
1
Lang/ACL2/One-dimensional-cellular-automata
Symbolic link
1
Lang/ACL2/One-dimensional-cellular-automata
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/One-dimensional-cellular-automata/ACL2
|
||||
1
Lang/ACL2/Palindrome-detection
Symbolic link
1
Lang/ACL2/Palindrome-detection
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Palindrome-detection/ACL2
|
||||
1
Lang/ACL2/Pangram-checker
Symbolic link
1
Lang/ACL2/Pangram-checker
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pangram-checker/ACL2
|
||||
1
Lang/ACL2/Pick-random-element
Symbolic link
1
Lang/ACL2/Pick-random-element
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pick-random-element/ACL2
|
||||
1
Lang/ACL2/Playing-cards
Symbolic link
1
Lang/ACL2/Playing-cards
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Playing-cards/ACL2
|
||||
1
Lang/ACL2/Primality-by-trial-division
Symbolic link
1
Lang/ACL2/Primality-by-trial-division
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Primality-by-trial-division/ACL2
|
||||
1
Lang/ACL2/Prime-decomposition
Symbolic link
1
Lang/ACL2/Prime-decomposition
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Prime-decomposition/ACL2
|
||||
1
Lang/ACL2/Queue-Definition
Symbolic link
1
Lang/ACL2/Queue-Definition
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Queue-Definition/ACL2
|
||||
1
Lang/ACL2/Real-constants-and-functions
Symbolic link
1
Lang/ACL2/Real-constants-and-functions
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Real-constants-and-functions/ACL2
|
||||
1
Lang/ACL2/Remove-duplicate-elements
Symbolic link
1
Lang/ACL2/Remove-duplicate-elements
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Remove-duplicate-elements/ACL2
|
||||
1
Lang/ACL2/Return-multiple-values
Symbolic link
1
Lang/ACL2/Return-multiple-values
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Return-multiple-values/ACL2
|
||||
1
Lang/ACL2/Reverse-a-string
Symbolic link
1
Lang/ACL2/Reverse-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Reverse-a-string/ACL2
|
||||
1
Lang/ACL2/Rot-13
Symbolic link
1
Lang/ACL2/Rot-13
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Rot-13/ACL2
|
||||
1
Lang/ALGOL-68/Binary-digits
Symbolic link
1
Lang/ALGOL-68/Binary-digits
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Binary-digits/ALGOL-68
|
||||
1
Lang/ALGOL-68/Calendar---for-real-programmers
Symbolic link
1
Lang/ALGOL-68/Calendar---for-real-programmers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Calendar---for-real-programmers/ALGOL-68
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../Task/Calendar-for-real-programmers/ALGOL-68
|
||||
1
Lang/ALGOL-68/Copy-a-string
Symbolic link
1
Lang/ALGOL-68/Copy-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Copy-a-string/ALGOL-68
|
||||
1
Lang/ALGOL-68/Dragon-curve
Symbolic link
1
Lang/ALGOL-68/Dragon-curve
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Dragon-curve/ALGOL-68
|
||||
1
Lang/ALGOL-68/Environment-variables
Symbolic link
1
Lang/ALGOL-68/Environment-variables
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Environment-variables/ALGOL-68
|
||||
1
Lang/ALGOL-68/N-queens-problem
Symbolic link
1
Lang/ALGOL-68/N-queens-problem
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/N-queens-problem/ALGOL-68
|
||||
1
Lang/ALGOL-68/Named-parameters
Symbolic link
1
Lang/ALGOL-68/Named-parameters
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Named-parameters/ALGOL-68
|
||||
1
Lang/ALGOL-68/Non-continuous-subsequences
Symbolic link
1
Lang/ALGOL-68/Non-continuous-subsequences
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Non-continuous-subsequences/ALGOL-68
|
||||
1
Lang/ALGOL-68/Non-decimal-radices-Convert
Symbolic link
1
Lang/ALGOL-68/Non-decimal-radices-Convert
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Non-decimal-radices-Convert/ALGOL-68
|
||||
1
Lang/ALGOL-68/Non-decimal-radices-Input
Symbolic link
1
Lang/ALGOL-68/Non-decimal-radices-Input
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Non-decimal-radices-Input/ALGOL-68
|
||||
1
Lang/ALGOL-68/Non-decimal-radices-Output
Symbolic link
1
Lang/ALGOL-68/Non-decimal-radices-Output
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Non-decimal-radices-Output/ALGOL-68
|
||||
1
Lang/ALGOL-68/Nth-root
Symbolic link
1
Lang/ALGOL-68/Nth-root
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Nth-root/ALGOL-68
|
||||
1
Lang/ALGOL-68/Null-object
Symbolic link
1
Lang/ALGOL-68/Null-object
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Null-object/ALGOL-68
|
||||
1
Lang/ALGOL-68/Number-names
Symbolic link
1
Lang/ALGOL-68/Number-names
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Number-names/ALGOL-68
|
||||
1
Lang/ALGOL-68/Numerical-integration
Symbolic link
1
Lang/ALGOL-68/Numerical-integration
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Numerical-integration/ALGOL-68
|
||||
1
Lang/ALGOL-68/Object-serialization
Symbolic link
1
Lang/ALGOL-68/Object-serialization
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Object-serialization/ALGOL-68
|
||||
1
Lang/ALGOL-68/One-dimensional-cellular-automata
Symbolic link
1
Lang/ALGOL-68/One-dimensional-cellular-automata
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/One-dimensional-cellular-automata/ALGOL-68
|
||||
1
Lang/ALGOL-68/Palindrome-detection
Symbolic link
1
Lang/ALGOL-68/Palindrome-detection
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Palindrome-detection/ALGOL-68
|
||||
1
Lang/ALGOL-68/Pangram-checker
Symbolic link
1
Lang/ALGOL-68/Pangram-checker
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pangram-checker/ALGOL-68
|
||||
1
Lang/ALGOL-68/Partial-function-application
Symbolic link
1
Lang/ALGOL-68/Partial-function-application
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Partial-function-application/ALGOL-68
|
||||
1
Lang/ALGOL-68/Pascals-triangle
Symbolic link
1
Lang/ALGOL-68/Pascals-triangle
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pascals-triangle/ALGOL-68
|
||||
1
Lang/ALGOL-68/Pascals-triangle-Puzzle
Symbolic link
1
Lang/ALGOL-68/Pascals-triangle-Puzzle
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pascals-triangle-Puzzle/ALGOL-68
|
||||
1
Lang/ALGOL-68/Perfect-numbers
Symbolic link
1
Lang/ALGOL-68/Perfect-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Perfect-numbers/ALGOL-68
|
||||
1
Lang/ALGOL-68/Permutations
Symbolic link
1
Lang/ALGOL-68/Permutations
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Permutations/ALGOL-68
|
||||
1
Lang/ALGOL-68/Playing-cards
Symbolic link
1
Lang/ALGOL-68/Playing-cards
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Playing-cards/ALGOL-68
|
||||
1
Lang/ALGOL-68/Plot-coordinate-pairs
Symbolic link
1
Lang/ALGOL-68/Plot-coordinate-pairs
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Plot-coordinate-pairs/ALGOL-68
|
||||
1
Lang/ALGOL-68/Pointers-and-references
Symbolic link
1
Lang/ALGOL-68/Pointers-and-references
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pointers-and-references/ALGOL-68
|
||||
1
Lang/ALGOL-68/Polynomial-regression
Symbolic link
1
Lang/ALGOL-68/Polynomial-regression
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Polynomial-regression/ALGOL-68
|
||||
1
Lang/ALGOL-68/Power-set
Symbolic link
1
Lang/ALGOL-68/Power-set
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Power-set/ALGOL-68
|
||||
1
Lang/ALGOL-68/Pragmatic-directives
Symbolic link
1
Lang/ALGOL-68/Pragmatic-directives
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pragmatic-directives/ALGOL-68
|
||||
1
Lang/ALGOL-68/Price-fraction
Symbolic link
1
Lang/ALGOL-68/Price-fraction
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Price-fraction/ALGOL-68
|
||||
1
Lang/ALGOL-68/Primality-by-trial-division
Symbolic link
1
Lang/ALGOL-68/Primality-by-trial-division
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Primality-by-trial-division/ALGOL-68
|
||||
1
Lang/ALGOL-68/Prime-decomposition
Symbolic link
1
Lang/ALGOL-68/Prime-decomposition
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Prime-decomposition/ALGOL-68
|
||||
1
Lang/ALGOL-68/Probabilistic-choice
Symbolic link
1
Lang/ALGOL-68/Probabilistic-choice
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Probabilistic-choice/ALGOL-68
|
||||
1
Lang/ALGOL-68/Program-termination
Symbolic link
1
Lang/ALGOL-68/Program-termination
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Program-termination/ALGOL-68
|
||||
1
Lang/ALGOL-68/Quaternion-type
Symbolic link
1
Lang/ALGOL-68/Quaternion-type
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Quaternion-type/ALGOL-68
|
||||
1
Lang/ALGOL-68/Random-number-generator--included-
Symbolic link
1
Lang/ALGOL-68/Random-number-generator--included-
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Random-number-generator--included-/ALGOL-68
|
||||
1
Lang/ALGOL-68/Random-numbers
Symbolic link
1
Lang/ALGOL-68/Random-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Random-numbers/ALGOL-68
|
||||
1
Lang/ALGOL-68/Range-expansion
Symbolic link
1
Lang/ALGOL-68/Range-expansion
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Range-expansion/ALGOL-68
|
||||
1
Lang/ALGOL-68/Range-extraction
Symbolic link
1
Lang/ALGOL-68/Range-extraction
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Range-extraction/ALGOL-68
|
||||
1
Lang/ALGOL-68/Read-a-file-line-by-line
Symbolic link
1
Lang/ALGOL-68/Read-a-file-line-by-line
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Read-a-file-line-by-line/ALGOL-68
|
||||
1
Lang/ALGOL-68/Read-entire-file
Symbolic link
1
Lang/ALGOL-68/Read-entire-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Read-entire-file/ALGOL-68
|
||||
1
Lang/ALGOL-68/Real-constants-and-functions
Symbolic link
1
Lang/ALGOL-68/Real-constants-and-functions
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Real-constants-and-functions/ALGOL-68
|
||||
1
Lang/ALGOL-68/Reduced-row-echelon-form
Symbolic link
1
Lang/ALGOL-68/Reduced-row-echelon-form
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Reduced-row-echelon-form/ALGOL-68
|
||||
1
Lang/ALGOL-68/Regular-expressions
Symbolic link
1
Lang/ALGOL-68/Regular-expressions
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Regular-expressions/ALGOL-68
|
||||
1
Lang/ALGOL-68/Rename-a-file
Symbolic link
1
Lang/ALGOL-68/Rename-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Rename-a-file/ALGOL-68
|
||||
1
Lang/ALGOL-68/Repeat-a-string
Symbolic link
1
Lang/ALGOL-68/Repeat-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Repeat-a-string/ALGOL-68
|
||||
1
Lang/ALGOL-68/Reverse-a-string
Symbolic link
1
Lang/ALGOL-68/Reverse-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Reverse-a-string/ALGOL-68
|
||||
1
Lang/ALGOL-68/Roman-numerals-Decode
Symbolic link
1
Lang/ALGOL-68/Roman-numerals-Decode
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Roman-numerals-Decode/ALGOL-68
|
||||
1
Lang/ALGOL-68/Roman-numerals-Encode
Symbolic link
1
Lang/ALGOL-68/Roman-numerals-Encode
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Roman-numerals-Encode/ALGOL-68
|
||||
1
Lang/ALGOL-68/Roots-of-a-function
Symbolic link
1
Lang/ALGOL-68/Roots-of-a-function
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Roots-of-a-function/ALGOL-68
|
||||
1
Lang/ALGOL-68/Roots-of-a-quadratic-function
Symbolic link
1
Lang/ALGOL-68/Roots-of-a-quadratic-function
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Roots-of-a-quadratic-function/ALGOL-68
|
||||
1
Lang/ALGOL-68/Roots-of-unity
Symbolic link
1
Lang/ALGOL-68/Roots-of-unity
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Roots-of-unity/ALGOL-68
|
||||
1
Lang/ALGOL-68/Rosetta-Code-Rank-languages-by-popularity
Symbolic link
1
Lang/ALGOL-68/Rosetta-Code-Rank-languages-by-popularity
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Rosetta-Code-Rank-languages-by-popularity/ALGOL-68
|
||||
1
Lang/ALGOL-68/Rot-13
Symbolic link
1
Lang/ALGOL-68/Rot-13
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Rot-13/ALGOL-68
|
||||
1
Lang/ALGOL-68/Run-length-encoding
Symbolic link
1
Lang/ALGOL-68/Run-length-encoding
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Run-length-encoding/ALGOL-68
|
||||
1
Lang/ALGOL-68/Runtime-evaluation
Symbolic link
1
Lang/ALGOL-68/Runtime-evaluation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Runtime-evaluation/ALGOL-68
|
||||
1
Lang/ALGOL-68/Runtime-evaluation-In-an-environment
Symbolic link
1
Lang/ALGOL-68/Runtime-evaluation-In-an-environment
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Runtime-evaluation-In-an-environment/ALGOL-68
|
||||
1
Lang/ALGOL-68/SEDOLs
Symbolic link
1
Lang/ALGOL-68/SEDOLs
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/SEDOLs/ALGOL-68
|
||||
1
Lang/ALGOL-68/Sequence-of-non-squares
Symbolic link
1
Lang/ALGOL-68/Sequence-of-non-squares
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Sequence-of-non-squares/ALGOL-68
|
||||
1
Lang/ALGOL-W/Roman-numerals-Encode
Symbolic link
1
Lang/ALGOL-W/Roman-numerals-Encode
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Roman-numerals-Encode/ALGOL-W
|
||||
1
Lang/ANTLR/Parsing-RPN-calculator-algorithm
Symbolic link
1
Lang/ANTLR/Parsing-RPN-calculator-algorithm
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Parsing-RPN-calculator-algorithm/ANTLR
|
||||
1
Lang/ANTLR/Roman-numerals-Decode
Symbolic link
1
Lang/ANTLR/Roman-numerals-Decode
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Roman-numerals-Decode/ANTLR
|
||||
1
Lang/APL/Pangram-checker
Symbolic link
1
Lang/APL/Pangram-checker
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pangram-checker/APL
|
||||
1
Lang/APL/Pascals-triangle
Symbolic link
1
Lang/APL/Pascals-triangle
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pascals-triangle/APL
|
||||
1
Lang/APL/Run-length-encoding
Symbolic link
1
Lang/APL/Run-length-encoding
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Run-length-encoding/APL
|
||||
1
Lang/ATS/Return-multiple-values
Symbolic link
1
Lang/ATS/Return-multiple-values
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Return-multiple-values/ATS
|
||||
1
Lang/AWK/Binary-digits
Symbolic link
1
Lang/AWK/Binary-digits
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Binary-digits/AWK
|
||||
1
Lang/AWK/Catalan-numbers
Symbolic link
1
Lang/AWK/Catalan-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Catalan-numbers/AWK
|
||||
1
Lang/AWK/Copy-a-string
Symbolic link
1
Lang/AWK/Copy-a-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Copy-a-string/AWK
|
||||
1
Lang/AWK/Environment-variables
Symbolic link
1
Lang/AWK/Environment-variables
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Environment-variables/AWK
|
||||
1
Lang/AWK/Non-decimal-radices-Convert
Symbolic link
1
Lang/AWK/Non-decimal-radices-Convert
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Non-decimal-radices-Convert/AWK
|
||||
1
Lang/AWK/Non-decimal-radices-Output
Symbolic link
1
Lang/AWK/Non-decimal-radices-Output
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Non-decimal-radices-Output/AWK
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue