Language: Python, Javascript, HTML
Frameworks/Libraries: Django, jQuery, Bootstrap
This is a movie website, using Django as backend, SQlite as database.
Language: JavaScript, HTML
Frameworks/Libraries: React
This is a single page web app built with React.
Language: Java
Frameworks/Libraries: Swing
A client/server model online Windows game.
Used socket to connect client with server, Swing to develop the GUI, XML to transfer data between client and server, SAX to parse XML and JUnit to test.
Language: JavaScript, HTML
Frameworks/Libraries: D3, jQuery, Bootstrap
This is a data visualization of world map with population data from 2015 to 2100, developed with D3.
View Code View WebsiteLanguage: Python
This is a research project about website complexity and performance. Use Python to parse GBs of JSON format HAR (HTTP Archive) files, and analyze the statistical data to find patterns among popular websites, and the key factor of website performance.
Language: JavaScript
This is a gallery of my data visualization using D3.
View WebsiteLanguage: Python
1. Download Data from Twitter
2. Analyze Twitter Text
3. Analyze Twitter Users
4. Business Question: How to evaluate consumers' satisfaction using Twitter? (Use Game Consoles in both
English and Japanese as Examples)
Language: Python
1. Overview the Dataset Using Pandas
2. Histograms and Conjectures Based on the Distribution
3. Correlation between Men and Women
4. Business Question: How to Improve the Income of Movie Company?
Language: Python
This is a project using scikit-learn to analyze text data. This project includes,
1. Work with Text Data Using Scikit-Learn
2. Explore TfidVectorizer Parameters
3. Explore Machine learning Algorithms(LinearSVC and KNeighbors)
4. Split Positive and Negative in a Scatter Plot
Language: Python
1. Correlation between Salary and Work Year
2. Correlation between Salary and Education Degree
3. Where are the surveys from?
4. Programmers in the USA
5. Web Developer in the USA
6. Programming Languages and Frameworks Used in the USA
Language: Java
This project is a practice of Hibernate. The code covers most common usage of Hibernate.
View CodeLanguage: Java
This project is a practice and exploration of Spring.
View CodeLanguage: Java
This project is a practice and exploration of Java EE including Servlet and JSP.
View CodeLanguage: Python
Implemented a 3-layer network stack consisting of: application, data-link and physical layers.
Language: C++
A console chat room including client and server developed in C++.