amuwhao46
Senior at Wayne State University, trying to figure out the boundaries between man and machine
Michigan
Pinned Repositories
amuwhao46
CSC4110-assignment1
First assignment in CSC 4110
Databases
Discord-Bot
Practice with java script and .json files while buidling a discord bot
Employee-class-type
Full-Stack-Project
Game-of-Life
Making Conway's game of life in python with tutorials to practice object oriented programming in Python and the use of functions. Also utilizing unfamiliar libraries while referring to the documentation to make sense of what was talked about in the video tutorials. Adding detailed comments to walk through the process and understand what certain parts of the code does (for future use)
Grade-Calculator
Calculates a students grade from an average of test scores (C++)
typescript-portfolio
My portfolio
budgie
amuwhao46's Repositories
amuwhao46/Databases
amuwhao46/amuwhao46
amuwhao46/CSC4110-assignment1
First assignment in CSC 4110
amuwhao46/Discord-Bot
Practice with java script and .json files while buidling a discord bot
amuwhao46/Employee-class-type
amuwhao46/Full-Stack-Project
amuwhao46/Game-of-Life
Making Conway's game of life in python with tutorials to practice object oriented programming in Python and the use of functions. Also utilizing unfamiliar libraries while referring to the documentation to make sense of what was talked about in the video tutorials. Adding detailed comments to walk through the process and understand what certain parts of the code does (for future use)
amuwhao46/typescript-portfolio
My portfolio
amuwhao46/hci-todo-list
amuwhao46/HTMLPractice
Practice learning and coding in HTML (self taught)
amuwhao46/Javascript-Test
Creating a simple button using HTML and JavaScript
amuwhao46/keras-io
Keras documentation, hosted live at keras.io
amuwhao46/Mandelbrot
Using python and libraries to create and visualize the mandelbrot set (matplotlib & numpy)
amuwhao46/Media-landing-page
A project I decided to log for my web dev class
amuwhao46/mock-website
amuwhao46/Neural-Network
Playing with MNIST data set and training a neural netswork using Tensorflow.
amuwhao46/NN-Voice-Recognition
Using Keras code to play with voice recognition, and train a neural network to recognize it
amuwhao46/now-playing
amuwhao46/OOD-Bank-Account-Proj
Practicing what I've learned so far in object oriented design by creating a full banking system, complete with CDs, checking accounts, and savings accounts
amuwhao46/options-tracker
amuwhao46/Perplexing-Pegasus
Buidling a website in my intro to web development class. Walking through the process
amuwhao46/Pointer-practice
amuwhao46/Portfolio--official-
Portfolio to showcase the work I've done so far and to highlight my resume in visual way. Used figma to initially design it. HTML, Tailwind CSS, and React will also be used
amuwhao46/Registration-Project
User can register a username and password, then log in, if attempt is unsuccessful it will prompt them again. A file is also created (potentially encrypted).
amuwhao46/scd-project
Using tailwind and html to create a website portfolio. Project for Society for Computer Developers
amuwhao46/scd-workshop
amuwhao46/SetDate-OOD
amuwhao46/spotify-clone-v2
amuwhao46/spotify-react
Learning how to use React and Spotify's API to understand how to create another personal project I'm working on
amuwhao46/YinYang
Playing around with Python creating a sine wave inside a circle (practice with Python