Data update

This commit is contained in:
Ingy döt Net 2026-04-30 12:34:36 -04:00
parent 4bb20c9b71
commit cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions

View file

@ -0,0 +1 @@
../../Task/Display-a-linear-combination/8080-Assembly

View file

@ -0,0 +1 @@
../../Task/Integer-comparison/8080-Assembly

View file

@ -0,0 +1 @@
../../Task/Ordered-words/8080-Assembly

View file

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

View file

@ -0,0 +1 @@
../../Task/Twos-complement/8080-Assembly

View file

@ -0,0 +1 @@
../../Task/Zeckendorf-number-representation/8080-Assembly

View file

@ -0,0 +1 @@
../../Task/Angle-difference-between-two-bearings/8th

View file

@ -0,0 +1 @@
../../Task/Environment-variables/8th

1
Lang/8th/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/8th

View file

@ -0,0 +1 @@
../../Task/Logical-operations/AArch64-Assembly

View file

@ -0,0 +1 @@
../../Task/Magic-8-ball/AArch64-Assembly

View file

@ -0,0 +1 @@
../../Task/Visualize-a-tree/AArch64-Assembly

View file

@ -0,0 +1 @@
../../Task/Zeckendorf-number-representation/ABC

View file

@ -16,4 +16,9 @@ gcc hello.c -lalgol -lm -o hello
*[[wp:ALGOL 60|ALGOL 60 on Wikipedia]] *[[wp:ALGOL 60|ALGOL 60 on Wikipedia]]
*[[ALGOL 68]] *[[ALGOL 68]]
*[[ALGOL W]] *[[ALGOL W]]
*[[Simula]] *[[Simula]]
==External links==
* [http://algol60.org algol60.org]
* [https://softwarepreservation.computerhistory.org/ALGOL/ History of ALGOL] Includes links to documentation (e.g. reports)
* [https://www.masswerk.at/algol60/report.htm Revised Report on the Algorithmic Language Algol 60] (HTML)

1
Lang/ALGOL-60/Anti-primes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Anti-primes/ALGOL-60

View file

@ -0,0 +1 @@
../../Task/Horners-rule-for-polynomial-evaluation/ALGOL-60

View file

@ -0,0 +1 @@
../../Task/Integer-comparison/ALGOL-60

View file

@ -0,0 +1 @@
../../Task/Prime-decomposition/ALGOL-60

1
Lang/ALGOL-60/Semiprime Symbolic link
View file

@ -0,0 +1 @@
../../Task/Semiprime/ALGOL-60

1
Lang/ALGOL-60/Tau-function Symbolic link
View file

@ -0,0 +1 @@
../../Task/Tau-function/ALGOL-60

1
Lang/ALGOL-60/Tau-number Symbolic link
View file

@ -0,0 +1 @@
../../Task/Tau-number/ALGOL-60

View file

@ -41,7 +41,7 @@ A syntax chart is available [http://www.softwarepreservation.org/projects/ALGOL/
* [http://www.linkedin.com/groups/Algol68-2333923 Algol68 group at linkedin] - includes various famous compiler composers. * [http://www.linkedin.com/groups/Algol68-2333923 Algol68 group at linkedin] - includes various famous compiler composers.
<br> <br>
'''Books available online''': '''Books available online''':
* [http://jmvdveer.home.xs4all.nl/en.algol-68-genie.html Algol 68G Manual - By Marcel van der Veer] Includes the Revised Report * [https://algol68genie.nl/ Algol 68G Manual - By Marcel van der Veer] Includes the Revised Report
* [http://www.softwarepreservation.org/projects/ALGOL/book/pame.2008.a4.pdf/view Programming Algol 68 Made Easy - by Sian Mountbatten (on softwarepreservation.org)] * [http://www.softwarepreservation.org/projects/ALGOL/book/pame.2008.a4.pdf/view Programming Algol 68 Made Easy - by Sian Mountbatten (on softwarepreservation.org)]
* [http://www.softwarepreservation.org/projects/ALGOL/book/Lindsey_van_der_Meulen-IItA68-Revised.pdf/view Informal Introduction to Algol 68 - by C. H. Lindsey & S. V. Van der Meulen (on softwarepreservation.org)] - if you prefer (and find) a hardcopy, be sure to get the 1977 edition. Highly recomended! * [http://www.softwarepreservation.org/projects/ALGOL/book/Lindsey_van_der_Meulen-IItA68-Revised.pdf/view Informal Introduction to Algol 68 - by C. H. Lindsey & S. V. Van der Meulen (on softwarepreservation.org)] - if you prefer (and find) a hardcopy, be sure to get the 1977 edition. Highly recomended!
@ -59,7 +59,7 @@ A syntax chart is available [http://www.softwarepreservation.org/projects/ALGOL/
** AND 50th Birthday '''ALGOL 58'''. ** AND 50th Birthday '''ALGOL 58'''.
* 23rd August 2009 - [http://sourceforge.net/projects/algol68/files/ algol68g-1.18.0-9h] released * 23rd August 2009 - [http://sourceforge.net/projects/algol68/files/ algol68g-1.18.0-9h] released
* 20th December 2009 - Happy 51st/41st Birthdays with [[Hamming_numbers#ALGOL_68|Hamming numbers]] - the 200th '''ALGOL 68''' code contribution on rosettacode.org! * 20th December 2009 - Happy 51st/41st Birthdays with [[Hamming_numbers#ALGOL_68|Hamming numbers]] - the 200th '''ALGOL 68''' code contribution on rosettacode.org!
** This time code was by [[User:Algol68g|Marcel van der Veer]], author of [http://www.xs4all.nl/~jmvdveer/algol.html Algol 68 Genie] ** This time code was by [[User:Algol68g|Marcel van der Veer]], author of [https://algol68genie.nl Algol 68 Genie]
* 25th October 2011 - [[User:Jejones3141|Jejones3141]] added [[Soundex#ALGOL_68|Soundex]] - the 300th '''ALGOL 68''' code specimen. * 25th October 2011 - [[User:Jejones3141|Jejones3141]] added [[Soundex#ALGOL_68|Soundex]] - the 300th '''ALGOL 68''' code specimen.
== Revisions == == Revisions ==

1
Lang/ALGOL-68/21-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/21-game/ALGOL-68

1
Lang/ALGOL-68/Convex-hull Symbolic link
View file

@ -0,0 +1 @@
../../Task/Convex-hull/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Dice-game-probabilities/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Jordan-P-lya-numbers/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Juggler-sequence/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Knapsack-problem-0-1/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Legendre-prime-counting-function/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Logistic-curve-fitting-in-epidemiology/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Quoting-constructs/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Ramanujans-constant/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Super-d-numbers/ALGOL-68

View file

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

View file

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

View file

@ -0,0 +1 @@
../../Task/Integer-comparison/ALGOL-M

View file

@ -0,0 +1 @@
../../Task/Integer-overflow/ALGOL-M

1
Lang/ALGOL-M/Semiprime Symbolic link
View file

@ -0,0 +1 @@
../../Task/Semiprime/ALGOL-M

View file

@ -1 +0,0 @@
../../Task/Arithmetic-Integer/ALGOL-W

View file

@ -0,0 +1 @@
../../Task/Equal-prime-and-composite-sums/ALGOL-W

View file

@ -0,0 +1 @@
../../Task/Jordan-P-lya-numbers/ALGOL-W

View file

@ -0,0 +1 @@
../../Task/Numbers-with-equal-rises-and-falls/ALGOL-W

View file

@ -0,0 +1 @@
../../Task/Sleeping-Beauty-problem/ALGOL-W

View file

@ -0,0 +1 @@
../../Task/Square-but-not-cube/ALGOL-W

1
Lang/ALGOL-W/Tau-number Symbolic link
View file

@ -0,0 +1 @@
../../Task/Tau-number/ALGOL-W

View file

@ -0,0 +1 @@
../../Task/The-sieve-of-Sundaram/ALGOL-W

1
Lang/ANSI-BASIC/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Abundant-deficient-and-perfect-number-classifications/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Abundant-odd-numbers/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Arithmetic-numbers/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Babbage-problem/ANSI-BASIC

1
Lang/ANSI-BASIC/CUSIP Symbolic link
View file

@ -0,0 +1 @@
../../Task/CUSIP/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Catalan-numbers/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Cumulative-standard-deviation/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Department-numbers/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Determine-if-a-string-is-collapsible/ANSI-BASIC

1
Lang/ANSI-BASIC/Dot-product Symbolic link
View file

@ -0,0 +1 @@
../../Task/Dot-product/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Dutch-national-flag-problem/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Equilibrium-index/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Ethiopian-multiplication/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Factors-of-an-integer/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Fibonacci-sequence/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Generate-lower-case-ASCII-alphabet/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Horners-rule-for-polynomial-evaluation/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Langtons-ant/ANSI-BASIC

1
Lang/ANSI-BASIC/Leap-year Symbolic link
View file

@ -0,0 +1 @@
../../Task/Leap-year/ANSI-BASIC

1
Lang/ANSI-BASIC/Long-year Symbolic link
View file

@ -0,0 +1 @@
../../Task/Long-year/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Loops-Do-while/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Mayan-numerals/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Repeat-a-string/ANSI-BASIC

1
Lang/ANSI-BASIC/Rot-13 Symbolic link
View file

@ -0,0 +1 @@
../../Task/Rot-13/ANSI-BASIC

1
Lang/ANSI-BASIC/Semiprime Symbolic link
View file

@ -0,0 +1 @@
../../Task/Semiprime/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Shoelace-formula-for-polygonal-area/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Square-free-integers/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Statistics-Basic/ANSI-BASIC

View file

@ -0,0 +1 @@
../../Task/Statistics-Normal-distribution/ANSI-BASIC

1
Lang/ANSI-BASIC/Tau-number Symbolic link
View file

@ -0,0 +1 @@
../../Task/Tau-number/ANSI-BASIC

1
Lang/APL/ADFGVX-cipher Symbolic link
View file

@ -0,0 +1 @@
../../Task/ADFGVX-cipher/APL

View file

@ -0,0 +1 @@
../../Task/Abelian-sandpile-model/APL

View file

@ -0,0 +1 @@
../../Task/Move-to-front-algorithm/APL

View file

@ -0,0 +1 @@
../../Task/Zeckendorf-number-representation/APL

View file

@ -0,0 +1 @@
../../Task/Guess-the-number/ARM-Assembly

View file

@ -0,0 +1 @@
../../Task/String-prepend/ARM-Assembly

View file

@ -0,0 +1 @@
../../Task/Visualize-a-tree/ARM-Assembly

View file

@ -0,0 +1 @@
../../Task/Generate-lower-case-ASCII-alphabet/ASIC

View file

@ -0,0 +1 @@
../../Task/Arithmetic-derivative/AWK

1
Lang/AWK/Bell-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bell-numbers/AWK

1
Lang/AWK/Blum-integer Symbolic link
View file

@ -0,0 +1 @@
../../Task/Blum-integer/AWK

1
Lang/AWK/Brilliant-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Brilliant-numbers/AWK

1
Lang/AWK/Cuban-primes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Cuban-primes/AWK

1
Lang/AWK/Documentation Symbolic link
View file

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

1
Lang/AWK/Egyptian-division Symbolic link
View file

@ -0,0 +1 @@
../../Task/Egyptian-division/AWK

View file

@ -0,0 +1 @@
../../Task/Equal-prime-and-composite-sums/AWK

View file

@ -0,0 +1 @@
../../Task/Eulers-constant-0.5772.../AWK

View file

@ -0,0 +1 @@
../../Task/Interactive-programming-repl-/AWK

View file

@ -0,0 +1 @@
../../Task/Isqrt-integer-square-root-of-X/AWK

1
Lang/AWK/MAC-vendor-lookup Symbolic link
View file

@ -0,0 +1 @@
../../Task/MAC-vendor-lookup/AWK

View file

@ -0,0 +1 @@
../../Task/Own-digits-power-sum/AWK

View file

@ -0,0 +1 @@
../../Task/Padovan-n-step-number-sequences/AWK

1
Lang/AWK/Pierpont-primes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Pierpont-primes/AWK

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