Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

28
Lang/LiveCode/00-LANG.txt Normal file
View file

@ -0,0 +1,28 @@
{{language|LiveCode
|exec=bytecode
|gc=yes
|site= http://www.livecode.com
|LCT=yes
|hopl=no
}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Imperative}}
{{implementation cat|xTalk}}
LiveCode (formerly known as Revolution, and MetaCard before that) is a byte-code dynamically compiled language.
It started life as a Unix clone of HyperCard/HyperTalk, but goes far beyond that heritage by:
*Creating applications that run on:
** macOS (and previously classic Mac OS)
** Windows
** Linux (and previously various Unix)
** iOS
** Android
** Web Servers (with server engine version)
** Web Browser (HTML5 Emscripten 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 the engine includes an additional, strictly typed language variant called [[Builder]] (LCB) which allows authoring custom graphical control widgets as well as access to foreign code libraries (version 9 supports C, Objective C, and JAVA libraries, others may be added in the future). There is also a method for using JavaScript within a browser widget and methods for exchanging data between the two languages. Additionally the engine can use other languages through a shell and open process functions, as well as OSA Scripting languages such as [[AppleScript]] on macOS.
* NOTE: Since September 1st 2021, LiveCode Ltd. has dropped support for their Community version, there is an effort to continue to support this free Open Source GPL3 version currently known as OpenXTalk, find out more at https://www.openxtalk.org.

View file

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

View file

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

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

@ -0,0 +1 @@
../../Task/24-game/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

1
Lang/LiveCode/Array-length Symbolic link
View file

@ -0,0 +1 @@
../../Task/Array-length/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

1
Lang/LiveCode/Bitmap Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/Bitmap-Write-a-PPM-file/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

1
Lang/LiveCode/Date-format Symbolic link
View file

@ -0,0 +1 @@
../../Task/Date-format/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/FTP Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/General-FizzBuzz/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-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/Levenshtein-distance/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

View file

@ -0,0 +1 @@
../../Task/Plot-coordinate-pairs/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

1
Lang/LiveCode/Repeat Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/Rosetta-Code-Count-examples/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/Simple-windowed-application/LiveCode

View file

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

View file

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

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