Initial data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 72d218235f
commit f23f22d71c
199087 changed files with 3378941 additions and 0 deletions

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

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

@ -0,0 +1,9 @@
{{language|0815}}
'''0815''' is an esoteric programming language designed and implemented between December 2012 and January 2013 by [[Paulo Jorente]].
==See also==
* [http://esolangs.org/wiki/0815 0815 Esolangs] – 0815 on Esolangs
* [http://paulo-jorente.de/poncho/esolang/0815 0815 page] – features specs, programs and an interpreter.
[[Category:Esoteric_Languages]]

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

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

1
Lang/0815/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/0815

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Integer/0815

View file

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

1
Lang/0815/Binary-digits Symbolic link
View file

@ -0,0 +1 @@
../../Task/Binary-digits/0815

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

1
Lang/0815/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/0815

View file

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

View file

@ -0,0 +1 @@
../../Task/Fibonacci-sequence/0815

View file

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

1
Lang/0815/Hello-world-Text Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/0815

1
Lang/0815/Integer-sequence Symbolic link
View file

@ -0,0 +1 @@
../../Task/Integer-sequence/0815

1
Lang/0815/Loops-While Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-While/0815

1
Lang/0815/Reverse-a-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Reverse-a-string/0815

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

@ -0,0 +1 @@
../../Task/Sum-of-squares/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

View file

@ -0,0 +1 @@
../../Task/Bioinformatics-base-count/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

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