Skip to content
View jerrykress's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jerrykress

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
jerrykress/README.md
  • πŸ‘‹ Hi, I’m @jerrykress
  • πŸ‘€ Mainly using C++ and Python
  • 🏎️ Occasionally on Forza Horizon 5
  • 🌱 Currently learning: Boost.Asio, Java and C#
  • πŸ“« Reach me: jerrykress.wsj@gmail.com
  • 🌟 Send me a star if you like my pinned projects

Pinned Loading

  1. Xcurse Xcurse Public

    Custom terminal graphics library mimicking ncurses. still under construction...

    C++

  2. ASCII-Clock ASCII-Clock Public

    Using minimal Linux but wants to use a timer? Launch a countdown in the terminal with ASCII Clock

    C++

  3. Stonks Stonks Public

    Terminal based stock price monitor. It pulls real time data using AlphaVantage APIs and display history prices and trading volume.

    C++ 2 1

  4. LZW-Compression-Engine LZW-Compression-Engine Public

    Compression and decompression utility based on a fixed width variant of LZW algorithm. Using only minimal memory.

    C++

  5. Cholesky-Decomposition-SIMD Cholesky-Decomposition-SIMD Public

    University of Glasgow MSc Project. Implementing Cholesky algorithm using Intel and Arm intrinsics in order to compare power to performance ratio

    C++ 1

  6. Simple-Linux-Kernel Simple-Linux-Kernel Public

    Customised linux kernel with support for concurrent program execution using context switching and pid priority queue. Customidsd basic GUI support that displays print messages from the executed C p…

    C