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/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/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.
chingyuany/E-commerce-Java-Springboot
These are backend RESTful APIs for e-commerce/online shopping website front end to use.
chingyuany/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.
chingyuany/Image-Steganography-CUDA-parallel-computing
This program is to do image Steganography in CUDA via nvidia gpu with a blind hide algorithm
chingyuany/React-Alan-Bulletin-Board
chingyuany/React-TypeScript
chingyuany/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.
chingyuany/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.
chingyuany/Analyze-Birth-Data
This program is to analyze data on baby names from the United State.
chingyuany/Assements-in-Java
These are some assessments of the National Taiwan University course in Java.
chingyuany/Assessments-in-Cpp
These are some assessments of the National Taiwan University course in C++.
chingyuany/Batch-Grayscale-and-Image-Inversion
This program is to convert images to grayscale and image inversion
chingyuany/Bucket-Sort-MPI-in-Python
This is a Bucket Sort using MPI in Python
chingyuany/Caesar-Cipher-algorithm
This program implement Caesar Cipher algorithm and breaking it.
chingyuany/Calculating-characteristics-from-shapes
This program is to calculate some characteristics about shapes
chingyuany/chingyuany
chingyuany/Finding-Unique-IP-Addresses
This program can return an integer representing the number of unique IP addresses.
chingyuany/flask-redis
chingyuany/GPU_CUDA
These programs are using CUDA to do the General-Purpose Computation on GPU.
chingyuany/Heat-Distribution-Simulation-in-MPI
This program is to compute distribution of heat in a region over time given a fixed heat source.
chingyuany/Java_OOD_window_simple_exercise
This repository contains 6 simple exercises for OOD concepts and has window interface
chingyuany/Learn_GitHub_Actions
chingyuany/Mandelbrot-in-ISPC-and-Pthread
This program can create two different images using Mandelbrot set in ISPC and Pthread
chingyuany/MapReduce-Programming-on-MovieLens-Data
MapReduce Programming on MovieLens Data
chingyuany/Monte-Carlo-Method-in-OpenMP-and-MPI
The program is to use Monte Carlo Method to calculate 𝜋 in OpenMP and MPI
chingyuany/Parsing-Weather-Data
This program is to to find the coldest day of the year and other interesting facts about the temperature and humidity in a day.
chingyuany/Searching-Earthquake-Data
Searching Earthquake Data
chingyuany/SUMMA-algorithm-in-MPI
This program use SUMMA algorithm for multiplying two dense matrices in MPI
chingyuany/Telling-a-Random-Story
This program determine the word that occurs the most often in a file. If more than one word occurs as the most often, then return the first such word found