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:
Adám Brudzewsky
2022-01-01 19:47:24 +00:00
committed by GitHub
parent 940bd19417
commit 9bbce89c94
7 changed files with 43 additions and 4 deletions

View File

@ -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)