You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: table.tsv
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -647,13 +647,13 @@ d-'a' Convert lowercase letters to their positions in the alphabet Expression Te
647
647
⊑1↑0⥊<yConvert to fill element, replacing numbers with 0 and characters with spaceExpressionStructuralprototype ⍷ datatypeof 0s zeroes spaces blanks zeros falses falsehoods
648
648
<∘∾˘y2Turn a table of lists into a list of lists by joining each rowTacitStructuralformat merge along rows concatenate lines each
649
649
1«»⊸≠y1Which elements differ from next onesExpressionDatatestif neighbouring neightbors neighboring neighbours neighbors righthand cells items 1s trues truths
650
-
1«»⊸≠y1Indicate end of each group of consecutive equal elementsExpressionPartitioningruns sequences Boolean major cells items indicate masking indicating trailing binary base-2 base2
650
+
1«»⊸≠y1Indicate end of each group of consecutive equal elementsExpressionPartitioningruns sequences Boolean major cells items indicate masking indicating trailing different from next
651
651
2×↕⊸∾j0Even integers from 0 to 2×j0ExpressionSequencesnumbers 1st
652
652
∾x1⊸∾¨y1Join list of lists y1 using separator x1, including leading separatorExpressionStructuraltext with using string list joiner combiner joining combining merge merging
653
653
i0-⊸↑j0⥊1Suffix List: length i0 with j0 ones on the right, the rest zeroesExpressionSequences1s 0s zeros Is𝕩Js falses falsehoods trues truths
654
654
a1/¨⊸⊔yPartition y along each axis by list of partition length lists a1TacitStructuralchop split cut separate chunk segmented sub-matrices submatrices sub-tables subtables partitioned block-matrix table dimensions blockmatrix
655
655
1»≠⟜«y1Which elements differ from previous onesExpressionDatatestif neighboring neighbours neighbors lefthand cells items 1s trues truths
656
-
1»≠⟜«y1Indicate start of each group of consecutive equal elementsExpressionPartitioningruns sequences Boolean major cells items indicate masking indicating starting starts beginnings leading binary base-2 base2
656
+
1»≠⟜«y1Indicate start of each group of consecutive equal elementsExpressionPartitioningruns sequences Boolean major cells items indicate masking indicating starting starts beginnings leading different from previous
657
657
-⟜»/i1Segment lengths given the number of segments that end at each positionExpressionPartitioningchunk trailing converting change changing segments partitions
658
658
i0⥊⟜0⊸»y1Shift y1 right by i0, padding on leftTacitSelectionrightshift list
659
659
i0⥊⟜0⊸«y1Shift y1 left by i0, padding on rightTacitSelectionleftshift list
@@ -934,8 +934,8 @@ x2(¯1⊑≠)⊸(↑˘)y2 Widen table y2 to the same row length as x2 Tacit Stru
934
934
(¬2|↕∘≠)⊸/yRemove every second cell of yTacitSelectionfilter even odd parity
(∾∾⊔˜1∾F¨)˝y1Sort y1 with custom less-than-or-equal function F (insertion sort, compares all pairs)ExpressionOrderingascending increasing sorting reordering by comparator
@@ -959,7 +959,7 @@ j⊏∾"0A"+⟜↕¨10‿26 Translate digits to characters (bases 2 through 36)
959
959
(⍋' '⊸=)⊸⊏d1Move all spaces to endTacitTextblanks trailing ending
960
960
(⥊(↕2˘)/¨<)yPower set: a list of all subsets of the cells of yTacitSetspowerset power-set all combinations choices at most one
961
961
(∧⊑˜2⌊∘÷˜≠)n1Median of non-empty n1, taking larger value for even lengthsTacitStatisticalaverage
962
-
x0(1⊸»⊸∨∘≠/⊢)y1Remove consecutive duplicate x0's from list y1TacitSearchlist
962
+
x0(1⊸»⊸∨∘≠/⊢)y1Remove consecutive duplicate x0's from list y1TacitSearchlist deduplicate erase remove multiple repetitions repeated copies equal matching keep retain different from previous next adjacent
i0(⊢∾-⟜≠/¯1⊸↑)yExtend y with last cell of y to length i0TacitDatafilling enlongating item element
965
965
(<⌜˜↕∘≠)⊸×m2Extract the upper triangular part of the matrix m2 without main diagonalTacitLinear Algebramake strict triangle northeast north east north-east
0 commit comments