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

Block or report krpors

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 Loading

  1. hx hx Public

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

    C 210 16

  2. gimlet gimlet Public

    A JDBC-based database drill down utility.

    Java 33 4

  3. delver delver Public

    Java agent to inspect and count method calls.

    Java 18 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