Skip to content
View clin1234's full-sized avatar
💻
Slightly jaded, remote work preferable
💻
Slightly jaded, remote work preferable
Block or Report

Block or report clin1234

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

Hello there. (Obvious Star Wars reference) 👋

  • 🤔 I’m looking for help with pointers to assembly programming, specifically x86_64, ARMv8, and POWER10 arches.
  • 📫 How to reach me: [email protected]
  • ⚡ Fun fact: my favorite TV show overall is Designated Survivor.
  • 😬 Would someone please not make btrfs buggy?!?!
  • LinkedIn profile: here

Miscellaneous Certifications

Proficiencies

PythonC++ JavaPandasC TypescriptFlaskDockerNumpy.NETC#Unity KotlinGoAnsibleAnsible

Hobbies

Shogi, Axis and Allies

Also I compile Rust, Python, and Go packages from Git repos using pre-release toolchains almost daily

  • Rust: 1.79, with cargo install --git <repo url> and cargo-update
  • Python: 3.13, using pip install -e git+https://github.com/<org>/<pkg>#egg=<pkg>
  • Go: stable toolchain, with go install <repo url>@m, where m is either master or main and <repo url> is stripped of https:// prefix gup

Top Langs GitHub stats CodeWars

Pinned

  1. less less Public

    Forked from gwsw/less

    Less - text pager

    C 1

  2. final-project-cms330 final-project-cms330 Public

    CMS 330 final project: implementing process management using PCBs based on linked list and Linux kernel's pointer of PIDs implementations. Completed using the Agile scrum framework.

    C

  3. unofficial-discord-client unofficial-discord-client Public

    Forked from Coding-Bunker/unofficial-discord-client

    Unofficial client for discord build in C++ with Qt.

    C++ 1

  4. copilot-clone copilot-clone Public

    Forked from hieunc229/copilot-clone

    VSCode extension for code suggestion. GH page: https://clin1234.github.io/copilot-clone

    TypeScript 2

  5. JPMC-task3 JPMC-task3 Public

    Python

  6. ILSpy ILSpy Public

    Forked from icsharpcode/ILSpy

    .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!

    C#