Skip to content
View cooper-ross's full-sized avatar
🫎
🫎
  • 05:53 (UTC -07:00)

Block or report cooper-ross

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

Hey 👋, I'm Cooper!

I’ve been programming for almost 9 years, and love learning about anything. I'm a first year math student at the University of Waterloo, and a huge proponent of open source software!

Projects

  • Centichess, a chess game review service that uses stockfish web workers to analyze your chess games and provide feedback.
  • Twine, a C++ compiler for my own language with direct LLVM IR code generation (Assembly).
  • Racket Prep, a platform that lets you practice Racket code in the browser!

Interests

  • AI Safety Research: thanks, in great part, to Robert Miles. Some of the best introductory videos for the field I've ever seen.
  • Math/logic puzzles: check out Daniel Litt, he has some lovely unintuitive coin flip or present opening ones.
  • Chess, soccer, and hockey!

Stack

  • Languages: JavaScript, C++, C#, Python, Java, Assembly (getting there), HLSL, GLSL.
  • Frameworks & Libraries: React, Next.js, Bootstrap, jQuery, TensorFlow, PyTorch, OpenCV, etc.

Achievements

  • First Place Overall at CalgaryHacks in 2024 (my first ever hackathon!)
  • Gold Medalist at Skills Alberta 3x Winner Web Development, Skills Canada 2025
  • Representing Canada at WorldSkills 2025 in Shanghai for Web Technologies

Pinned Loading

  1. centichess centichess Public

    Centichess is a powerful, open-source chess analysis platform that helps you analyze your games and improve your play - for free, forever!

    JavaScript 8 1

  2. slowfish slowfish Public

    Slowfish is a C++ chess engine I built to learn more about chess programming and improve my old Java chess engine.

    C++

  3. tisp tisp Public

    A tiny lisp-like compiler written in C++ (less than 500 lines) though it does use the LLVM toolchain.

    C++

  4. racket-prep racket-prep Public

    A web-based Racket programming practice platform for UWaterloo Students in CS 115-145.

    JavaScript 2 2

  5. java-chess java-chess Public

    A old Java chess engine I created for my comp sci class for my 10th Grade midterm project.

    Java

  6. twine twine Public

    A fast native compiler for a custom dynamic language I made with LLVM IR generation and C library support.

    C++