Pinned Repositories
Constant-propagation-LLVM
A initial code analysis and transformation practice with LLVm
DataBase_Rust
Experimental implementation of Rust database
Falcon-Practice
some demo practice to deal with Python Falcon
flask_base
A basic template for flask app development.
getCmdWithPid
Operating System Lab : List Pid And Cmd With C
Kademlia-in-Go
Go implementation of Kademlia Distributed Hash Table
multi-layer-Markov-Net
a multi layer Markov Net trained using Gibbs Sampling
Rust_WebServer
Demo implementation for a web server written in Rust.
SVM_GD_Distributed_Project
final project for distributed optimization: training SVM with distributed gradient descent
xv6-kernel-play
This repo is used to play with xv6 kernel. Mainly purpose is to review operating system.
luckyharryji's Repositories
luckyharryji/SVM_GD_Distributed_Project
final project for distributed optimization: training SVM with distributed gradient descent
luckyharryji/Constant-propagation-LLVM
A initial code analysis and transformation practice with LLVm
luckyharryji/Go_ChatServer
A chat server written with Go
luckyharryji/DataBase_Rust
Experimental implementation of Rust database
luckyharryji/Kademlia-in-Go
Go implementation of Kademlia Distributed Hash Table
luckyharryji/multi-layer-Markov-Net
a multi layer Markov Net trained using Gibbs Sampling
luckyharryji/Rust_Graph_Path
Rust implementation of find path in graph
luckyharryji/Rust_WebServer
Demo implementation for a web server written in Rust.
luckyharryji/xv6-kernel-play
This repo is used to play with xv6 kernel. Mainly purpose is to review operating system.
luckyharryji/Artificial-Intelligence-Practice
Code Practice for AI
luckyharryji/caffe-practice
practice code of Caffe
luckyharryji/concurrency_cpp
luckyharryji/Go_Ping-Pong-Simulator
A Go demonstration of the Ping Pong Play -- Source from Google I/O
luckyharryji/haskell-rocks
practice haskell
luckyharryji/LLVM_tutorial_build
try to follow LLVM tutorial to build a whole project end to end
luckyharryji/mark-sweep
A simple mark-sweep garbage collector in C
luckyharryji/parallel-C
Writing Parallel Code with C : practice version
luckyharryji/ppt
PPT I collected
luckyharryji/practice-of-Python-C
my own practice code and reading notes of Python Code Book, continue reminds me and still contributing......
luckyharryji/random-learning-pick
some random learning repo
luckyharryji/ray-tracing-demo
luckyharryji/rn_playground
luckyharryji/Rust_codeBook
a code backup for RUST learning and projects
luckyharryji/Rust_WordFrequency_SpellChecking
bakup for assignment
luckyharryji/set-expansion-with-EM
Performing exception-maximization to achieve set expansion task
luckyharryji/SimpleDB
SimpleDB implementation with Java
luckyharryji/some-learning-note
luckyharryji/system-tips
luckyharryji/tf-demo
demo code for tensorflow
luckyharryji/thread-pool-practice
learning for thread pool