Add tasks for all the new languages

This commit is contained in:
Tina Müller 2016-12-05 23:44:36 +01:00
parent 9dc3c2bb62
commit bba7bfd280
13208 changed files with 134745 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{{language|LiveCode
|exec=bytecode
|gc=yes
|site= http://www.livecode.com
|LCT=yes}}{{language programming paradigm|Dynamic}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Imperative}}
LiveCode (formerly known as Revolution) is a byte-code compiled language created by [http://www.runrev.com Runtime Revolution]
It is inspired by HyperCard/HyperTalk, but goes far beyond that heritage by:
*Creating applications that run on:
** OS X
** Mac Classic
** Windows
** Unix
** iOS
** Android
** Web Servers (with LiveCode sever)
** Web Browser HTML5 Engine (as of version 8)
*Having a full interface toolkit with native widgets on all platforms
*Incorporating modern language features like regex, associative arrays, support for internet protocols, etc.
*Supporting color natively (HyperCard die-hards are now breathing a sigh of relief)
** As of version 8 LiveCode includes an additional, strictly typed language variant called LiveCodeBuilder (LCB) which allows access to foreign code libraries (currently supports C libraries only, support for others to be added)

1
Lang/LiveCode/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/LiveCode

1
Lang/LiveCode/24-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/24-game/LiveCode

View file

@ -0,0 +1 @@
../../Task/99-Bottles-of-Beer/LiveCode

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

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

View file

@ -0,0 +1 @@
../../Task/Ackermann-function/LiveCode

1
Lang/LiveCode/Anagrams Symbolic link
View file

@ -0,0 +1 @@
../../Task/Anagrams/LiveCode

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1 @@
../../Task/Averages-Median/LiveCode

View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/LiveCode

1
Lang/LiveCode/Caesar-cipher Symbolic link
View file

@ -0,0 +1 @@
../../Task/Caesar-cipher/LiveCode

View file

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

View file

@ -0,0 +1 @@
../../Task/Check-that-file-exists/LiveCode

1
Lang/LiveCode/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/LiveCode

1
Lang/LiveCode/Copy-a-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Copy-a-string/LiveCode

View file

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

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

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

1
Lang/LiveCode/Factorial Symbolic link
View file

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

View file

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

1
Lang/LiveCode/File-size Symbolic link
View file

@ -0,0 +1 @@
../../Task/File-size/LiveCode

View file

@ -0,0 +1 @@
../../Task/Find-the-last-Sunday-of-each-month/LiveCode

1
Lang/LiveCode/FizzBuzz Symbolic link
View file

@ -0,0 +1 @@
../../Task/FizzBuzz/LiveCode

View file

@ -0,0 +1 @@
../../Task/Function-definition/LiveCode

View file

@ -0,0 +1 @@
../../Task/Function-frequency/LiveCode

View file

@ -0,0 +1 @@
../../Task/GUI-enabling-disabling-of-controls/LiveCode

1
Lang/LiveCode/Generic-swap Symbolic link
View file

@ -0,0 +1 @@
../../Task/Generic-swap/LiveCode

View file

@ -0,0 +1 @@
../../Task/Greatest-common-divisor/LiveCode

View file

@ -0,0 +1 @@
../../Task/Greatest-element-of-a-list/LiveCode

View file

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

View file

@ -0,0 +1 @@
../../Task/Guess-the-number-With-feedback/LiveCode

1
Lang/LiveCode/HTTP Symbolic link
View file

@ -0,0 +1 @@
../../Task/HTTP/LiveCode

1
Lang/LiveCode/HTTPS Symbolic link
View file

@ -0,0 +1 @@
../../Task/HTTPS/LiveCode

View file

@ -0,0 +1 @@
../../Task/HTTPS-Authenticated/LiveCode

View file

@ -0,0 +1 @@
../../Task/Hash-from-two-arrays/LiveCode

View file

@ -0,0 +1 @@
../../Task/Haversine-formula/LiveCode

View file

@ -0,0 +1 @@
../../Task/Hello-world-Graphical/LiveCode

View file

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

View file

@ -0,0 +1 @@
../../Task/Horizontal-sundial-calculations/LiveCode

1
Lang/LiveCode/Hostname Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hostname/LiveCode

View file

@ -0,0 +1 @@
../../Task/Increment-a-numerical-string/LiveCode

View file

@ -0,0 +1 @@
../../Task/Integer-comparison/LiveCode

View file

@ -0,0 +1 @@
../../Task/Keyboard-input-Keypress-check/LiveCode

View file

@ -0,0 +1 @@
../../Task/Keyboard-input-Obtain-a-Y-or-N-response/LiveCode

View file

@ -0,0 +1 @@
../../Task/Last-Friday-of-each-month/LiveCode

1
Lang/LiveCode/Leap-year Symbolic link
View file

@ -0,0 +1 @@
../../Task/Leap-year/LiveCode

View file

@ -0,0 +1 @@
../../Task/Literals-Integer/LiveCode

View file

@ -0,0 +1 @@
../../Task/Literals-String/LiveCode

View file

@ -0,0 +1 @@
../../Task/Logical-operations/LiveCode

View file

@ -0,0 +1 @@
../../Task/Look-and-say-sequence/LiveCode

View file

@ -0,0 +1 @@
../../Task/Loop-over-multiple-arrays-simultaneously/LiveCode

1
Lang/LiveCode/Loops-Break Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Break/LiveCode

View file

@ -0,0 +1 @@
../../Task/Loops-Continue/LiveCode

View file

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

View file

@ -0,0 +1 @@
../../Task/Loops-Downward-for/LiveCode

1
Lang/LiveCode/Loops-For Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-For/LiveCode

View file

@ -0,0 +1 @@
../../Task/Loops-For-with-a-specified-step/LiveCode

1
Lang/LiveCode/Loops-Foreach Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Foreach/LiveCode

View file

@ -0,0 +1 @@
../../Task/Loops-Infinite/LiveCode

View file

@ -0,0 +1 @@
../../Task/Loops-N-plus-one-half/LiveCode

1
Lang/LiveCode/Loops-Nested Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-Nested/LiveCode

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

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

View file

@ -0,0 +1 @@
../../Task/Luhn-test-of-credit-card-numbers/LiveCode

1
Lang/LiveCode/MD5 Symbolic link
View file

@ -0,0 +1 @@
../../Task/MD5/LiveCode

View file

@ -0,0 +1 @@
../../Task/Palindrome-detection/LiveCode

View file

@ -0,0 +1 @@
../../Task/Pick-random-element/LiveCode

1
Lang/LiveCode/README Normal file
View file

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

View file

@ -0,0 +1 @@
../../Task/Range-expansion/LiveCode

View file

@ -0,0 +1 @@
../../Task/Range-extraction/LiveCode

View file

@ -0,0 +1 @@
../../Task/Read-a-file-line-by-line/LiveCode

View file

@ -0,0 +1 @@
../../Task/Read-entire-file/LiveCode

View file

@ -0,0 +1 @@
../../Task/Real-constants-and-functions/LiveCode

1
Lang/LiveCode/Record-sound Symbolic link
View file

@ -0,0 +1 @@
../../Task/Record-sound/LiveCode

1
Lang/LiveCode/Rename-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Rename-a-file/LiveCode

View file

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

View file

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

View file

@ -0,0 +1 @@
../../Task/Reverse-words-in-a-string/LiveCode

View file

@ -0,0 +1 @@
../../Task/Roman-numerals-Encode/LiveCode

1
Lang/LiveCode/Rot-13 Symbolic link
View file

@ -0,0 +1 @@
../../Task/Rot-13/LiveCode

View file

@ -0,0 +1 @@
../../Task/Run-length-encoding/LiveCode

1
Lang/LiveCode/SHA-1 Symbolic link
View file

@ -0,0 +1 @@
../../Task/SHA-1/LiveCode

View file

@ -0,0 +1 @@
../../Task/Self-describing-numbers/LiveCode

1
Lang/LiveCode/Send-email Symbolic link
View file

@ -0,0 +1 @@
../../Task/Send-email/LiveCode

View file

@ -0,0 +1 @@
../../Task/Short-circuit-evaluation/LiveCode

View file

@ -0,0 +1 @@
../../Task/Show-the-epoch/LiveCode

View file

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

View file

@ -0,0 +1 @@
../../Task/Sort-an-integer-array/LiveCode

View file

@ -0,0 +1 @@
../../Task/Sparkline-in-unicode/LiveCode

View file

@ -0,0 +1 @@
../../Task/Special-variables/LiveCode

View file

@ -0,0 +1 @@
../../Task/State-name-puzzle/LiveCode

1
Lang/LiveCode/String-append Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-append/LiveCode

1
Lang/LiveCode/String-case Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-case/LiveCode

View file

@ -0,0 +1 @@
../../Task/String-concatenation/LiveCode

View file

@ -0,0 +1 @@
../../Task/String-interpolation--included-/LiveCode

View file

@ -0,0 +1 @@
../../Task/String-prepend/LiveCode

View file

@ -0,0 +1 @@
../../Task/Strip-a-set-of-characters-from-a-string/LiveCode

1
Lang/LiveCode/Substring Symbolic link
View file

@ -0,0 +1 @@
../../Task/Substring/LiveCode

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