APL Quest: Difference between revisions

Jump to navigation Jump to search
1,105 bytes added ,  11:18, 27 March 2023
m
code to generate year section
m (code to generate year section)
(One intermediate revision by the same user not shown)
Line 162: Line 162:
| 9 || [https://problems.tryapl.org/psets/2018.html?goto=P9_Earlier_Later_or_the_Same Earlier Later or the Same] || [https://chat.stackexchange.com/transcript/52405?m=63197530#63197530 Mar 17, 2023] || [https://github.com/abrudz/apl_quest/tree/main/2018/9.apl 2018/9.apl] || [https://www.youtube.com/watch?v=gPQpCa0ke0U&list=PLYKQVqyrAEj8NxxMWk_WcDOjDoqz65bKh 00:05:29]
| 9 || [https://problems.tryapl.org/psets/2018.html?goto=P9_Earlier_Later_or_the_Same Earlier Later or the Same] || [https://chat.stackexchange.com/transcript/52405?m=63197530#63197530 Mar 17, 2023] || [https://github.com/abrudz/apl_quest/tree/main/2018/9.apl 2018/9.apl] || [https://www.youtube.com/watch?v=gPQpCa0ke0U&list=PLYKQVqyrAEj8NxxMWk_WcDOjDoqz65bKh 00:05:29]
|-
|-
| 10 || [https://problems.tryapl.org/psets/2018.html?goto=P10_Anagrammatically_Correct Anagrammatically Correct] || <!--[https://chat.stackexchange.com/transcript/52405?m=62764522#62764522 Mar 24, 2023]--> || <!--[https://github.com/abrudz/apl_quest/tree/main/2018/10.apl 2018/10.apl]--> || <!--[https://www.youtube.com/watch?v=###########&list=PLYKQVqyrAEj8NxxMWk_WcDOjDoqz65bKh 00:05:38]-->
| 10 || [https://problems.tryapl.org/psets/2018.html?goto=P10_Anagrammatically_Correct Anagrammatically Correct] || [https://chat.stackexchange.com/transcript/52405?m=63239751#63239751 Mar 24, 2023] || [https://github.com/abrudz/apl_quest/tree/main/2018/10.apl 2018/10.apl] || [https://www.youtube.com/watch?v=3kRLlmZC62o&list=PLYKQVqyrAEj8NxxMWk_WcDOjDoqz65bKh 00:03:12]
|-
|-
|}
|}
:<span id=p2018>[[#2018|*]]</span> All videos are also available as [https://www.youtube.com/playlist?list=PLYKQVqyrAEj8NxxMWk_WcDOjDoqz65bKh a single playlist].
:<span id=p2018>[[#2018|*]]</span> All videos are also available as [https://www.youtube.com/playlist?list=PLYKQVqyrAEj8NxxMWk_WcDOjDoqz65bKh a single playlist].
<!---
⍝ code to generate year section:
w←Wiki(y d p);HttpCommand;i;n;u
⍝ Wiki 2018 (2023 01 20) 'PLYKQVqyrAEj8NxxMWk_WcDOjDoqz65bKh'
y←⍕y ⋄ ⎕SE.SALT.Load'HttpCommand' ⋄ n←⎕UCS 10
i←⍕¨⍳10
d←'Mmm D, YYYY'(1200⌶)(0,⍳9)+1 ⎕DT⊂d
u←1↓(⎕JSON(HttpCommand.Get'https://raw.githubusercontent.com/Dyalog/PracticeProblems/master/testcases/',y,'.json').Data).⎕NL-⍳9
w←'=== Problems from ',y,' ===',n
w,←'{|class=wikitable id=',y,n
w,←'! Problem !! Title !! Chat !! Code !! Video[[#p',y,'|*]]',n
:For i d u :InEach i d u
    w,←'|-',n
    w,←'| ',i,' |'
    w,←'| [https://problems.tryapl.org/psets/',y,'.html?goto=',u,'] |'
    w,←'| [https://chat.stackexchange.com/transcript/52405?m=________#________ ',d,'] |'
    w,←'| [https://github.com/abrudz/apl_quest/tree/main/',y,'/',i,'.apl ',y,'/',i,'.apl] |'
    w,←'| [https://www.youtube.com/watch?v=___________&list=',p,' 00:nn:nn]',n
:EndFor
w,←'|}',n
w,←':<span id=p',y,'>[[#',y,'|*]]</span> All videos are also available as [https://www.youtube.com/playlist?list=',p,' a single playlist].',n
--->


== References ==
== References ==
<references/>
<references/>
{{APL community}}[[Category:Online sessions]][[Category:Web broadcasts]]
{{APL community}}[[Category:Online sessions]][[Category:Web broadcasts]]

Navigation menu