Pinned Repositories
Club-Webapp
📊 Hoplite club website v2.1 presented by Hoplite's Snowball team
calhacks5.0
Digital-Complaints-Management
Helping employees from companies post complaints and make their voices heard, easily.
GetAway
ReactNative-Auth
Library of reusable React Native components around authentication.
SafeWalk
SF Hacks 2019. Mobile application that won in the best UI/UX category.
ShopLift
ShopLift is a e-commerce Web App built with React.
Virus-Checker
Upload your files and check if it contains a virus :)
Which-Disease
Python machine learning project w/ Stochastic Gradient Descent Support Vector Machine and Python to predict the type of disease that the patient has by reading the medical abstract
yang
NETCONF/YANG related test framework
nhattrinh's Repositories
nhattrinh/Which-Disease
Python machine learning project w/ Stochastic Gradient Descent Support Vector Machine and Python to predict the type of disease that the patient has by reading the medical abstract
nhattrinh/Digital-Complaints-Management
Helping employees from companies post complaints and make their voices heard, easily.
nhattrinh/ReactNative-Auth
Library of reusable React Native components around authentication.
nhattrinh/Virus-Checker
Upload your files and check if it contains a virus :)
nhattrinh/calhacks5.0
nhattrinh/cisco-gnmi-python
CLI and library wrapping gNMI functionality to ease usage with Cisco implementations in Python programs.
nhattrinh/Euler-Path
Find any Euler's path/circuit in any graph given by any user.
nhattrinh/GetAway
nhattrinh/money-money
SJ Hacks 2019
nhattrinh/SafeWalk
SF Hacks 2019. Mobile application that won in the best UI/UX category.
nhattrinh/ShopLift
ShopLift is a e-commerce Web App built with React.
nhattrinh/yang
NETCONF/YANG related test framework
nhattrinh/doctor-map
A web app that allows users to search up doctors and pin their location on a map. Data retrieved from cms.gov.
nhattrinh/flickr-photos
ReactJS web app with Redux to show photos retrieved from Flickr.
nhattrinh/Hubbub
HackDavis 2019 submission. A web application to determine instrument(s) used in audio file.
nhattrinh/maze-runner
The maze runner game from Fall 2015
nhattrinh/pyspark-collaborative-filtering
Collaborative filtering using Python and Spark through training and testing the ALS model.
nhattrinh/Python-TCP-UDP
Send string with UDP/TCP client and receive count of characters back from UDP/TCP server
nhattrinh/ReactNative-Albums
Simple app to display albums and allow users to log in and buy albums
nhattrinh/ReactNative-Redux-Boilerplate
Boilerplate for starting a React Native with Redux project
nhattrinh/samplegame
[Fall 2015] Sample Game project for the C++ SFML group
nhattrinh/Semaphores-In-C
nhattrinh/Simple-Shell
Simple shell to take users' Bash commands in C
nhattrinh/SJSU-Planner
Project to help students with their graduation plan in SJSU
nhattrinh/Sudoku-Checker
Determine if sudoku is valid using pthreads in C
nhattrinh/Three-Sum-Optimized
Implementing Three-Sum without Brute Force