Computer Science, Bellevue College
1-(425)-996-2135 | [email protected]
- Languages: C/C++, CUDA, Python, C#, Java, Js, asm, Bash, hlsl, golang
- Libraries: OpenGL, Tensorflow
- Tools: GoBuster, gcc, g++, Amass
- Game Engines: Unity, Unreal
- Concepts: Machine Learning, Data Structures, Algorithms, Game Design, Optimization, Web Development, Cybersecurity, Networking
Machine-Learning Cpp | Various Neural Network Frameworks
- Includes various NN frameworks, datasets, and other related projects written from scratch
- Skills: C++, CUDA, SIMD, Multithreading, Data Structures, Algorithms, Linear-Algebra, Machine Learning, AI
N-Body Simulation | Physics Body Simulation
- A simulation written in C++, uses CUDA to handle computations and OpenGL to render to a window
- Skills: C++, OpenGL, CUDA, Data Structures, Algorithms, Physics
Game Of Life in Unity | Conways Game of Life Simulation
- A game written in C# and making use of hlsl in Unity to simulate conway's game of life
- Includes various other spinoffs of conway's game of life, like wireworld, highlife, and many others
- Skills: C#, hlsl, Unity, Game Design, Data Structes, Algorithms
Messaging-board | Messaging Board in asm
- A simple messaging board web-server written in asm for linux
- Implements its own communication protocol, although perhaps in the future I'll make an http complient one
- Skills: asm, Linux, Web Development, Cybersecurity
sequenceDiagram
User->>WebServer: sJoey574#semi;abcd
WebServer-->>User: 64-byte auth key
User->>WebServer: p64-byte auth keyThis is my first post!
WebServer-->>User: Action completed succesfully
There's much more a user can do, this is just an example
Dive Game Basic Scripting | Diving Physics Simulation
- A simulation in Unity that mimicks real word gas behaviour divers experience while underwater
- Uses the ZH-L16 Algorithm
- Skills: C#, Unity, Algorithms, Physics
CLT | Various Command Line Tools in C/C++
- Various projects in C/C++ such as
- Recursive directory search utility to sum lines of code for a github profile
- P2P encrypted messaging app
- Vector utility
- Tic-Tac-Toe Game
- Neural Network utility
- Skills: C, C++, Networking, Cryptography, Data Structures, Algorithms, Recursion, Math, Linear-Algerbra
Currently private repos on my profile I would be happy to discuss parts of and believe demonstrate my skills exceptionally
Lighthouse | Port Scanning Utility
- A port scanner written in C++
- Skills: C++, Networking, Cybersecurity
ReconSuite | Bug Bounty Recon Suite
- Currently contains 3 main applications
- Control Panel
- Distributed Scanner
- Deep Search
- Uses telegram for C2, distributes tasks to various worker computers, uses various tools for subdomain enumeration
- Skills: Golang, Multithreading, Networking, Cybersecurity, Crytpography
While not really projects in the sense of the word, there are some repos I still believe demonstrate my skills / ability well.
OpenGL Projects | Various OpenGL Projects
- Includes various OpenGL projects
- 2D Games
- Realtime Fractal rendering
- Skills: C++, Algorithms, Game Design, SIMD, Multithreading, Linear-Algebra, Math
Networking | Various Networking Projects
- Various networking projects, written in C++, main focus being on C2 servers
- Skills: C++, Networking, Cybersecurity
DataStructures | Various Data Structures
- Contains various data structures written in C++
- Array
- Stack
- Map
- Skills: C++, Data Structures
Learning MASM | Various Beginner MASM Projects
- Includes various beginner/intermediate MASM projects
- Most projects are beginner focused, however, intermediate concepts like self-modifying code are also included
- Skills: asm
Cpp Advanced Projects | Various C++ Projects
- This is more of a general repo containing
- Sorting Algorithms
- Matrix Multiplication
- Multithreading
- 2D Games
- Skills: C++, Algorithms, Game Design, SIMD, Multithreading, Data Structures