____ ____ ______ ____ ____ _____
| | | | ___|\ \ | | | | ____|\ \
| | | | | \ \ | | | | / /\ \
| |_| | | ,_____/| | | | | / / \ \
| .-. | | \--'\_|/ | | ____ | | ____ | | | |
| | | | | /___/| | | | | | | | | | | | |
| | | | | \____|\ | | | | | | | | |\ \ / /|
|____| |____| |____ ' /| |____|/____/| |____|/____/| | \_____\/____/ |
| | | | | /_____/ | | | || | | || \ | || | /
|____| |____| |____| | / |____|_____|/ |____|_____|/ \|____||____|/
\( )/ \( |_____|/ \( )/ \( )/ \( )/
' ' ' )/ ' ' ' ' ' '
'
Welcome.
A bit about me...
typedef struct self {
bool incomplete; const char* specialties;
struct lang {
const char* code; const char* verbal;
} languages;
struct favorites {
const char* channels; const char* conventions;
} favorite;
} *pself;
int main() {
self bio; [](pself bio) -> void {
bio->languages.code = "C, C++, Python";
bio->languages.verbal = "Russian:some, Spanish:some, English:fluent";
bio->specialties = "Networking, cybersecurity, programming";
bio->favorite.channels = "PwnFunction, jdh, liveOverflow";
bio->favorite.conventions = "DEFCON (non-SafeMode)";
bio->incomplete = true;
}(&bio);
}
Recent/Upcoming Projects
- libchirp (libtwitter?):
- a C++17 static and dynamic library to wrap the entire Twitter API. More info to come.
- do++:
- a C++20 static and dynamic library to interface with DigitalOcean's multiple API endpoints (much like what's found in CoinGecko). More info to come.
- Vultr (or some other creative name):
- a C++20 static and dynamic library, much like the one described above, to interface with Vultr's multiple API endpoints. More info to come.
- ezChat (or another name):
- a fully-functional client-server chat application (similar to IRC) that implements public-key infrastructure for key exchange and AES for symmetrically encrypted client-server communication, as well as a hierarchal structure for administrative and moderation purposes. Project 40%ish done, in limbo for now.
- Hash++ (released):
- a header-file only library that allows a user to retrieve multiple types of hashes from data, files, and files in nested directories--all through a simple, lightweight interface!
- Everything else in the back of my head...
You into the same stuff? Just lonely? Reach me on Discord if you want: D7EAD#1337. Let's chat!



