Pinned Repositories
AlreadySharedDiscordBot
A Discord Bot that calls people out for posting a link that has already been shared before
Hashibirokou
An automated Twitter DataMiner that scans Twitter for relevant tweets and then pushes them to a remote location after processing.
hosts
This is a text file that contains several URLs that I think are malicious or otherwise should not be accessed. This file is read in by my personal pi-hole server.
HoustonNguyens-Portfolio-Site
Just a simple React app that serves as my portfolio
MarketPlace
A little demo app for an unnamed entity
Move-Files-to-Root
A simple app that moves files to root. I forgot why I made this and it doesn't seem very useful.
OnlyFiveScanner
The is a pseudo-RSS-Generator that addresses a very specific problem that specific people have/had. This application is a simple HTML parser that looks at the website "Only-Five.jp" and scans the website for product listings of interest.
Quick-Telemetry-Relay
This application demonstrates an implementation of a 3D mapping application by way of reading in telemetry data from two Microsoft Kinects. The intention is that the application takes snapshots of telemetry data and combines them, in realtime, into a complete object. This repository serves as a archive for showing work done for my capstone project during my senior year of under graduate school. This repository and project will not be receiving updates.
RecursivelyDeleteEmptyFolders
A simple console app that recursively deletes empty folders for a given directory
TakobotoQuickSearch
A Chrome Extension that adds an option to the context menu on selected text that allows one to search a term on Takoboto
HoustonNguyen's Repositories
HoustonNguyen/TakobotoQuickSearch
A Chrome Extension that adds an option to the context menu on selected text that allows one to search a term on Takoboto
HoustonNguyen/AlreadySharedDiscordBot
A Discord Bot that calls people out for posting a link that has already been shared before
HoustonNguyen/Hashibirokou
An automated Twitter DataMiner that scans Twitter for relevant tweets and then pushes them to a remote location after processing.
HoustonNguyen/hosts
This is a text file that contains several URLs that I think are malicious or otherwise should not be accessed. This file is read in by my personal pi-hole server.
HoustonNguyen/HoustonNguyens-Portfolio-Site
Just a simple React app that serves as my portfolio
HoustonNguyen/MarketPlace
A little demo app for an unnamed entity
HoustonNguyen/Move-Files-to-Root
A simple app that moves files to root. I forgot why I made this and it doesn't seem very useful.
HoustonNguyen/OnlyFiveScanner
The is a pseudo-RSS-Generator that addresses a very specific problem that specific people have/had. This application is a simple HTML parser that looks at the website "Only-Five.jp" and scans the website for product listings of interest.
HoustonNguyen/Quick-Telemetry-Relay
This application demonstrates an implementation of a 3D mapping application by way of reading in telemetry data from two Microsoft Kinects. The intention is that the application takes snapshots of telemetry data and combines them, in realtime, into a complete object. This repository serves as a archive for showing work done for my capstone project during my senior year of under graduate school. This repository and project will not be receiving updates.
HoustonNguyen/RecursivelyDeleteEmptyFolders
A simple console app that recursively deletes empty folders for a given directory
HoustonNguyen/SimpleReactJSDemo
A simple ReactJS Demo project, in which I try to recreate the ToDo App from memory, having seen Travesty Media's React JS Crash Course once