Skip to content

Commit

Permalink
add code entry (#117)
Browse files Browse the repository at this point in the history
counterpart to #102
  • Loading branch information
MaxCan-Code committed Mar 11, 2024
1 parent 222f9d0 commit a7a6c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions table.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,7 @@ M(⊢∘××+∘|)N Increasing absolute value without change of sign Tacit Dyadi
Is(-⍤⊣↑1⍴⍨⊢)Js Suffix Vector: length Is with Js ones on the right, the rest zeroes Tacit Dyadic Function Boolean/Logical 1s 0s zeros Is⍵Js falses falsehoods trues truths
(,⍨⍴1↑⍨1∘+)Js Identity matrix of order Js Tacit Monadic Function Mathematical unitmatrix table
(⌈/-⌊/)∘,N Range (difference between largest and smallest element) in N Tacit Monadic Function Mathematical span minmaxmin extremes of
Iv(↑⍪↑⍨∘-⍨)Y Take first and last Iv items along leading axes of Y Tacit Dyadic Function Selection taking remove trim cut major cells rows elements dimensions delete start beginning ending head tail infix removing erasing erase eliminate eliminating deleting https://tio.run/##SyzI0U2pTMzJT///PzexROFR2wQFQ0MF00e9Wx71bjY15XrUNxUsaKTxqG3io95VYHLFo44ZukBKE6jl/38A
Ms(⊢⊃⍨2+∘×⊣)Yv Picking one of three values according to sign of Ms Tacit Dyadic Function Selection Choosing choose signum
Xs(1↓¨,⊂⍨1,=)Yv Split Yv (which has to be simple) at occurrences of Xs (removes separators and keeps empty segments) Tacit Dyadic Function Structural cut chop divide linebreaks newlines spaces carriagereturns crnl crlf linefeeds vec2vtv separate separators chunk list dividing segments partitions by delimiters delimited string text .split() split-on cut-at from to segmented LF newline separated separator delimiter
(⊢⌽⍨¯1+⍳∘≢)Ym Align the diagonals of a matrix into columns (with wrap-around) Tacit Dyadic Function Structural table
Expand Down

0 comments on commit a7a6c70

Please sign in to comment.