Usefull functions to handle array tables. Most functions are inspired by JavaScript util libraries like Lodash and underscore.js.
Functions that allow to convert data from and to different bases.
Time and calendar functions.
The functions are using some conventions to declare months or days of the week in numbers.
January |
February |
March |
April |
May |
June |
July |
August |
September |
October |
November |
December |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
Monday |
Tuesday |
Wednesday |
Thursday |
Friday |
Saturday |
Sunday |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
Util functions to implement or work with a command line interface.
Functions that support functional style programming.
Functions to handle file system access and path manipulation.
Functions that allow to work with graphs.
Math functions.
Functions to work with numbers in general.
String manipulation functions.
Functions to work with the os and write system independet code.