Archived
1
0
This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
asm_libs/README.md

45 lines
659 B
Markdown
Raw Normal View History

2022-11-06 13:51:51 +03:00
This project for me just for fun to not spending time for routine operations
1. std
- print
2022-11-06 18:21:21 +03:00
- str
- int
- ~~float~~
- ~~hex~~
- char
- bin
- nl
- exit
2022-11-06 13:51:51 +03:00
2. file
- open
2022-11-06 18:21:21 +03:00
- close
- content
- ~~size~~
- ~~next_line~~
2022-11-06 13:51:51 +03:00
3. path
- filename
2022-11-06 18:21:21 +03:00
- ~~join~~
- ~~is_dir~~
- ~~is_file~~
2022-11-06 13:51:51 +03:00
4. string
- copy
2022-11-06 18:21:21 +03:00
- len
- ~~split~~
- ~~replace~~
- ~~find~~
- ~~parse_int~~
- ~~parse_float~~
2022-11-06 13:51:51 +03:00
5. network
- get_ip
2022-11-06 18:21:21 +03:00
- IP_to_str
2022-11-06 13:51:51 +03:00
6. dns
- send
2022-11-06 18:21:21 +03:00
- get_field
2022-11-06 13:51:51 +03:00
7. [dnstoys](https://www.dns.toys/)
- myip
2022-11-06 18:21:21 +03:00
- ~~weather and other~~
8. ~~http~~
9. ~~json~~
2022-11-06 13:51:51 +03:00
<sup>A lot of shit code included</sup>