chingyuany
I am a software developer and earned a M.S degree in Computer Science. I’m currently working with Java, Spring Boot, JavaScript, SQL, React, Angular.
Booz Allen HamiltonGaithersburg, MD
Pinned Repositories
Boruvka-MST-Algorithms-in-MPI
This program using Boruvka’s algorithm to find the minimum spanning tree from a graph and implement it in MPI parallel programming.
E-commerce-Java-Springboot
These are backend RESTful APIs for e-commerce/online shopping website front end to use.
Finding-a-Gene-and-Web-Links
This program is to use different way to find a string of DNA in the strings and find URL in the file.
Image-Steganography-CUDA-parallel-computing
This program is to do image Steganography in CUDA via nvidia gpu with a blind hide algorithm
Metube-PHP
This is a video sharing website which provide some other features compare to YouTube website. This website constructed with HTML, CSS, jQuery, PHP, MySQL, Apache, Bootstrap webserver technique.
OpenCL-Matrix-Multiplication
This OpenCL program that takes as inputs two square matrices A and B with dimension (40 x 40) and performs the multiplication of the two matrices to create matrix C = A x B
React-Alan-Bulletin-Board
React-TypeScript
Twitter-hatespeech-detection-Python
We collect and sort out the Twitter datasets use the paper, official API and hatebase API. Then we use these dataset and deep learning methods, such as SVM, LSTM, bi-LSTM to train the model for the Twitter hate speech detection.
wiki-Java-Springboot
This is a Knowledge base that includes E-books(wangEditor), categories, user management and statistics reports (Apache ECharts), the interface adopts Restful API and Axios, the Ant Design of Vue interacts with back end via Nginx reverse proxy.
chingyuany's Repositories
chingyuany/Pthread
This is a Pthread example program
chingyuany/OpenGL-rotating-planet
Create a rotating planet in OpenGL
chingyuany/OpenCL-Matrix-Multiplication
This OpenCL program that takes as inputs two square matrices A and B with dimension (40 x 40) and performs the multiplication of the two matrices to create matrix C = A x B
chingyuany/Blockchain-Python
This program is to simulate the BlockChain, Bitcoin transactions and Pos algorithm for different users.