Skip to content

Commit 9bbce89

Browse files
author
Adám Brudzewsky
authored
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
1 parent 940bd19 commit 9bbce89

7 files changed

+43
-4
lines changed

Diff for: books/free-programming-books-langs.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,13 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
268268

269269
### APL
270270

271-
* [A Practical Introduction to APL1 & APL2](http://robertson.uk.net) - Graeme Donald Robertson (PDF)
272-
* [A Practical Introduction to APL3 & APL4](http://robertson.uk.net) - Graeme Donald Robertson (PDF)
271+
* [A Practical Introduction to APL1 & APL2](http://robertson.uk.net/Files/APL1&2.pdf) - Graeme Donald Robertson (PDF)
272+
* [A Practical Introduction to APL3 & APL4](http://robertson.uk.net/Files/APL3&4.pdf) - Graeme Donald Robertson (PDF)
273+
* [APL2 at a glance](https://ia801009.us.archive.org/28/items/apl-2-at-a-glance-brown-pakin-polivka/APL2_at_a_Glance_-_Brown_Pakin_Polivka.pdf) - James A. Brown, Sandra Pakin, Raymond P. Polivka - 1988 (PDF) *(:card_file_box: archived)*
273274
* [Introduction to College Mathematics with A Programming Language (1978)](http://www.softwarepreservation.org/projects/apl/Books/CollegeMathematicswithAPL) - E. J. LeCuyer (PDF)
274-
* [Learning APL](https://xpqz.github.io/learnapl/intro.html) - Stefan Kruger (HTML,PDF,IPYNB)
275-
* [Mastering Dyalog APL](http://www.dyalog.com/mastering-dyalog-apl.htm) (PDF)
275+
* [Learning APL](https://xpqz.github.io/learnapl) - Stefan Kruger (HTML,PDF,IPYNB)
276+
* [Mastering Dyalog APL](http://www.dyalog.com/mastering-dyalog-apl.htm) (PDF) (HTML,IPYNB :construction: *in process*)
277+
* [Reinforcement Learning From The Ground Up](https://romilly.github.io/o-x-o) - Romilly Cocking (PDF,HTML,IPYNB) (:construction: *in process*)
276278

277279

278280
### App Inventor

Diff for: casts/free-podcasts-screencasts-en.md

+2
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@
239239
### Language Agnostic
240240

241241
* [/dev/hell](http://devhell.info) (podcast)
242+
* [ADSP: The Podcast](https://adspthepodcast.com) (podcast)
243+
* [Array Cast](https://arraycast.com) (podcast)
242244
* [Arrested DevOps](https://www.arresteddevops.com) (podcast)
243245
* [baseCS](https://www.codenewbie.org/basecs) (podcast based on [a series of posts on medium](https://medium.com/basecs))
244246
* [Between \| Screens Podcast](https://soundcloud.com/between-screens) (podcast)

Diff for: courses/free-courses-en.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [0 - MOOC](#0---mooc)
44
* [Algorithms & Data Structures](#algorithms--data-structures)
55
* [Android](#android)
6+
* [APL](#apl)
67
* [Artificial Intelligence](#artificial-intelligence)
78
* [Assembly](#assembly)
89
* [AutoIt](#autoit)
@@ -156,6 +157,14 @@
156157
* [Programming Mobile Services for Android Handheld Systems: Concurrency](https://www.coursera.org/course/posaconcurrency)
157158

158159

160+
### APL
161+
162+
* [APL Course](https://course.dyalog.com) - Dyalog (:construction: *in process*)
163+
* [APL Cultivation](https://aplwiki.com/wiki/APL_Cultivation) - Adám Brudzewsky
164+
* [Dyalog APL Tutor](https://tutorial.dyalog.com) - Dyalog
165+
* [Learn APL with Neural Networks](https://www.youtube.com/playlist?list=PLgTqamKi1MS3p-O0QAgjv5vt4NY5OgpiM) - Rodrigo Girão Serrão
166+
167+
159168
### Artificial Intelligence
160169

161170
* [AI Courses](https://software.intel.com/content/www/us/en/develop/topics/ai/training/courses.html) - Intel Corporation

Diff for: courses/free-courses-fr.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Index
22

33
* [Algorithmes & Structures des données](#algorithmes)
4+
* [APL](#apl)
45
* [Bash / Shell](#bash--shell)
56
* [C](#c)
67
* [C#](#c-sharp)
@@ -25,6 +26,11 @@
2526
* [Cours d'Algorithmie](https://www.youtube.com/playlist?list=PLrSOXFDHBtfGy7xYmf5LlNr8f-niDkf7_) - Formation Video
2627

2728

29+
### APL
30+
31+
* [Découvrez le langage APL](https://www.youtube.com/watch?v=Nxq1BUUXobM&list=PLYKQVqyrAEj_DwkVAvj7xHxr72ite69nW) - Schraf : Maths-info
32+
33+
2834
### Bash / Shell
2935

3036
* [Apprendre à utiliser le shell Bash](https://www.pierre-giraud.com/shell-bash/) - Pierre Giraud

Diff for: more/free-programming-cheatsheets.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Index
22

3+
* [APL](#apl)
34
* [Artificial Intelligence](#artificial-intelligence)
45
* [Bash](#bash)
56
* [C](#c)
@@ -36,6 +37,14 @@
3637
* [Tensorflow](#tensorflow)
3738

3839

40+
### APL
41+
42+
* [A reference card for GNU APL](https://github.com/jpellegrini/gnu-apl-refcard/blob/master/aplcard.pdf) - jpellegrini (PDF)
43+
* [Cheat Sheets](https://docs.dyalog.com/#CHEAT) - Dyalog (PDF)
44+
* [Dyalog APL - Vocabulary](https://awagga.github.io/dyalog/voc) - awagga (HTML)
45+
* [ReferenceCard](https://docs.dyalog.com/latest/ReferenceCard.pdf) - Dyalog (PDF)
46+
47+
3948
### Artificial Intelligence
4049

4150
* [What is Artificial Intelligence?](https://intelligencereborn.com/ArtificialIntelligence.html) IntelligenceReborn (HTML)

Diff for: more/free-programming-playgrounds.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Index
22

3+
* [APL](#apl)
34
* [C](#c)
45
* [C#](#csharp)
56
* [C++](#cpp)
@@ -45,6 +46,14 @@
4546
* [V](#v)
4647

4748

49+
### APL
50+
51+
* [APLgolf](https://razetime.github.io/APLgolf)
52+
* [ngn/apl](https://abrudz.github.io/ngn-apl)
53+
* [TryAPL](https://tryapl.org)
54+
* [TryAPL Mini](https://janiczek.github.io/tryapl-elm)
55+
56+
4857
### <a name="c"></a>C
4958

5059
* [JDoodle - Online C Compiler IDE](https://www.jdoodle.com/c-online-compiler/)

Diff for: more/problem-sets-competitive-programming.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
* [4Clojure](http://www.4clojure.com)
1313
* [A2 Online Judge](https://a2oj.com)
14+
* [APL Problem Solving Competition](https://contest.dyalog.com)
1415
* [AtCoder](https://atcoder.jp)
1516
* [beecrowd](https://www.beecrowd.com.br)
1617
* [Binary Search](https://binarysearch.com)
@@ -84,6 +85,7 @@
8485
* [A2 Online Judge](https://a2oj.com/ps)
8586
* [Advent Of Code](http://adventofcode.com)
8687
* [Anarchy Golf](http://golf.shinh.org)
88+
* [APL Practice Problems](https://problems.tryapl.org)
8789
* [BaekJoon Online Judge](http://www.acmicpc.net)
8890
* [beecrowd](https://www.beecrowd.com.br)
8991
* [CareerCup](http://www.careercup.com)

0 commit comments

Comments
 (0)