Publications

Work Experience

Projects

DAudit: DAudit provides Ops team an easier interface to evaluate risks in configuration of databases and big data toolkits. (https://github.com/shouc/daudit)

Sexpert: A wordpress plugin for handling Q&A in a CRM way. (Demo: http://sexinfoonline.com/ Code: https://github.com/shouc/sexpert)

Bug Trophy Case

Software:

Blockchain:

DeFi:
Contact me for details

Failed Startups

IBKiller / Zwang Inc.

Screen Shot 2020-11-14 at 9.01.08 PM

Screen Shot 2020-11-14 at 9.01.25 PM

Crawl.sh

Twoquick

Coursework

DPLL: A SAT solver implementation in Racket. (https://github.com/shouc/cs292c-hw3)

Ternary search tree: Binary search tree but each node has three children. (https://github.com/shouc/cs130a-proj1)

TCP & Reliable UDP: Implemented TCP and reliable UDP (adding ACK) server & client that support multithreading in C. (https://github.com/shouc/cs176a-proj1)

CFG to CNF: Convert context free grammar to chomsky normal form. (https://github.com/shouc/cfg_to_cnf)