algo

General algorithms that can be usefull or funny.

arr

Usefull functions to handle array tables. Most functions are inspired by JavaScript util libraries like Lodash and underscore.js.

cal

Time and calendar functions.

The functions are using some conventions to declare months or days of the week in numbers.

Table 1. Table months

January

February

March

April

May

June

July

August

September

October

November

December

1

2

3

4

5

6

7

8

9

10

11

12

Table 2. Table days of the week

Monday

Tuesday

Wednesday

Thursday

Friday

Saturday

Sunday

1

2

3

4

5

6

7

cli

Util functions to implement or work with a command line interface.

fn

Functions that support functional style programming.

num

Functions to work with numbers in general.

sys

Functions to work with the os and write system independet code.