Skip to content

Commit

Permalink
unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz committed Dec 1, 2024
1 parent 65b46d8 commit 48cf7cf
Show file tree
Hide file tree
Showing 2 changed files with 1,972 additions and 2 deletions.
4 changes: 2 additions & 2 deletions table.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,7 @@ Mv{⍵+.×⍨(⍳≢⍺)⌽⍤0 1+⌽⍺}Nv Cross-correlation Dfn Monadic Functi
{⍵+.×⍨(⍳≢⍺)⌽⍤0 1+⌽⍵}Nv Auto-correlation Dfn Monadic Function Mathematical autocorrelation serialcorrelation auto-correlate serial-correlate
{⍵⌿¨⍨⊂(⍳≢⊃⍵)=8⌶⍨⍵}Yv Inverted Table Unique (∪Y where Y is unverted Yv) Dfn Monadic Function Sets
Xs{⍵@(1+⍳⍴⍵)⊢⍺⍴⍨2+⍴⍵}Y Surround any-rank array Y with scalar Xs Dfn Dyadic Function Structural adding boxing frame framing padding layer all-around wrapper package packaging ndimensional n-dimensional block cuboid 3d-array 4d-array centered centred place in larger
X{(⊂⍋∊⍳∘≢¨⍺ ⍵)⌷⍺⍪⍵}Y Merge X and Y alternately Dfn Dyadic Function Structural faro weave dovetail the technique zipper zipping merging interweave interweaving interleave interleaving shuffle shuffling meshing
X(⍪⌷⍨∘⊂∘⍋,⍥⍳⍥≢)Y Merge X and Y alternately Tacit Dyadic Function Structural faro weave dovetail the technique zipper zipping merging interweave interweaving interleave interleaving shuffle shuffling meshing
{(+/∨\' '≠⌽⍵)↑¨↓⍵}Dm Fast: A nested vector comprising simple character vectors constructed from the rows of Dm (which must be of depth 1) with trailing spaces removed Dfn Monadic Function Performance Text dtb speed optimised optimized quick blanks lists ending split from table idiom matrix to removing string
Xv{⍵[⍋(1+≢⍺)⊥⍺⍳⍉⍵;]}Ym Sorting rows of Ym according to key Xv (alphabetising) Dfn Dyadic Function Mathematical alphabetizing order
{⍺←⊃⌽⍵ ⋄ 1↓¨⍺(=⊂⊢)⍵}Dv Vector of character vectors constructed from the character vector Dv where the first character is the delimiter Dfn Monadic Function Structural text split cut from to delimited segmented string SStoVV separated separator
Expand Down Expand Up @@ -2633,7 +2633,7 @@ Av/⍳⍴Yv Fast: The positions in Yv corresponding to the 1s in Av Expression
~0∊⍴Y Fast: Is Y non-empty? Expression Performance Array Properties testif speed optimised optimized quick nonempty? hascontent? idiom
;X;Y;Z Tradfn/Tradop locals line localisation of names X, Y, Z (before first code) Syntax Definition localization shadow variables symbols identifiers scope stack frame scope localise localize declaration declare declaring 1st lines https://help.dyalog.com/latest/#Language/Defined%20Functions%20and%20Operators/TradFns/Locals%20Lines.htm
]name -? Print help for user command 'name' Non-syntax rightsquarebracket rightbracket usercommand ucmd documentation instructions https://tio.run/##SyzI0U2pTMzJT////1HfVOdI9eLEnBJ1hUfdLQqpeYlJOanBjj4h///HpiUml@QXFSvo2gMA https://help.dyalog.com/latest/#UserGuide/The%20APL%20Environment/User%20Commands.htm
↓⍉↑Yv Fast: A nested vector comprising vectors that each correspond to a position in the original vectors of Yv – the first vector contains the first item from each vector in Yv, padded to be the same length as the largest vector, and so on Expression Performance Structural speed optimised optimized quick transpose transposing vtv cell element 1st lists zip() remixing zipping merging interweave interweaving interleave interleaving shuffle shuffling meshing idiom zip zipwith() zip-with zipwith
↓⍉↑Yv Fast: A nested vector comprising vectors that each correspond to a position in the original vectors of Yv – the first vector contains the first item from each vector in Yv, padded to be the same length as the largest vector, and so on Expression Performance Structural speed optimised optimized quick transpose transposing vtv cell element 1st lists unzip() remixing unzipping merging interweave interweaving interleave interleaving shuffle shuffling meshing idiom zipwith() zip-with zipwith
⌊0.5+N Fast: Round to nearest integer Expression Performance Mathematical speed optimised optimized quick int() idiom
... Syntax error to stop execution Non-syntax System halt
⎕NL-⍳9 List names of existing members Expression Workspace available active names namelist all types nameclasses name-classes everything https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExSAVLCrHpD089F91LvZ8v9/AA https://help.dyalog.com/latest/#Language/System%20Functions/nl.htm
Expand Down
Loading

0 comments on commit 48cf7cf

Please sign in to comment.