Pinned Repositories
algorithms
This repository contains my own implementations of many classical algorithms that may be useful in ACM-ICPC competition.
autograd
a POC of autograd using c++ templates
database-midterm
midterm project of database course
minijavac
Compiler Project
simple-http-server
A simple http server using epoll
tiny_shell_lab
Y86_Simulator
A Y86 Simulator with lots of optimization, written in C++, Qt.
rpds
Rust persistent data structures
lulitao1997's Repositories
lulitao1997/database-midterm
midterm project of database course
lulitao1997/tiny_shell_lab
lulitao1997/TrickyCpp
keeping track of CPP problems encountered.
lulitao1997/algorithms
This repository contains my own implementations of many classical algorithms that may be useful in ACM-ICPC competition.
lulitao1997/autograd
a POC of autograd using c++ templates
lulitao1997/minijavac
Compiler Project
lulitao1997/simple-http-server
A simple http server using epoll
lulitao1997/Y86_Simulator
A Y86 Simulator with lots of optimization, written in C++, Qt.
lulitao1997/ansible-v2ray-ws-tls-nginx
deploy v2ray + nginx, with the websocket + https setup
lulitao1997/avro
Apache Avro is a data serialization system.
lulitao1997/coursera_machine_learning
lulitao1997/cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
lulitao1997/DS_final
lulitao1997/egui
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
lulitao1997/executable_bundle
lulitao1997/gemmlowp
Low-precision matrix multiplication
lulitao1997/hugo-redlounge
A Hugo theme
lulitao1997/imgui-sfml
Dear ImGui binding for use with SFML
lulitao1997/lab4
lulitao1997/nixcrpkgs
Tools for cross-compiling standalone applications using Nix.
lulitao1997/oh-my-zsh
A delightful community-driven (with 1,200+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
lulitao1997/rpds
Rust Persistent Data Structures
lulitao1997/rust-bindgen
Automatically generates Rust FFI bindings to C (and some C++) libraries.
lulitao1997/uriparser
:hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub
lulitao1997/Y86-Concurrency