Pinned Repositories
ACGL
ACGL (Another C++ Graphics Library). Attempting to make C++ library to be able to call functions to easily start using opengl using cmake
ACGL-Template
test for cmake include
asioNetworking
ASIO Standalone networking tests to learn asio and networking
chadthecoder.github.io
A collection of my web-based projects.
cppMath
C++ library for math help. Has weird things that I could not find in the STL.
cse441
Assignments, Powerpoints, and stuff for CSE-441 at CSUSB
cse570
Labs, Homework, and Calculator Project for cse570
hackathon
nikonImageRenamer
Renames all jpgs in a folder/directory to images that will show on my Nikon Coolpix L320 as it will only show pictures with "DSCN####." Written in C++ (Might include a little C). Only supported on Linux for sure. Tested on Ubuntu. Uses Makefile.
webScraping
Python web scraping toy project for web scraping with Selenium.
chadthecoder's Repositories
chadthecoder/hackathon
chadthecoder/webScraping
Python web scraping toy project for web scraping with Selenium.
chadthecoder/ACGL
ACGL (Another C++ Graphics Library). Attempting to make C++ library to be able to call functions to easily start using opengl using cmake
chadthecoder/ACGL-Template
test for cmake include
chadthecoder/asioNetworking
ASIO Standalone networking tests to learn asio and networking
chadthecoder/chadthecoder.github.io
A collection of my web-based projects.
chadthecoder/cppMath
C++ library for math help. Has weird things that I could not find in the STL.
chadthecoder/cse441
Assignments, Powerpoints, and stuff for CSE-441 at CSUSB
chadthecoder/first-contributions
🚀✨ Help beginners to contribute to open source projects
chadthecoder/gitversity
A free resource for Computer Science and programming related topics
chadthecoder/graphicsSubmoduleTest
This is a test repo for sdl, glfw, glew, and glm using submodules with c++.
chadthecoder/nikonImageRenamer
Renames all jpgs in a folder/directory to images that will show on my Nikon Coolpix L320 as it will only show pictures with "DSCN####." Written in C++ (Might include a little C). Only supported on Linux for sure. Tested on Ubuntu. Uses Makefile.
chadthecoder/dockerTests
Learning docker, these are test examples
chadthecoder/flutterFun
Collection for learning fflutter
chadthecoder/GameLibrary
C++ GLFW GLEW miniaudio ASIO library for making games.
chadthecoder/graphicsProject
Graphics project using SDL2, ASIO OPENGL, GLEW, WebGL, miniaudio, stb (Only stb_image.h right now), assimp (implementing now), PerlinNoise from Reputeless, and GLM. Following multiple tutorials to learn how to code graphics in C++.
chadthecoder/javascriptMath
Math for stock project plan
chadthecoder/KindeStyledLink
Styled buttons for Kinde auth links
chadthecoder/learnCmake
Examples of me following a Youtube playlist tutorial for cmake. https://www.youtube.com/watch?v=lI2nwZSMvlE&list=PLK6MXr8gasrGmIiSuVQXpfFuE1uPT615s&index=3&t=0s
chadthecoder/learnJava
My beginning Java Projects from Youtube and Practical Java Programming by Perry Xiao
chadthecoder/minecraftClone
GLFW, GLEW, openGL, PerlinNoise from Reputeless, GLM, miniaudio, and stb Minecraft Clone.
chadthecoder/n64Testing
nusys Linux n64 programming testing
chadthecoder/NetworkPongGame
Play pong over a server
chadthecoder/nextjstut
Following nextJS tutorial and then customizing to make it personal.
chadthecoder/pokemon-list
Next js website of list of Pokemon. Shows picture of pokemon when the link is visited.
chadthecoder/reactTutorial
Tech With Tim Beginner React
chadthecoder/vcpkgLinuxTemplate
vcpkg template for c++ that has been tested on Linux
chadthecoder/vcpkgMinecraft
C++ starter for making apps in OpenGL using GLFW, GLAD, CMake, and vcpkg.
chadthecoder/wp-plugin
This is a C++ application that creates a folder and index.html file for making a Wordpress Plugin.
chadthecoder/wp-theme