Skip to content
View Kilemonn's full-sized avatar
:octocat:
Coding...
:octocat:
Coding...

Block or report Kilemonn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Kilemonn/README.md

Hi!

I’m currently working on various projects, challenges and concepts that I want to explore or dig into! Things that I am currently showing publicly are: libraries, visualisation tool(s), command line tool(s) and containerised service(s). Along with lots more privately!

I enjoy learning new skills and diversifying my knowledge by working through new problems that I can then apply to solve future challenges!

Thanks for checking out my profile!

Pinned Loading

  1. MessageQueue MessageQueue Public

    A message queue service, which can receive, hold and provide messages that are sent between services.

    Kotlin 5

  2. Cpp-SocketLibrary Cpp-SocketLibrary Public

    C++ Network socket library for both Windows and Linux.

    C++ 8 4

  3. flow flow Public

    A data channel creation and chaining CLI tool for directing data flow between processes, files, sockets and serial ports.

    Go 2

  4. Duplicate-File-Remover Duplicate-File-Remover Public

    A command-line tool that takes input directories and create an output directory containing only unique files from the provided input directories. The files are determined as being unique based on i…

    Go 1 1

  5. java-union java-union Public

    A simple union implementation in Java/Kotlin.

    Kotlin

  6. SocketForwarder SocketForwarder Public

    A TCP and UDP forwarder that accepts socket connections and registers them into designated group. Messages received from registered sockets will be forwarded to other sockets in the same group.

    C++