Module talk:TableTools/sandbox
oldid | date/time | username | edit summary |
---|---|---|---|
1240320809 | 2024-08-14T20:03:06Z | Ahecht | implement fromIndex in inArray |
1220841314 | 2024-04-26T07:07:17Z | Alexiscoutinho | Removed unnecessary varargs check in "merge" |
1220563904 | 2024-04-24T15:58:32Z | Theknightwho | Various optimisations for deepCopy, including a bugfix that stops an infinite loop with recursively-nested tables. |
1220306247 | 2024-04-22T23:44:09Z | Alexiscoutinho | Added "extend" method as function |
1220304342 | 2024-04-22T23:27:32Z | Alexiscoutinho | Implemented "merge" function |
1148896065 | 2023-04-08T23:47:18Z | Lemondoge | Slight simplification |
1068321711 | 2022-01-27T20:05:18Z | Uzume | fix checkType |
1062852979 | 2021-12-30T22:39:21Z | Uzume | align "listToSet", "invert" and "removeDuplicates" |
1062850862 | 2021-12-30T22:31:19Z | Uzume | fix mispaste |
1060800426 | 2021-12-17T19:12:16Z | Uzume | fix NaN handling corrections |
1060799993 | 2021-12-17T19:08:47Z | Uzume | Correct NaN handling |
1060799855 | 2021-12-17T19:07:38Z | Uzume | sync |
1060799389 | 2021-12-17T19:03:30Z | Uzume | comment grammar |
1060799039 | 2021-12-17T19:00:49Z | Uzume | comment: clarify that invert does not support duplicates or NaN values |
1060796902 | 2021-12-17T18:41:36Z | Uzume | do not add NaNs to "set"s |
1060785316 | 2021-12-17T17:13:38Z | Uzume | more NaN handling fixes |
1060767433 | 2021-12-17T15:03:43Z | Uzume | fix improved NaN tests added to testcases |
1033347625 | 2021-07-13T03:51:07Z | Alexiscoutinho | Made defaultKeySort work with tables, booleans and functions |
1033280076 | 2021-07-12T18:15:57Z | Alexiscoutinho | Made, possibly, my final tweaks |
1033192263 | 2021-07-12T05:37:46Z | Alexiscoutinho | Centralized TableTools (35 spaces in each side) |
1033190204 | 2021-07-12T05:16:44Z | Johnuniq | remove two unused functions added to sandbox 22 February 2021 |
1033190081 | 2021-07-12T05:15:17Z | Johnuniq | clean whitespace |
1033187787 | 2021-07-12T04:48:24Z | Alexiscoutinho | Improved documentation formatting. Improved isArray and added isArrayLike. Applied [[User:Johnuniq|Johnuniq]]'s bugfix in _deepCopy. |
1008308430 | 2021-02-22T17:24:33Z | Trigenibinion | Fix error message |
1008307316 | 2021-02-22T17:18:37Z | Trigenibinion | Fix comparator |
1008303983 | 2021-02-22T16:57:27Z | Trigenibinion | Add |
952640189 | 2020-04-23T09:09:06Z | Dinoguy1000 | another code simplification, and fix a couple comment typos |
925609258 | 2019-11-11T05:14:55Z | Pppery | |
925609142 | 2019-11-11T05:13:38Z | Pppery | |
924665819 | 2019-11-05T05:37:05Z | Dinoguy1000 | [[Module talk:TableTools#Potential code simplification]] |
923649632 | 2019-10-29T22:14:06Z | Pppery | |
919776242 | 2019-10-05T18:41:42Z | Pppery | Remove length function, rename binaryLength to length, per comments on talk page |
918679523 | 2019-09-29T20:59:34Z | Pppery | |
899724164 | 2019-05-31T22:27:13Z | Pppery | Rewrite binaryLength function to use [[Module:Exponential search]] |
899723365 | 2019-05-31T22:18:09Z | Pppery | Merge from [[Module:Array length]], created by Mr. Stradivarius |
899722883 | 2019-05-31T22:12:31Z | Pppery | Sync sandbox |
887206477 | 2019-03-11T06:44:41Z | Ans | +p.lengthCmp(), +p.lengthWithLimit() |
886736778 | 2019-03-08T05:23:36Z | Ans | p.length() reduce 1 more loop |
886292279 | 2019-03-05T10:33:16Z | Ans | +ipairsAtOffset() |
886112714 | 2019-03-04T10:21:34Z | Ans | ipairsAt() |
886112106 | 2019-03-04T10:15:07Z | Ans | p.rangeIpairs() --> p.ipairsAt(); note: user can easily do range iteration by themself. |
886109827 | 2019-03-04T09:48:18Z | Ans | rangeIpairs() fix bug |
886108348 | 2019-03-04T09:31:18Z | Ans | p.rangeIpairs() |
886107045 | 2019-03-04T09:15:41Z | Ans | +rangeIpairs draft |
884152164 | 2019-02-19T21:18:51Z | Pppery | |
884151941 | 2019-02-19T21:17:14Z | Pppery | naive merge, step 2 |
884151159 | 2019-02-19T21:11:46Z | Pppery | naive merge, step 1 |
884150962 | 2019-02-19T21:10:18Z | Pppery | Concatenating code of [[Module:Table]] for merge |
884150820 | 2019-02-19T21:09:04Z | Pppery | Sync sandbox |
587869925 | 2013-12-27T05:55:15Z | Mr. Stradivarius | add a comment to describe the cleanPattern function |
587869723 | 2013-12-27T05:52:56Z | Mr. Stradivarius | escape prefix and suffix strings in affixNums so that magic characters are interpreted literally |
587865979 | 2013-12-27T05:14:22Z | Mr. Stradivarius | sync a comment I added to the main module |
587863879 | 2013-12-27T04:53:56Z | Mr. Stradivarius | add a compress option for p.numData |
587755391 | 2013-12-26T15:25:13Z | Mr. Stradivarius | add a new numData function |
587575959 | 2013-12-24T23:38:50Z | Mr. Stradivarius | sparseIpairs: return nil explicitly if i > lim |
587575823 | 2013-12-24T23:37:37Z | Mr. Stradivarius | Create sandbox version of [[Module:TableTools]] |
Start a discussion about Module:TableTools/sandbox
Talk pages are where people discuss how to make content on Wikibooks the best that it can be. You can use this page to start a discussion with others about how to improve Module:TableTools/sandbox.