Skip to content
View chocorho's full-sized avatar
💭
💭

Block or report chocorho

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
chocorho/README.md

Hello / 안녕하세요 👋

Programming Language Experience

  • Languages I Use Regularly
    C89/99 Java 8,11 Python3 Bash C++11(My C++ Demos)
  • Languages I Used Years Ago
    • ASM (Reading x86, x86_64, MIPS)
    • Kotlin
    • OCaml
    • Prolog
  • Languages I'm Learning
    Rust Haskell Perl(My Perl Demos)

Project List

  • Game engines using SDL
  • Apache server
  • Gemini server (gemini://themathjester.com)
  • Finances CSV Parser
  • Auditory (TTS) Text Editor
  • Customizable Facebook RSS Feed
  • Libraries to make AoC challenges quicker to solve

Note: most, though not all, of these projects are proprietary. In order to collaborate or view my source code, one can reasonably expect to need to Speak To Me.

Other Interests

  • Embedded Software
  • Korean language / culture
  • Abstract Algebra
  • Music
  • Debate

Pinned Loading

  1. speak-to-me-license speak-to-me-license Public

    My proudest accomplishment to date. A custom license -- complete with DRM implementations! -- designed to push back against the societal tide of technology-driven isolation.

    3

  2. cplusplus-demos cplusplus-demos Public

    My explorations of counter-intuitive features in C++, using structs, object casts, and eventually, smart pointers, templates, concepts, and so on.

    C++

  3. perl-practice perl-practice Public

    a place to learn and practice perl, with an eye towards becoming familiar enough with it to use it for quick personal calculations (in place of python).

    Perl

  4. BorisEngine2 BorisEngine2 Public

    Forked from Rariolu/BorisEngine2

    A game engine created using SDL2.

    C++ 1

  5. blame blame Public

    Forked from DeflatedPickle/blame

    My fork of a friend's library (C++) to help make TUIs; I submitted PRs for robustness and efficiency.

    C++

  6. aoc_visuals aoc_visuals Public

    My FORK of a friend's repo, through which I added my own graph visualization script in python.

    Python