Skip to content
View CameronClay's full-sized avatar
Block or Report

Block or report CameronClay

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

Pinned

  1. project-portfolio project-portfolio Public

    Portfolio website, built using React and Next.js (App Router), TypeScript, Tailwind CSS, and more. Features a REST API with JSON Web Token (JWT) authentication using a MongoDB database.

    TypeScript

  2. compiler compiler Public

    Two pass compiler wtih a language similar to that of a hybrid of C and Java.

  3. asm-vm asm-vm Public

    This is a two-pass assembler which converts assembly code into byte-code which can then be run on the virtual machine.

  4. WNLIB-Chat WNLIB-Chat Public

    GUI based application similar to IRC, with the ability to connect to a chat server to send and receive messages from server members. Supports whiteboard. Written in C++ using WNLIB.

    C++

  5. dynamic-functions dynamic-functions Public

    Library which enables the ability to conditionally call functions at compile time based on the parameters passed, and store those functions in statically typed containers. Written in C++ using temp…

    C++