Skip to content

Commit 7cc7ec3

Browse files
author
Layne
committed
Update TODO.md
1 parent 0246298 commit 7cc7ec3

File tree

1 file changed

+29
-22
lines changed

1 file changed

+29
-22
lines changed

Diff for: TODO.md

+29-22
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,37 @@
1-
TODO LIST
2-
=========
3-
1+
#TODO
42
- [x] list of all modules
53
- [x] list of all classes
64
- [x] list of all functions
7-
- [ ] network - get primary interface
8-
- [ ] network - get primary IP
9-
- [ ] network - get primary MAC
10-
- [ ] time.now
11-
- [ ] time.getdate
125
- [ ] die (exit function)
13-
- [x] std.seq
14-
- [ ] crypt.sha512
15-
- [ ] crypt.md5
166
- [x] require module
177
- [x] module load
18-
- [x] ip.validate (ipv6 functionality)
19-
- [x] array.sort
20-
- [ ] array.merge
21-
- [ ] array.diff
22-
- [ ] array.search
23-
- [ ] array.unique
24-
- [x] array.walk
25-
- [ ] string.dif
26-
- [ ] string.join
27-
- [ ] reorder load function
28-
- [ ] move from main.lib arguments to librequire function
8+
- [x] reorder load function
9+
- [x] move from main.lib arguments to librequire function
2910
- [ ] write documentation
3011
- [ ] create test scripts
12+
- array
13+
- [x] array.sort
14+
- [ ] array.merge
15+
- [ ] array.diff
16+
- [ ] array.search
17+
- [ ] array.unique
18+
- [x] array.walk
19+
- crypt
20+
- [ ] crypt.sha512
21+
- [ ] crypt.md5
22+
- math
23+
- [ ]math.abs (absolute value)
24+
- string
25+
- [ ] string.diff
26+
- [ ] string.join
27+
- network
28+
- [ ] network - get primary interface
29+
- [ ] network - get primary IP
30+
- [ ] network - get primary MAC
31+
- time
32+
- [ ] time.now
33+
- [ ] time.getdate
34+
- standard
35+
- [x] std.seq (sequence)
36+
- ip
37+
- [x] ip.validate (ipv6 functionality)

0 commit comments

Comments
 (0)