aplcart
aplcart copied to clipboard
A novel approach to finding your way in APL
**Suggested additional code entry** (required) https://www.dyalog.com/blog/
**Suggested additional code entry** (required) forums.dyalog.com/
**Suggested additional code entry** (required) https://aplwiki.com/wiki/Category:Essays
**Suggested additional code entry** (required) ``` https://aplwiki.com/wiki/Papers ```
**Suggested additional code entry** (required) ``` https://aplwiki.com/wiki/Books ```
**Suggested additional code entry** (required) ``` https://www.youtube.com/channel/UCOx-h5m9MeV14rG4PicRB7g ```
**Suggested additional code entry** (required) ``` https://www.youtube.com/user/yernab/videos ```
Reposting my [chat message](https://chat.stackexchange.com/transcript/message/54481788#54481788) here to not get forgotten: > Regarding the [graph-related FinnAPL entries](https://aplcart.info/?q=connec%20matrix#) (the ones without TIO links), I have a feeling that it's OK to deprecate them...
**Suggested additional code entry** (required) ``` {⍵⊂⍨(≢⍵)⍴⍺↑1} {⍵⊆⍨(≢⍵)↑(1⌈⌊⍺÷⍨≢⍵)/⍳⍺} ``` **Description** (required) ``` Non-overlapping windows of Y of length X X non-overlapping segments of Y (dropping elements that don't fit) ```...