Archived
1
0

Spaces to tabs

This commit is contained in:
Sweet Bread
2022-11-06 18:21:21 +03:00
parent c163efd83d
commit 20a9a96dc7
16 changed files with 399 additions and 400 deletions
+26 -26
View File
@@ -2,43 +2,43 @@ This project for me just for fun to not spending time for routine operations
1. std
- print
- str
- int
- [ ] float
- [ ] hex
- char
- bin
- nl
- exit
- str
- int
- ~~float~~
- ~~hex~~
- char
- bin
- nl
- exit
2. file
- open
- close
- content
- [ ] size
- [ ] next_line
- close
- content
- ~~size~~
- ~~next_line~~
3. path
- filename
- [ ] join
- [ ] is_dir
- [ ] is_file
- ~~join~~
- ~~is_dir~~
- ~~is_file~~
4. string
- copy
- len
- [ ] split
- [ ] replace
- [ ] find
- [ ] parse_int
- [ ] parse_float
- len
- ~~split~~
- ~~replace~~
- ~~find~~
- ~~parse_int~~
- ~~parse_float~~
5. network
- get_ip
- IP_to_str
- IP_to_str
6. dns
- send
- get_field
- get_field
7. [dnstoys](https://www.dns.toys/)
- myip
- [ ] weather and other
8. [ ] http
9. [ ] json
- ~~weather and other~~
8. ~~http~~
9. ~~json~~
<sup>A lot of shit code included</sup>