Add APL-related items (#6652)
* Add one APL book And fix links and notes the some others * Add APL cheat sheets * APL courses * French APL video series * mark APL Course as in process, add one more course * mark as in process * ADSP and Array Cast * Add APL * Add APL-related entries * Add number for sort ordering * correct number of blank lines between last section and next heading * Remove trailing slash * Move book * Move book and limit URLs to 1 per line * full URL * add missing line * Combine into playlist * replace multiple links with single link … which is a redirect to the listing for the latest released version
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
### Index
|
||||
|
||||
* [APL](#apl)
|
||||
* [Artificial Intelligence](#artificial-intelligence)
|
||||
* [Bash](#bash)
|
||||
* [C](#c)
|
||||
@ -36,6 +37,14 @@
|
||||
* [Tensorflow](#tensorflow)
|
||||
|
||||
|
||||
### APL
|
||||
|
||||
* [A reference card for GNU APL](https://github.com/jpellegrini/gnu-apl-refcard/blob/master/aplcard.pdf) - jpellegrini (PDF)
|
||||
* [Cheat Sheets](https://docs.dyalog.com/#CHEAT) - Dyalog (PDF)
|
||||
* [Dyalog APL - Vocabulary](https://awagga.github.io/dyalog/voc) - awagga (HTML)
|
||||
* [ReferenceCard](https://docs.dyalog.com/latest/ReferenceCard.pdf) - Dyalog (PDF)
|
||||
|
||||
|
||||
### Artificial Intelligence
|
||||
|
||||
* [What is Artificial Intelligence?](https://intelligencereborn.com/ArtificialIntelligence.html) IntelligenceReborn (HTML)
|
||||
|
@ -1,5 +1,6 @@
|
||||
### Index
|
||||
|
||||
* [APL](#apl)
|
||||
* [C](#c)
|
||||
* [C#](#csharp)
|
||||
* [C++](#cpp)
|
||||
@ -45,6 +46,14 @@
|
||||
* [V](#v)
|
||||
|
||||
|
||||
### APL
|
||||
|
||||
* [APLgolf](https://razetime.github.io/APLgolf)
|
||||
* [ngn/apl](https://abrudz.github.io/ngn-apl)
|
||||
* [TryAPL](https://tryapl.org)
|
||||
* [TryAPL Mini](https://janiczek.github.io/tryapl-elm)
|
||||
|
||||
|
||||
### <a name="c"></a>C
|
||||
|
||||
* [JDoodle - Online C Compiler IDE](https://www.jdoodle.com/c-online-compiler/)
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
* [4Clojure](http://www.4clojure.com)
|
||||
* [A2 Online Judge](https://a2oj.com)
|
||||
* [APL Problem Solving Competition](https://contest.dyalog.com)
|
||||
* [AtCoder](https://atcoder.jp)
|
||||
* [beecrowd](https://www.beecrowd.com.br)
|
||||
* [Binary Search](https://binarysearch.com)
|
||||
@ -84,6 +85,7 @@
|
||||
* [A2 Online Judge](https://a2oj.com/ps)
|
||||
* [Advent Of Code](http://adventofcode.com)
|
||||
* [Anarchy Golf](http://golf.shinh.org)
|
||||
* [APL Practice Problems](https://problems.tryapl.org)
|
||||
* [BaekJoon Online Judge](http://www.acmicpc.net)
|
||||
* [beecrowd](https://www.beecrowd.com.br)
|
||||
* [CareerCup](http://www.careercup.com)
|
||||
|
Reference in New Issue
Block a user