Pinned Repositories
advent-of-code
Banking_Customer_Data
A system for bank that allow to store customer data by using Data Structure in C++
bypass_slider_captcha
Candy-Crush
A candy crush I made in Java GUI
CSE341-Projects
Computer Organization(CSE341) Projects: Calculator, Hamming Distance, and Euclidean
easypost-java
EasyPost Shipping API Client Library for Java
OCaml-Interpreter
CSE305 Interpreter Project
Tappy-Unicorn
A mobile game that users have to tap anywhere on the screen to fly from left to tight and to avoid obstacles by flying through the pipes in order to gain score.
TheSnowBallGame
A mobile game that user has to controlled two snowballs to avoid the obstacles, wrote an algorithm to increase the difficulty and the speed as the user gains higher score.
TradingMarket
CSE410 Blockchain Development Project
jchen293's Repositories
jchen293/advent-of-code
jchen293/bypass_slider_captcha
jchen293/TheSnowBallGame
A mobile game that user has to controlled two snowballs to avoid the obstacles, wrote an algorithm to increase the difficulty and the speed as the user gains higher score.
jchen293/Banking_Customer_Data
A system for bank that allow to store customer data by using Data Structure in C++
jchen293/Candy-Crush
A candy crush I made in Java GUI
jchen293/CSE341-Projects
Computer Organization(CSE341) Projects: Calculator, Hamming Distance, and Euclidean
jchen293/easypost-java
EasyPost Shipping API Client Library for Java
jchen293/github-streak
Artificially keep your GitHub streak going, and going, and going...
jchen293/OCaml-Interpreter
CSE305 Interpreter Project
jchen293/Tappy-Unicorn
A mobile game that users have to tap anywhere on the screen to fly from left to tight and to avoid obstacles by flying through the pipes in order to gain score.
jchen293/TradingMarket
CSE410 Blockchain Development Project
jchen293/GPA-Calculator
GPA Calculator made by Junjie Chen in Android platform, this app is designed for students who are in college or high school to help them calculate their GPA.
jchen293/html_checker
Html_checker, check if the html is valid or invalid
jchen293/jchen293.github.io
My new website
jchen293/leetcode-company-wise-problems-2022
Lists of company wise questions available on leetcode premium. Every csv file in the companies directory corresponds to a list of questions on leetcode for a specific company based on the leetcode company tags. Updated as of May, 2022.
jchen293/pinto-project-part1
jchen293/reviewdog
🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
jchen293/Tip_and_Split_Calculator
This app is made by Junjie Chen in Android platform, this app is designed for those who struggle calculate their tip and split the bill.
jchen293/Video-Synchronization
video synchronization
jchen293/Word_Frequency
compute the frequency of each string in a corpus of documents with efficient data structure in C++