Compare commits

...

No commits in common. "master" and "main" have entirely different histories.
master ... main

131785 changed files with 2326047 additions and 192734 deletions

13
.gitignore vendored
View file

@ -1,4 +1,9 @@
Cache
ToDo
*.swp
rosettacode.log
/*.ys
/Cache/
/Meta/
/rosettacode.log
/entry
/pick
/random-clojure-task
/.clj-kondo/
/.lsp/

6
.rc Normal file
View file

@ -0,0 +1,6 @@
# shellcheck shell=bash disable=2086
RCD_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd)
PATH=$RCD_ROOT/bin:$PATH
export PATH RCD_ROOT

12
Conf/alias.yaml Normal file
View file

@ -0,0 +1,12 @@
# Language name aliases:
lang:
antlang : ant
bash : unix shell
c# : c sharp
c_sharp : c sharp
euler math toolbox : euler
f# : f sharp
free pascal : free pascal/lazarus
f_sharp : f sharp
lazarus : free pascal/lazarus
oberon-2 : oberon

File diff suppressed because it is too large Load diff

View file

@ -1 +0,0 @@
api_url: http://rosettacode.org/mw/api.php

File diff suppressed because it is too large Load diff

9
Lang/.QL/00-LANG.txt Normal file
View file

@ -0,0 +1,9 @@
{{language
|site=http://semmle.com/semmlecode/ql-language-reference/
}}
.QL (pronounced "dot-cue-el") is an object-oriented query language used to retrieve data from relational database management systems. It is reminiscent of the standard query language [[SQL]] and the object-oriented programming language [[Java]]. .QL is an object-oriented variant of a [[logic programming]] language known in the databases community as [[Datalog]]. Hierarchical data can therefore be naturally queried in .QL in a recursive manner.
== See Also ==
[[wp:.QL|Wikipedia:.QL]]
{{DEFAULTSORT:QL}}

2
Lang/.QL/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:.QL

2
Lang/0815/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:0815

View file

@ -1 +0,0 @@
Data source: http://rosettacode.org/wiki/Category:0815

14
Lang/11l/00-LANG.txt Normal file
View file

@ -0,0 +1,14 @@
{{language|11l
|checking=static
|exec=machine
|gc=no
|parampass=both
|strength=strong
|tags=11l
|site=http://11l-lang.org
}}11l (elevenel) is a [semi-esoteric] high-level general-purpose programming language, which provides a simple and direct mapping to hardware and aims to follow a zero-overhead principle, like C++. 11l is statically typed, but feels very much like a dynamically typed language (e.g. Python).
The design of 11l is aimed to achieve as much conciseness as possible.
The evident distinction of 11l from all other existing programming languages is its keywords are organized in a tree, not just a list.
There are 11 keywords at the root of that tree, and each word can be written as one letter:<br />
C, I, E, F, L, N, R, S, T, V, X.

2
Lang/11l/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:11l

1
Lang/11l/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/11l

1
Lang/11l/100-prisoners Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-prisoners/11l

1
Lang/11l/15-puzzle-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/15-puzzle-game/11l

1
Lang/11l/15-puzzle-solver Symbolic link
View file

@ -0,0 +1 @@
../../Task/15-puzzle-solver/11l

1
Lang/11l/21-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/21-game/11l

1
Lang/11l/24-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/24-game/11l

1
Lang/11l/24-game-Solve Symbolic link
View file

@ -0,0 +1 @@
../../Task/24-game-Solve/11l

View file

@ -0,0 +1 @@
../../Task/4-rings-or-4-squares-puzzle/11l

View file

@ -0,0 +1 @@
../../Task/9-billion-names-of-God-the-integer/11l

1
Lang/11l/99-bottles-of-beer Symbolic link
View file

@ -0,0 +1 @@
../../Task/99-bottles-of-beer/11l

1
Lang/11l/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/11l

1
Lang/11l/ABC-problem Symbolic link
View file

@ -0,0 +1 @@
../../Task/ABC-problem/11l

1
Lang/11l/ADFGVX-cipher Symbolic link
View file

@ -0,0 +1 @@
../../Task/ADFGVX-cipher/11l

View file

@ -0,0 +1 @@
../../Task/AKS-test-for-primes/11l

View file

@ -0,0 +1 @@
../../Task/Abbreviations-automatic/11l

1
Lang/11l/Abbreviations-easy Symbolic link
View file

@ -0,0 +1 @@
../../Task/Abbreviations-easy/11l

View file

@ -0,0 +1 @@
../../Task/Abbreviations-simple/11l

View file

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

View file

@ -0,0 +1 @@
../../Task/Abelian-sandpile-model-Identity/11l

1
Lang/11l/Abstract-type Symbolic link
View file

@ -0,0 +1 @@
../../Task/Abstract-type/11l

View file

@ -0,0 +1 @@
../../Task/Abundant-deficient-and-perfect-number-classifications/11l

View file

@ -0,0 +1 @@
../../Task/Abundant-odd-numbers/11l

View file

@ -0,0 +1 @@
../../Task/Accumulator-factory/11l

1
Lang/11l/Ackermann-function Symbolic link
View file

@ -0,0 +1 @@
../../Task/Ackermann-function/11l

1
Lang/11l/Additive-primes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Additive-primes/11l

1
Lang/11l/Align-columns Symbolic link
View file

@ -0,0 +1 @@
../../Task/Align-columns/11l

View file

@ -0,0 +1 @@
../../Task/Aliquot-sequence-classifications/11l

View file

@ -0,0 +1 @@
../../Task/Almkvist-Giullera-formula-for-pi/11l

1
Lang/11l/Almost-prime Symbolic link
View file

@ -0,0 +1 @@
../../Task/Almost-prime/11l

1
Lang/11l/Amb Symbolic link
View file

@ -0,0 +1 @@
../../Task/Amb/11l

1
Lang/11l/Amicable-pairs Symbolic link
View file

@ -0,0 +1 @@
../../Task/Amicable-pairs/11l

1
Lang/11l/Anagrams Symbolic link
View file

@ -0,0 +1 @@
../../Task/Anagrams/11l

View file

@ -0,0 +1 @@
../../Task/Anagrams-Deranged-anagrams/11l

View file

@ -0,0 +1 @@
../../Task/Angle-difference-between-two-bearings/11l

View file

@ -0,0 +1 @@
../../Task/Angles-geometric-normalization-and-conversion/11l

View file

@ -0,0 +1 @@
../../Task/Anonymous-recursion/11l

1
Lang/11l/Anti-primes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Anti-primes/11l

View file

@ -0,0 +1 @@
../../Task/Apply-a-callback-to-an-array/11l

View file

@ -0,0 +1 @@
../../Task/Apply-a-digital-filter-direct-form-II-transposed-/11l

View file

@ -0,0 +1 @@
../../Task/Arbitrary-precision-integers-included-/11l

1
Lang/11l/Arithmetic-Complex Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arithmetic-Complex/11l

1
Lang/11l/Arithmetic-Integer Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arithmetic-Integer/11l

View file

@ -0,0 +1 @@
../../Task/Arithmetic-evaluation/11l

View file

@ -0,0 +1 @@
../../Task/Arithmetic-geometric-mean/11l

1
Lang/11l/Arithmetic-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arithmetic-numbers/11l

View file

@ -0,0 +1 @@
../../Task/Array-concatenation/11l

1
Lang/11l/Array-length Symbolic link
View file

@ -0,0 +1 @@
../../Task/Array-length/11l

1
Lang/11l/Arrays Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arrays/11l

1
Lang/11l/Ascending-primes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Ascending-primes/11l

1
Lang/11l/Assertions Symbolic link
View file

@ -0,0 +1 @@
../../Task/Assertions/11l

View file

@ -0,0 +1 @@
../../Task/Associative-array-Creation/11l

View file

@ -0,0 +1 @@
../../Task/Associative-array-Iteration/11l

View file

@ -0,0 +1 @@
../../Task/Associative-array-Merging/11l

1
Lang/11l/Attractive-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Attractive-numbers/11l

View file

@ -0,0 +1 @@
../../Task/Average-loop-length/11l

View file

@ -0,0 +1 @@
../../Task/Averages-Arithmetic-mean/11l

View file

@ -0,0 +1 @@
../../Task/Averages-Mean-angle/11l

View file

@ -0,0 +1 @@
../../Task/Averages-Mean-time-of-day/11l

1
Lang/11l/Averages-Median Symbolic link
View file

@ -0,0 +1 @@
../../Task/Averages-Median/11l

1
Lang/11l/Averages-Mode Symbolic link
View file

@ -0,0 +1 @@
../../Task/Averages-Mode/11l

View file

@ -0,0 +1 @@
../../Task/Averages-Pythagorean-means/11l

View file

@ -0,0 +1 @@
../../Task/Averages-Root-mean-square/11l

View file

@ -0,0 +1 @@
../../Task/Averages-Simple-moving-average/11l

1
Lang/11l/Babbage-problem Symbolic link
View file

@ -0,0 +1 @@
../../Task/Babbage-problem/11l

1
Lang/11l/Balanced-brackets Symbolic link
View file

@ -0,0 +1 @@
../../Task/Balanced-brackets/11l

1
Lang/11l/Balanced-ternary Symbolic link
View file

@ -0,0 +1 @@
../../Task/Balanced-ternary/11l

1
Lang/11l/Bell-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bell-numbers/11l

1
Lang/11l/Benfords-law Symbolic link
View file

@ -0,0 +1 @@
../../Task/Benfords-law/11l

1
Lang/11l/Best-shuffle Symbolic link
View file

@ -0,0 +1 @@
../../Task/Best-shuffle/11l

1
Lang/11l/Bin-given-limits Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bin-given-limits/11l

1
Lang/11l/Binary-digits Symbolic link
View file

@ -0,0 +1 @@
../../Task/Binary-digits/11l

1
Lang/11l/Binary-search Symbolic link
View file

@ -0,0 +1 @@
../../Task/Binary-search/11l

1
Lang/11l/Binary-strings Symbolic link
View file

@ -0,0 +1 @@
../../Task/Binary-strings/11l

View file

@ -0,0 +1 @@
../../Task/Bioinformatics-Global-alignment/11l

View file

@ -0,0 +1 @@
../../Task/Bioinformatics-Sequence-mutation/11l

1
Lang/11l/Biorhythms Symbolic link
View file

@ -0,0 +1 @@
../../Task/Biorhythms/11l

1
Lang/11l/Bitmap Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitmap/11l

View file

@ -0,0 +1 @@
../../Task/Bitmap-B-zier-curves-Cubic/11l

View file

@ -0,0 +1 @@
../../Task/Bitmap-Bresenhams-line-algorithm/11l

View file

@ -0,0 +1 @@
../../Task/Bitmap-Midpoint-circle-algorithm/11l

View file

@ -0,0 +1 @@
../../Task/Bitmap-Read-a-PPM-file/11l

View file

@ -0,0 +1 @@
../../Task/Bitmap-Write-a-PPM-file/11l

1
Lang/11l/Bitwise-IO Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitwise-IO/11l

1
Lang/11l/Bitwise-operations Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/11l

1
Lang/11l/Box-the-compass Symbolic link
View file

@ -0,0 +1 @@
../../Task/Box-the-compass/11l

View file

@ -0,0 +1 @@
../../Task/Boyer-Moore-string-search/11l

1
Lang/11l/Brace-expansion Symbolic link
View file

@ -0,0 +1 @@
../../Task/Brace-expansion/11l

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