Irene1028
A talent coder and enthusiastic image analyst from Duke University. Looking for a SDE full-time.
Pinned Repositories
Cloud-Image-Processing
It is a cloud image processing platform built based on OpenCV. There is a server which can provide simple image processing services to multiple clients at the same time.
Database-Programming
Built a PostgreSQL database with C++ and provided an interface interacting with the database.
Hot-Potato-Game
Hot Potato game implemented with C and TCP/IP.
Simple-Cmd-Shell
A simple command shell implemented in C++.
HTTP-Caching-Proxy
A HTTP proxy with cache mechanism to forward requests and cache responses
Ride-Sharing-App
Calculator
A simple calculator built in MFC interface and C++.
Data-Structure-and-Algorithms-Homeworks
This repository contains 106 assignments of the data structure course.
Kernel-Programming-Rootkit
Implemented Rootkit functionality: load a kernel module that will conceal the presence of your attack program as well as some of its malicious activities. It is the homework5 of ECE650, Duke University.
Leetcode
Some leetcode solutions.
Irene1028's Repositories
Irene1028/HTTP-Caching-Proxy
A HTTP proxy with cache mechanism to forward requests and cache responses
Irene1028/Ride-Sharing-App
Irene1028/Leetcode
Some leetcode solutions.
Irene1028/Data-Structure-and-Algorithms-Homeworks
This repository contains 106 assignments of the data structure course.
Irene1028/Retina-Image-Analysis
This repository included code I completed during mice retina image analysis project.
Irene1028/Hot-Potato-Game
Hot Potato game implemented with C and TCP/IP.
Irene1028/Database-Programming
Built a PostgreSQL database with C++ and provided an interface interacting with the database.
Irene1028/new-grads-2020
A collection of new grad roles for 2020
Irene1028/leetcode-1
leetcode solution auto download代码自动下载生成器(Leetcode solution auto generator)
Irene1028/Objective-Video-Quality-Evaluation-System
It is a video quality assessment system using a no-reference algorithm
Irene1028/Calculator
A simple calculator built in MFC interface and C++.
Irene1028/Cloud-Image-Processing
It is a cloud image processing platform built based on OpenCV. There is a server which can provide simple image processing services to multiple clients at the same time.
Irene1028/Pattern-Recognition-and-Classification
Many classifiers and recognition methods were implemented, like KNN, Cross Validation, Bayes, PCA, etc.
Irene1028/Kernel-Programming-Rootkit
Implemented Rootkit functionality: load a kernel module that will conceal the presence of your attack program as well as some of its malicious activities. It is the homework5 of ECE650, Duke University.
Irene1028/Self-defined-malloc
It is a self-defined malloc function realized in C
Irene1028/Simple-Cmd-Shell
A simple command shell implemented in C++.
Irene1028/PythonImageProcessing
Python GUI to perform basic image processing functions