Pinned Repositories
OBC-firmware
All code developed by the UW Orbital firmware team
OBC-Firmware-Onboarding
The mandatory onboarding challenge for all OBC firmware developers
Asteroids
Used C++ and the SFML library to create my own version of the classic arcade game Asteroids
GooseRTOS
A lean implementation of an RTOS for an ARM Cortex-M3 microcontroller that uses a priority based preemptive scheduling algorithm and binary buddy memory allocation system
Sociopedia
A social media web app created using the MERN stack
Mo-Money
Created a program that reads a file with a list of transactions and calculates the adjusted cost bases (ACBs) for the transactions to calculate the correct capital gains or losses for a certain transaction period. It also correctly sorts the transaction history linked list into chronological order to display a clear transaction history.
Bipedal-Robot
Code for a Bipedal walking robot I made to simulate human legs using an arduino and 6 servo motors
embedded-bootcamp
GeeseSpotter
Created a game similar to Minesweeper where the user must reveal all of the tiles not containing geese, which show the number of geese in adjacent tiles. The game ends when a user wins by revealing all tiles not containing geese or loses by revealing a tile that contains a geese.
Jamming
Created and deployed a web app that interfaces with the Spotify API to allow users to create playlists that save directly to their Spotify account after they name the playlist and search and add songs.
Navtajh04's Repositories
Navtajh04/Asteroids
Used C++ and the SFML library to create my own version of the classic arcade game Asteroids
Navtajh04/Bipedal-Robot
Code for a Bipedal walking robot I made to simulate human legs using an arduino and 6 servo motors
Navtajh04/embedded-bootcamp
Navtajh04/GeeseSpotter
Created a game similar to Minesweeper where the user must reveal all of the tiles not containing geese, which show the number of geese in adjacent tiles. The game ends when a user wins by revealing all tiles not containing geese or loses by revealing a tile that contains a geese.
Navtajh04/GooseRTOS
A lean implementation of an RTOS for an ARM Cortex-M3 microcontroller that uses a priority based preemptive scheduling algorithm and binary buddy memory allocation system
Navtajh04/Jamming
Created and deployed a web app that interfaces with the Spotify API to allow users to create playlists that save directly to their Spotify account after they name the playlist and search and add songs.
Navtajh04/Mo-Money
Created a program that reads a file with a list of transactions and calculates the adjusted cost bases (ACBs) for the transactions to calculate the correct capital gains or losses for a certain transaction period. It also correctly sorts the transaction history linked list into chronological order to display a clear transaction history.
Navtajh04/OBC-Firmware-Onboarding
The mandatory onboarding challenge for all OBC firmware developers
Navtajh04/Ravenous
Used React to create a Yelp-like clone that allows users to search for restaurants in their area and see their ratings by using the Yelp API
Navtajh04/Sociopedia
A social media web app created using the MERN stack