Skip to content
View andywu0408's full-sized avatar
Block or Report

Block or report andywu0408

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Restuarant-tinder Restuarant-tinder Public

    Web app similar to Tinder that allows group of friends to pick restaurant in real-time. Demo - https://www.youtube.com/watch?v=sRXuX_tjzx0&ab_channel=AnnieQin

    JavaScript 1 2

  2. Data-Visualization-System-PC-Game-PUBG Data-Visualization-System-PC-Game-PUBG Public

    Forked from zsxing99/React-PUBG

    An interactive data visualization system built with D3.js and React.js that helps gamers of PUBG game devise better strategies from 100k+ historical data.

    JavaScript

  3. encrypted-chat-app-chatSignal encrypted-chat-app-chatSignal Public

    Forked from ECS153/final-project-chatsignal

    Web app for chatting securely (fully encrypted) with friends in real-time. Demo video: https://www.youtube.com/watch?v=z6SUg_W3WR8

    JavaScript

  4. Part-of-Speech-Tagger-NLP-Model- Part-of-Speech-Tagger-NLP-Model- Public

    Machine learning model that classifies any given word with its part of speech (noun, verb, adj., ...etc) with 95% success rate, trained from dataset of 30k words.

    Perl

  5. Top-10-Tweeters-Finder-In-C Top-10-Tweeters-Finder-In-C Public

    This is a robust, bug-free C program that finds the top ten tweeters who make most tweets from a given csv file of historical tweets record. The goal is to run fuzz tests, do unit tests, and write …

    C 1

  6. User-level-thread-library-in-C User-level-thread-library-in-C Public

    Implementation of the built-in thread library for C language, including support for Semaphore API and TPS API.

    C