Commit Graph

84 Commits

Author SHA1 Message Date
Dimitry Ishenko
ed47249e37 array.sh: don't need ${} here 2022-12-21 17:00:30 -05:00
Dimitry Ishenko
3de5eb5180 array.sh: clean up array::merge 2022-12-21 16:39:51 -05:00
Dimitry Ishenko
265ac51fd5 array.sh: clean up array::bsort 2022-12-21 16:36:15 -05:00
Dimitry Ishenko
e000a825e9 array.sh: clean up array::rsort 2022-12-21 16:31:02 -05:00
Dimitry Ishenko
cd029abceb array.sh: clean up array::sort 2022-12-21 16:30:32 -05:00
Dimitry Ishenko
bfe3abc07c array.sh: clean up array::random_element 2022-12-21 16:29:57 -05:00
Dimitry Ishenko
1034991333 array.sh: clean up array::reverse 2022-12-21 16:29:31 -05:00
Dimitry Ishenko
c82fcd837d array.sh: clean up array::join 2022-12-21 16:28:35 -05:00
Dimitry Ishenko
00869ee5d6 array.sh: clean up array::is_empty 2022-12-21 16:27:54 -05:00
Dimitry Ishenko
6ec64ea9ee array.sh: clean up array::dedupe 2022-12-21 16:26:59 -05:00
Dimitry Ishenko
3a6d135fc2 array.sh: clean up array::contains 2022-12-21 16:19:47 -05:00
Dimitry Ishenko
f0d8bc5323 array.sh: use local instead of declare
This punctuates that the variables inside functions are local.
2022-12-21 15:10:11 -05:00
Dimitry Ishenko
dd531d9909 array.sh: use arithmetic eval 2022-12-21 15:05:26 -05:00
Dimitry Ishenko
0059b9ade8 array.sh: uniform error reporting 2022-12-21 15:01:04 -05:00
labbots
f9d3191abe Updated Readme file 2021-01-26 13:40:17 +00:00
labbots
47791d9a07 Updated README.md 2021-01-26 13:35:47 +00:00
labbots
ac2ea11619 Added number of library functions badge 2021-01-26 13:27:29 +00:00
labbots
5d181afd6a Added temp dir creation function 2021-01-26 13:04:48 +00:00
labbots
9f771d2f14 Updated documentation for OS detection. 2021-01-26 12:53:25 +00:00
labbots
d269f7c73f Added new functions for OS detection and version comparison. 2021-01-26 12:51:55 +00:00
labbots
9e96189370 Updated generate_readme.sh to count number of function 2020-06-22 18:10:42 +01:00
labbots
dfb2ef809c Added new function to file.sh 2020-06-22 17:13:37 +01:00
labbots
88478c2590 Added more format functions 2020-06-22 14:56:51 +01:00
labbots
4065c56822 Added debug functions 2020-06-22 13:11:55 +01:00
labbots
5ba65a2391 Fix quality issue with generate_readme.sh 2020-06-22 11:02:20 +01:00