py-basic/TODO.norg

28 lines
829 B
Plaintext
Raw Permalink Normal View History

2023-09-07 18:26:55 +02:00
This is a list of tasks that would be cool to add.
* Tasks
** Basic
*** Files
2023-09-08 14:30:55 +02:00
- (-) Hex dumper
- (x) Dump basic files with format
- (x) Dump basic files with chars
- (x) Be able to dump larger files or put out an error
2023-09-14 17:10:34 +02:00
- (x) Stop reading when read gets blocked /somehow/
Simple syscall
2023-09-14 17:46:03 +02:00
- (x) Wait for new input when the file is lazy
- (x) Install script to system
Using update-alternatives is the most handy
2023-09-14 17:56:26 +02:00
- (x) Accept input from stdin when no file is given
2023-09-18 13:15:04 +02:00
- (x) Print error when no file and stdin is given
2023-09-15 13:10:15 +02:00
- ( ) Process only first N or last N Bytes
2023-09-14 17:56:26 +02:00
- ( ) Write a complete task for this stuff
2023-09-07 18:26:55 +02:00
*** Networking
- ( ) Mini curl
*** Packaging
- ( ) Installing a package to your system
- ( ) Building a library
** Cryptography
*** Signature
- ( ) Check a signature with OpenSSL