Skip to content
View cooper-ross's full-sized avatar
😭
😭
  • 14:21 (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

Hello, I'm Cooper!

I’ve been programming for almost 9 years, and I'm a first year math student at the University of Waterloo. I'm interested in AI Safety Research (thanks in great part to Robert Miles), math puzzles (check out Daniel Litt), chess, soccer, and hockey!

Projects I'm proud of:

  • 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!

Some achievements:

  • First Place Overall at CalgaryHacks in 2024 (1/400, my first ever hackathon!)
  • Representing Canada at WorldSkills 2025 in Shanghai for Web Technologies

Thank you for listening!

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 300 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++