OnikenX


I'm a simple programmer that loves C++ and Rust.
I have worked with Tokio, some game consoles and learning graphics APIs.

Projects

Rust

Tweets repeater

This is a rust server-client application that collects tweets with a certain hashtag, it can be easily changed in the token file, now it is configured with #Ukraine, and repeats them to the clients.

  • The server uses the tokio lib to asynchronous collect and distribute tweets.
  • The client is a shared library with a C ABI, with one call it connects to the server and collects the specified number of tweets.
  • Lok2

    A binary manipulation rust program that transforms UTF-8 text to binary and transforms the 0s and 1s to oks and lols and can reverse the process.


    Links
    The main library code, a web interface and it's repo.