March 2014 update
This commit is contained in:
parent
09687c4926
commit
a25938f123
1846 changed files with 21876 additions and 5203 deletions
|
|
@ -29,21 +29,24 @@ The grammar for ALGOL 68 is officially in the two level, [[wp:Van Wijngaarden gr
|
|||
* [http://www.softwarepreservation.org/projects/ALGOL/book/Lindsey_van_der_Meulen-IItA68-Revised-SyntaxOnly.pdf/view Syntax Chart (Size 516.6 kB - File type application/pdf)]
|
||||
|
||||
==Resources==
|
||||
* ALGOL BULLETIN - March 1959 to August 1988, in 52 issues[http://archive.computerhistory.org/resources/text/algol/algol_bulletin/]
|
||||
* ALGOL BULLETIN - March 1959 to August 1988, in 52 issues[http://archive.computerhistory.org/resources/text/algol/algol_bulletin]
|
||||
* Algol68 mailinglist - December 2008 - algol68-user AT lists.sourceforge.net[https://lists.sourceforge.net/lists/listinfo/algol68-user]
|
||||
* Algol68 group at linked: [http://www.linkedin.com/groups/Algol68-2333923] - includes various famous compiler composers.
|
||||
|
||||
FYI: There are two online manual pages:
|
||||
* [https://sourceforge.net/projects/algol68/files/algol68g/algol68g-1.18.0/a68g-doc.pdf/download Algol 68G Manual - By Marcel van der Veer]
|
||||
* [http://jmvdveer.home.xs4all.nl/algol68g.pdf Algol 68G Manual - By Marcel van der Veer]
|
||||
* [http://www.poenikatu.co.uk/algol68/ Programming Algol 68 Made Easy - Sian Mountbatten]
|
||||
|
||||
Or - if you prefer a hardcopy - you can try and pick up a hard cover manual like "''Informal Introduction to Algol 68''" - by C. H. Lindsey & S. V. Vander Meulen. Be sure to get the 1977 edition:
|
||||
* [http://www.amazon.com/gp/offer-listing/0720405041/ref=dp_olp_used?ie=UTF8&condition=used www.amazon.com] - Aboout $119
|
||||
* [http://search.barnesandnoble.com/Informal-Introduction-to-ALGOL-68/C-H-Lindsey/e/9780720407266/?itm=3&USRI=Informal+Introduction+to+Algol+68 barnesandnoble.com] - about $40
|
||||
IItA68 is a beautiful book, and makes great "bedtime" reading... Highly recommended!
|
||||
* '''NEW:''' [http://www.softwarepreservation.org/projects/ALGOL/book/Lindsey_van_der_Meulen-IItA68-Revised.pdf softwarepreservation.org has an on-line IItA68 PDF] ready for download.
|
||||
|
||||
Editor modes:
|
||||
* [http://www.jemarch.net/a68-mode Emacs mode] for Algol 68 supporting syntax highlighting and context-sensitive indentation.
|
||||
* [http://www.vim.org/scripts/script.php?script_id=1927 Vim script] providing support for syntax colouring.
|
||||
* [http://www.vim.org/scripts/script.php?script_id=1927 Vim script] providing support for syntax highlighting.
|
||||
* '''NEW:''' [http://qbnz.com/highlighter/demo.php GeSHi syntax highlighting]
|
||||
|
||||
==Status==
|
||||
* 20th December 1968 - '''ALGOL 68's''' Final Report was ratified by [http://en.wikipedia.org/wiki/UNESCO UNESCO's] [http://en.wikipedia.org/wiki/IFIP IFIP] working group 2.1 in Munich.
|
||||
|
|
|
|||
1
Lang/ALGOL-68/Self-describing-numbers
Symbolic link
1
Lang/ALGOL-68/Self-describing-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Self-describing-numbers/ALGOL-68
|
||||
1
Lang/Ada/Terminal-control-Inverse-video
Symbolic link
1
Lang/Ada/Terminal-control-Inverse-video
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Terminal-control-Inverse-video/Ada
|
||||
1
Lang/AppleScript/99-Bottles-of-Beer
Symbolic link
1
Lang/AppleScript/99-Bottles-of-Beer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/99-Bottles-of-Beer/AppleScript
|
||||
1
Lang/AppleScript/Execute-Brain----
Symbolic link
1
Lang/AppleScript/Execute-Brain----
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Execute-Brain----/AppleScript
|
||||
1
Lang/Applesoft-BASIC/Digital-root
Symbolic link
1
Lang/Applesoft-BASIC/Digital-root
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Digital-root/Applesoft-BASIC
|
||||
1
Lang/Applesoft-BASIC/Function-composition
Symbolic link
1
Lang/Applesoft-BASIC/Function-composition
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Function-composition/Applesoft-BASIC
|
||||
1
Lang/Applesoft-BASIC/Named-parameters
Symbolic link
1
Lang/Applesoft-BASIC/Named-parameters
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Named-parameters/Applesoft-BASIC
|
||||
1
Lang/Applesoft-BASIC/Variadic-function
Symbolic link
1
Lang/Applesoft-BASIC/Variadic-function
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Variadic-function/Applesoft-BASIC
|
||||
|
|
@ -3,13 +3,14 @@
|
|||
|parampass=both
|
||||
|untyped=yes
|
||||
|tags=ahk, autohotkey
|
||||
|site=http://www.autohotkey.com/
|
||||
|site=http://ahkscript.org/
|
||||
|LCT=yes}}'''[[wp:AutoHotkey|AutoHotkey]]''' is an [[open source]] programming language for Microsoft [[Windows]].
|
||||
==Citations==
|
||||
* [http://autohotkey.com/docs Documentation]
|
||||
* [http://autohotkey.net/ AutoHotkey.net] - user projects and [http://www.autohotkey.net/#archives archives]
|
||||
* [http://www.autohotkey.com/docs/scripts/ Script Showcase], [http://www.autohotkey.com/wiki/index.php?title=Script_Listing scripts: wiki]
|
||||
* [http://www.autohotkey.com/forum/ Community forum]
|
||||
* [http://ahkscript.org/docs Documentation]
|
||||
* [http://ahkscript.org/archives/Download.html Download archives]
|
||||
* [http://ahkscript.org/docs/scripts/ Script Showcase]
|
||||
* [http://ahkscript.org/wiki AutoHotkey Wiki]
|
||||
* [http://ahkscript.org/boards/ New Community forum], [http://www.autohotkey.com/forum/ Community forum]
|
||||
* [[wp:AutoHotkey|AutoHotkey on Wikipedia]]
|
||||
* [irc://irc.freenode.net/ahk #ahk] on [[Help:IRC|freenode]] ([http://webchat.freenode.net/?channels=%23ahk Web interface])
|
||||
* [[:Category:AutoHotkey_Originated]]
|
||||
1
Lang/AutoHotkey/Anagrams-Deranged-anagrams
Symbolic link
1
Lang/AutoHotkey/Anagrams-Deranged-anagrams
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Anagrams-Deranged-anagrams/AutoHotkey
|
||||
1
Lang/AutoHotkey/Animate-a-pendulum
Symbolic link
1
Lang/AutoHotkey/Animate-a-pendulum
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Animate-a-pendulum/AutoHotkey
|
||||
1
Lang/AutoHotkey/Atomic-updates
Symbolic link
1
Lang/AutoHotkey/Atomic-updates
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Atomic-updates/AutoHotkey
|
||||
1
Lang/AutoHotkey/Averages-Mean-angle
Symbolic link
1
Lang/AutoHotkey/Averages-Mean-angle
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Mean-angle/AutoHotkey
|
||||
1
Lang/AutoHotkey/Averages-Mean-time-of-day
Symbolic link
1
Lang/AutoHotkey/Averages-Mean-time-of-day
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Mean-time-of-day/AutoHotkey
|
||||
1
Lang/AutoHotkey/Balanced-ternary
Symbolic link
1
Lang/AutoHotkey/Balanced-ternary
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Balanced-ternary/AutoHotkey
|
||||
1
Lang/AutoHotkey/Bitwise-IO
Symbolic link
1
Lang/AutoHotkey/Bitwise-IO
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bitwise-IO/AutoHotkey
|
||||
1
Lang/AutoHotkey/Bulls-and-cows-Player
Symbolic link
1
Lang/AutoHotkey/Bulls-and-cows-Player
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bulls-and-cows-Player/AutoHotkey
|
||||
1
Lang/AutoHotkey/CRC-32
Symbolic link
1
Lang/AutoHotkey/CRC-32
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/CRC-32/AutoHotkey
|
||||
1
Lang/AutoHotkey/Calendar
Symbolic link
1
Lang/AutoHotkey/Calendar
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Calendar/AutoHotkey
|
||||
1
Lang/AutoHotkey/Calendar---for-real-programmers
Symbolic link
1
Lang/AutoHotkey/Calendar---for-real-programmers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Calendar---for-real-programmers/AutoHotkey
|
||||
1
Lang/AutoHotkey/DNS-query
Symbolic link
1
Lang/AutoHotkey/DNS-query
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/DNS-query/AutoHotkey
|
||||
1
Lang/AutoHotkey/Deal-cards-for-FreeCell
Symbolic link
1
Lang/AutoHotkey/Deal-cards-for-FreeCell
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Deal-cards-for-FreeCell/AutoHotkey
|
||||
1
Lang/AutoHotkey/Death-Star
Symbolic link
1
Lang/AutoHotkey/Death-Star
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Death-Star/AutoHotkey
|
||||
1
Lang/AutoHotkey/Deepcopy
Symbolic link
1
Lang/AutoHotkey/Deepcopy
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Deepcopy/AutoHotkey
|
||||
1
Lang/AutoHotkey/Digital-root
Symbolic link
1
Lang/AutoHotkey/Digital-root
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Digital-root/AutoHotkey
|
||||
1
Lang/AutoHotkey/Dining-philosophers
Symbolic link
1
Lang/AutoHotkey/Dining-philosophers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Dining-philosophers/AutoHotkey
|
||||
1
Lang/AutoHotkey/Draw-a-cuboid
Symbolic link
1
Lang/AutoHotkey/Draw-a-cuboid
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Draw-a-cuboid/AutoHotkey
|
||||
1
Lang/AutoHotkey/Draw-a-sphere
Symbolic link
1
Lang/AutoHotkey/Draw-a-sphere
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Draw-a-sphere/AutoHotkey
|
||||
1
Lang/AutoHotkey/Dutch-national-flag-problem
Symbolic link
1
Lang/AutoHotkey/Dutch-national-flag-problem
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Dutch-national-flag-problem/AutoHotkey
|
||||
1
Lang/AutoHotkey/Empty-directory
Symbolic link
1
Lang/AutoHotkey/Empty-directory
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Empty-directory/AutoHotkey
|
||||
1
Lang/AutoHotkey/Entropy
Symbolic link
1
Lang/AutoHotkey/Entropy
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Entropy/AutoHotkey
|
||||
1
Lang/AutoHotkey/Equilibrium-index
Symbolic link
1
Lang/AutoHotkey/Equilibrium-index
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Equilibrium-index/AutoHotkey
|
||||
1
Lang/AutoHotkey/Fibonacci-n-step-number-sequences
Symbolic link
1
Lang/AutoHotkey/Fibonacci-n-step-number-sequences
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Fibonacci-n-step-number-sequences/AutoHotkey
|
||||
1
Lang/AutoHotkey/Floyds-triangle
Symbolic link
1
Lang/AutoHotkey/Floyds-triangle
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Floyds-triangle/AutoHotkey
|
||||
1
Lang/AutoHotkey/Four-bit-adder
Symbolic link
1
Lang/AutoHotkey/Four-bit-adder
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Four-bit-adder/AutoHotkey
|
||||
1
Lang/AutoHotkey/Fractal-tree
Symbolic link
1
Lang/AutoHotkey/Fractal-tree
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Fractal-tree/AutoHotkey
|
||||
1
Lang/AutoHotkey/GUI-Maximum-window-dimensions
Symbolic link
1
Lang/AutoHotkey/GUI-Maximum-window-dimensions
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/GUI-Maximum-window-dimensions/AutoHotkey
|
||||
1
Lang/AutoHotkey/Handle-a-signal
Symbolic link
1
Lang/AutoHotkey/Handle-a-signal
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Handle-a-signal/AutoHotkey
|
||||
1
Lang/AutoHotkey/Harshad-or-Niven-series
Symbolic link
1
Lang/AutoHotkey/Harshad-or-Niven-series
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Harshad-or-Niven-series/AutoHotkey
|
||||
1
Lang/AutoHotkey/Haversine-formula
Symbolic link
1
Lang/AutoHotkey/Haversine-formula
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Haversine-formula/AutoHotkey
|
||||
1
Lang/AutoHotkey/History-variables
Symbolic link
1
Lang/AutoHotkey/History-variables
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/History-variables/AutoHotkey
|
||||
1
Lang/AutoHotkey/Hofstadter-Figure-Figure-sequences
Symbolic link
1
Lang/AutoHotkey/Hofstadter-Figure-Figure-sequences
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hofstadter-Figure-Figure-sequences/AutoHotkey
|
||||
1
Lang/AutoHotkey/Hofstadter-Q-sequence
Symbolic link
1
Lang/AutoHotkey/Hofstadter-Q-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hofstadter-Q-sequence/AutoHotkey
|
||||
1
Lang/AutoHotkey/Identity-matrix
Symbolic link
1
Lang/AutoHotkey/Identity-matrix
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Identity-matrix/AutoHotkey
|
||||
1
Lang/AutoHotkey/Joystick-position
Symbolic link
1
Lang/AutoHotkey/Joystick-position
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Joystick-position/AutoHotkey
|
||||
1
Lang/AutoHotkey/Kaprekar-numbers
Symbolic link
1
Lang/AutoHotkey/Kaprekar-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Kaprekar-numbers/AutoHotkey
|
||||
1
Lang/AutoHotkey/Keyboard-input-Keypress-check
Symbolic link
1
Lang/AutoHotkey/Keyboard-input-Keypress-check
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Keyboard-input-Keypress-check/AutoHotkey
|
||||
1
Lang/AutoHotkey/Knights-tour
Symbolic link
1
Lang/AutoHotkey/Knights-tour
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Knights-tour/AutoHotkey
|
||||
1
Lang/AutoHotkey/Largest-int-from-concatenated-ints
Symbolic link
1
Lang/AutoHotkey/Largest-int-from-concatenated-ints
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Largest-int-from-concatenated-ints/AutoHotkey
|
||||
1
Lang/AutoHotkey/Linear-congruential-generator
Symbolic link
1
Lang/AutoHotkey/Linear-congruential-generator
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Linear-congruential-generator/AutoHotkey
|
||||
1
Lang/AutoHotkey/Minesweeper-game
Symbolic link
1
Lang/AutoHotkey/Minesweeper-game
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Minesweeper-game/AutoHotkey
|
||||
1
Lang/AutoHotkey/Modular-exponentiation
Symbolic link
1
Lang/AutoHotkey/Modular-exponentiation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Modular-exponentiation/AutoHotkey
|
||||
1
Lang/AutoHotkey/Modular-inverse
Symbolic link
1
Lang/AutoHotkey/Modular-inverse
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Modular-inverse/AutoHotkey
|
||||
1
Lang/AutoHotkey/Multifactorial
Symbolic link
1
Lang/AutoHotkey/Multifactorial
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Multifactorial/AutoHotkey
|
||||
1
Lang/AutoHotkey/Multisplit
Symbolic link
1
Lang/AutoHotkey/Multisplit
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Multisplit/AutoHotkey
|
||||
1
Lang/AutoHotkey/Pi
Symbolic link
1
Lang/AutoHotkey/Pi
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pi/AutoHotkey
|
||||
1
Lang/AutoHotkey/Pig-the-dice-game
Symbolic link
1
Lang/AutoHotkey/Pig-the-dice-game
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pig-the-dice-game/AutoHotkey
|
||||
1
Lang/AutoHotkey/Pig-the-dice-game-Player
Symbolic link
1
Lang/AutoHotkey/Pig-the-dice-game-Player
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pig-the-dice-game-Player/AutoHotkey
|
||||
1
Lang/AutoHotkey/Plot-coordinate-pairs
Symbolic link
1
Lang/AutoHotkey/Plot-coordinate-pairs
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Plot-coordinate-pairs/AutoHotkey
|
||||
1
Lang/AutoHotkey/Priority-queue
Symbolic link
1
Lang/AutoHotkey/Priority-queue
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Priority-queue/AutoHotkey
|
||||
1
Lang/AutoHotkey/Problem-of-Apollonius
Symbolic link
1
Lang/AutoHotkey/Problem-of-Apollonius
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Problem-of-Apollonius/AutoHotkey
|
||||
1
Lang/AutoHotkey/Pythagorean-triples
Symbolic link
1
Lang/AutoHotkey/Pythagorean-triples
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Pythagorean-triples/AutoHotkey
|
||||
1
Lang/AutoHotkey/Quaternion-type
Symbolic link
1
Lang/AutoHotkey/Quaternion-type
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Quaternion-type/AutoHotkey
|
||||
1
Lang/AutoHotkey/Rate-counter
Symbolic link
1
Lang/AutoHotkey/Rate-counter
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Rate-counter/AutoHotkey
|
||||
1
Lang/AutoHotkey/Record-sound
Symbolic link
1
Lang/AutoHotkey/Record-sound
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Record-sound/AutoHotkey
|
||||
1
Lang/AutoHotkey/Respond-to-an-unknown-method-call
Symbolic link
1
Lang/AutoHotkey/Respond-to-an-unknown-method-call
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Respond-to-an-unknown-method-call/AutoHotkey
|
||||
1
Lang/AutoHotkey/S-Expressions
Symbolic link
1
Lang/AutoHotkey/S-Expressions
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/S-Expressions/AutoHotkey
|
||||
1
Lang/AutoHotkey/Safe-addition
Symbolic link
1
Lang/AutoHotkey/Safe-addition
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Safe-addition/AutoHotkey
|
||||
1
Lang/AutoHotkey/Semordnilap
Symbolic link
1
Lang/AutoHotkey/Semordnilap
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Semordnilap/AutoHotkey
|
||||
1
Lang/AutoHotkey/Set
Symbolic link
1
Lang/AutoHotkey/Set
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Set/AutoHotkey
|
||||
1
Lang/AutoHotkey/Set-puzzle
Symbolic link
1
Lang/AutoHotkey/Set-puzzle
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Set-puzzle/AutoHotkey
|
||||
1
Lang/AutoHotkey/Sierpinski-triangle-Graphical
Symbolic link
1
Lang/AutoHotkey/Sierpinski-triangle-Graphical
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Sierpinski-triangle-Graphical/AutoHotkey
|
||||
1
Lang/AutoHotkey/Sorting-algorithms-Bead-sort
Symbolic link
1
Lang/AutoHotkey/Sorting-algorithms-Bead-sort
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Sorting-algorithms-Bead-sort/AutoHotkey
|
||||
1
Lang/AutoHotkey/Sorting-algorithms-Radix-sort
Symbolic link
1
Lang/AutoHotkey/Sorting-algorithms-Radix-sort
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Sorting-algorithms-Radix-sort/AutoHotkey
|
||||
1
Lang/AutoHotkey/Sorting-algorithms-Strand-sort
Symbolic link
1
Lang/AutoHotkey/Sorting-algorithms-Strand-sort
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Sorting-algorithms-Strand-sort/AutoHotkey
|
||||
1
Lang/AutoHotkey/Stable-marriage-problem
Symbolic link
1
Lang/AutoHotkey/Stable-marriage-problem
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Stable-marriage-problem/AutoHotkey
|
||||
1
Lang/AutoHotkey/Subtractive-generator
Symbolic link
1
Lang/AutoHotkey/Subtractive-generator
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Subtractive-generator/AutoHotkey
|
||||
1
Lang/AutoHotkey/Ternary-logic
Symbolic link
1
Lang/AutoHotkey/Ternary-logic
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Ternary-logic/AutoHotkey
|
||||
1
Lang/AutoHotkey/Topswops
Symbolic link
1
Lang/AutoHotkey/Topswops
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Topswops/AutoHotkey
|
||||
1
Lang/AutoHotkey/Truncatable-primes
Symbolic link
1
Lang/AutoHotkey/Truncatable-primes
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Truncatable-primes/AutoHotkey
|
||||
1
Lang/AutoHotkey/Truncate-a-file
Symbolic link
1
Lang/AutoHotkey/Truncate-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Truncate-a-file/AutoHotkey
|
||||
1
Lang/AutoHotkey/Twelve-statements
Symbolic link
1
Lang/AutoHotkey/Twelve-statements
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Twelve-statements/AutoHotkey
|
||||
1
Lang/AutoHotkey/Universal-Turing-machine
Symbolic link
1
Lang/AutoHotkey/Universal-Turing-machine
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Universal-Turing-machine/AutoHotkey
|
||||
1
Lang/AutoHotkey/Vampire-number
Symbolic link
1
Lang/AutoHotkey/Vampire-number
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Vampire-number/AutoHotkey
|
||||
1
Lang/AutoHotkey/Van-der-Corput-sequence
Symbolic link
1
Lang/AutoHotkey/Van-der-Corput-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Van-der-Corput-sequence/AutoHotkey
|
||||
1
Lang/AutoHotkey/Vector-products
Symbolic link
1
Lang/AutoHotkey/Vector-products
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Vector-products/AutoHotkey
|
||||
1
Lang/AutoHotkey/Wireworld
Symbolic link
1
Lang/AutoHotkey/Wireworld
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Wireworld/AutoHotkey
|
||||
1
Lang/AutoHotkey/Write-to-Windows-event-log
Symbolic link
1
Lang/AutoHotkey/Write-to-Windows-event-log
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Write-to-Windows-event-log/AutoHotkey
|
||||
1
Lang/AutoHotkey/Zeckendorf-number-representation
Symbolic link
1
Lang/AutoHotkey/Zeckendorf-number-representation
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Zeckendorf-number-representation/AutoHotkey
|
||||
1
Lang/AutoIt/Loops-N-plus-one-half
Symbolic link
1
Lang/AutoIt/Loops-N-plus-one-half
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-N-plus-one-half/AutoIt
|
||||
1
Lang/AutoIt/Primality-by-trial-division
Symbolic link
1
Lang/AutoIt/Primality-by-trial-division
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Primality-by-trial-division/AutoIt
|
||||
1
Lang/Batch-File/Execute-a-system-command
Symbolic link
1
Lang/Batch-File/Execute-a-system-command
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Execute-a-system-command/Batch-File
|
||||
1
Lang/Befunge/Exponentiation-operator
Symbolic link
1
Lang/Befunge/Exponentiation-operator
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Exponentiation-operator/Befunge
|
||||
1
Lang/Bracmat/Call-an-object-method
Symbolic link
1
Lang/Bracmat/Call-an-object-method
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Call-an-object-method/Bracmat
|
||||
1
Lang/Bracmat/Classes
Symbolic link
1
Lang/Bracmat/Classes
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Classes/Bracmat
|
||||
1
Lang/Bracmat/Enforced-immutability
Symbolic link
1
Lang/Bracmat/Enforced-immutability
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Enforced-immutability/Bracmat
|
||||
1
Lang/Bracmat/Enumerations
Symbolic link
1
Lang/Bracmat/Enumerations
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Enumerations/Bracmat
|
||||
1
Lang/Bracmat/Hamming-numbers
Symbolic link
1
Lang/Bracmat/Hamming-numbers
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hamming-numbers/Bracmat
|
||||
1
Lang/Bracmat/Logical-operations
Symbolic link
1
Lang/Bracmat/Logical-operations
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Logical-operations/Bracmat
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue