Skip to content
View krpors's full-sized avatar
🇺🇦
🇺🇦
Block or Report

Block or report krpors

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
krpors/README.md

Hello!

I am a software engineer. As a programmer, I use 99% Java at work. In my free time I like to dabble in other languages. I prefer:

  • Java, because that's what I know best.
  • Lua (+ Love2D) for game programming.
  • Go, because it's fairly easy, fast, and type safe.
  • C, because it's also relatively easy. I wanted to learn it to understand more about memory management, Linux kernel programming and so on. I believe that understanding C will make you a better programmer.

Learning Rust more thorougly is also on my TODO list.

I've also attempted to do things in C++, but it's quite comprehensive. I decided it's not worth it anymore (in my free time), because there is just too much to know, and life is too short :)

Pinned

  1. hx hx Public

    Hex editor for the terminal using plain C99 + POSIX libs.

    C 168 14

  2. gimlet gimlet Public

    A JDBC-based database drill down utility.

    Java 32 3

  3. delver delver Public

    Java agent to inspect and count method calls.

    Java 17 9

  4. dom dom Public

    DOM Level 3 implementation in Go.

    Go 9

  5. xor xor Public

    IBM string obfuscation utility in C

    C 6 2

  6. fragments fragments Public

    A simple game for playing with particles. Much WIP.

    Lua