-
In my benchmarks for [Robin Hood Sort](https://github.com/mlochbaum/rhsort), I used the wolfsort benchmark as a baseline, not realizing that the versions of quadsort and fluxsort here are now very out…
-
```~apl
BuildWorkspace←{
⍺←0
v←⍵
pf←GetProjectFolder ⍺
q←{'''',⍵,''''}
l←⊂']Dado.Version'
⍝ Once saving from ⎕SE works, we can simply do:
⍝ l,←⊂'rc em←',(q …
-
Make `I` the index generator. Similar to Dyalog APL's iota.
`{⊃∘.,/⍳¨⍵}` in Dyalog APL.
-
**Is your feature request related to a problem? Please describe.**
"Modern" android OTA updates contain a file called payload.bin that start with a magic "CrAU"
While emba does find some part of t…
-
```~apl
]display l
┌→────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ ┌→────────────┐ ┌→───────────────…
-
### Describe the issue you are having
REQUEST from a customer: option to not display path of file in editor tab title and just show the function name
### How do you reproduce the issue?
]link.cr…
dyavc updated
2 years ago
-
When editing a linked function, the source file name is displayed in the editor title bar.
Then double-click on a function name (of an also-linked function) within the function being edited.
The…
-
This is sample session showing the error
```
Dyalog APL/S-64 Version 18.0.40684
Serial number: UNREGISTERED - not for commercial use
+------------------------------------------------------------…
-
E.g.
```none
]fileAssociations status
Status for ALL users:
…
-
**Suggested additional code entry** (required)
```
s (⊃,⊢~⊃) v
```
**Description** (required)
```
Extracts from the right-argument vector the element at the position indicated by the left-argu…