James-QiuHaoran
Systems Research at Microsoft Azure Research | CS PhD at UIUC
Microsoft Azure Research @microsoftChampaign, Illinois
Pinned Repositories
cs249r_book
Introduction to Machine Learning Systems
distributed-computing-platform-mapreduce
This repository contains a simple Hadoop-like (MapReduce) distributed computing platform implemented in Java. It is extended from a course project at UIUC awarded the best Java version implementation and it's open-sourced for reference.
Final-Year-Project-Website
Website for our final year project - FRING: FAST BLOCKCHAIN ON SGX-FACILITATED PEER-TO-PEER NETWORK; Project FRing includes a new peer-to-peer network protocol that improves communication performance among peers and an implementation of fast, consistent blockchain system on top of this P2P network.
James-QiuHaoran.github.io
This is my (old) personal website using bootstrap. Free to clone and use as your website template :-) New homepage:
LLM-serving-with-proxy-models
Efficient Interactive LLM Serving with Proxy Model-based Sequence Length Prediction | A tiny model can tell you the verbosity of an LLM (with low latency!)
Othello
Othello game (versus computer AI agent) implemented in Python. Try to see whether you can beat it!
scalable-image-matching
This is a image matching system for scalable and efficient matching of images from a large database. The basic idea is to compute perceptural hash value for each image and compare the similarity based on the pHash computed. Searching are scalable with the elasticsearch as the backend database.
simple-compilers
Several simple compilers/interpreters implemented in C/C++ or Haskell, e.g. music notation compiler (simple music notation to abc notation), several compilers for toy programming languages, and an interpreter for a JavaScript-like programming language.
structured-p2p-overlay-network
Final Year Project @HKU Department of Computer Science | HGFRR includes a new peer-to-peer network protocol that improves communication efficiency and security among peers, and an implementation of a fast, secure blockchain system on top of this P2P network.
Tools
This repository consists of useful tools or guides for system software development or anything interesting.
James-QiuHaoran's Repositories
James-QiuHaoran/Othello
Othello game (versus computer AI agent) implemented in Python. Try to see whether you can beat it!
James-QiuHaoran/JPoker_24_Game
This is a game project built on java. RMI is used to support the communication between the server and clients. Login, registration and logout function is provided through RMI. JMS is used to support other message delivering and communication between clients and the server. It is asynchronous and safer. JDBC and MySQL is used to build the game database. The game logic is as usual 24-games.
James-QiuHaoran/opencv-cpp
Codes of C++ & OpenCV This repository consists of a bunch of OpenCV programs written in C++, which includes Image Processing, Video I/O, Object Detection by MSE, Cascade Classifier and so on.
James-QiuHaoran/BigTwoGame-with-Network-Facilited
[BigTwo game written in Java] This repository is actually the version 2.0 of BigTwo. You can play the poker game with your friends now!
James-QiuHaoran/Client-Server-Model-Using-RMI
This project is actually a pre-project prepared for building the game called "Joker 24". In this project, I use RMI to handle remote procedure calls. The clients can use interfaces built in the server if they get connection with the server. The whole project is based on Java.
James-QiuHaoran/ChatterBox
A simple single-page social chat application using the MEAN stack (MongoDB, Express.JS, AngularJS, and Node.js).
James-QiuHaoran/every-programmer-should-know
A collection of (mostly) technical things every software developer should know
James-QiuHaoran/BigTwo
A poker game designed by Java.
James-QiuHaoran/MCM_Thesis
MCM 2017 Team #71053 (Latex Version)
James-QiuHaoran/selfdriving-vehicle
This project is about selfdriving-vehicle, consisting of object detection, geometry (overlap detection) and event decision (driving behavior analysis).
James-QiuHaoran/Back-End-Developer-Interview-Questions
A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore
James-QiuHaoran/build-your-own-x
🤓 Build your own (insert technology here)
James-QiuHaoran/ceph
Ceph is a distributed object, block, and file storage platform
James-QiuHaoran/Code_Intro_Algorithm
This repository is constituted with corresponding codes in C++ to "Introduction to Algorithms".
James-QiuHaoran/Image-Processing-Tutorial
James-QiuHaoran/Python-Algo
All Algorithms implemented in Python
James-QiuHaoran/QEMU-MC
James-QiuHaoran/riak_core
Distributed systems infrastructure used by Riak.
James-QiuHaoran/WebmailSys