Skip to content
View UsualSpace's full-sized avatar
🥀
🥀

Block or report UsualSpace

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Truth-Table-Generator Truth-Table-Generator Public

    Generate truth tables in c++ from a propositional expression given as a string

    C++ 3

  2. JustChat JustChat Public

    An instant messaging application developed as part of the CS314 'Elements of Software Engineering' course at Portland State University (Winter 2025 term).

    JavaScript 3

  3. Maze-Racer-2D Maze-Racer-2D Public

    A small networked game serving as our final project for the CS494P Internetworking Protocols course at Portland State University, during the Spring 2025 quarter.

    C 2

  4. Basic-RegEx-Engine Basic-RegEx-Engine Public

    A very basic regular expression engine, currently only capable of matching entire strings to regular expression patterns. Built upon non-deterministic finite state automata

    C++ 1

  5. Fourier-Transform-Fun Fourier-Transform-Fun Public

    A small C++ project for experimenting with Fourier Transforms and complex number arithmetic. It focuses on implementing concepts such as the Discrete Fourier Transform (DFT), Inverse DFT, Fast Four…

    C++ 1

  6. Hangman Hangman Public

    C++ iteration of the game hangman, made from scratch

    C++