Pinned Repositories
Modern-Compiler-Implementation-in-C
book and codes for Modern Compiler Implementation in C
algorithms
《算法 (第4版)》、牛课堂、《剑指Offer》、
Beauty-Of-Programming-solutions
《编程之美》例题及习题练习代码
c
Compile and execute C "scripts" in one go!
cplusplus-_Implementation_Of_Introduction_to_Algorithms
《算法导论》第三版中算法的C++实现
dot-tmux
the configuration for tmux
dotfiles
:nut_and_bolt: Dotfiles for bash, zsh, tmux, emacs, vim, etc
dragon-book-exercise-answers
Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。
FreeNOS
Free Niek's Operating System (FreeNOS)
gcc
wenxuegege's Repositories
wenxuegege/polkadot
Polkadot Node Implementation
wenxuegege/incubator-tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
wenxuegege/TensorflowLite-UNet
Implementation of UNet by Tensorflow Lite. Semantic segmentation without using GPU with RaspberryPi + Python. In order to maximize the learning efficiency of the model, this learns only the "Person" class of VOC2012. And Comparison with ENet.
wenxuegege/MobileNet-SSD
Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
wenxuegege/mtcnn-caffe
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
wenxuegege/YOLOv3-caffe
A YOLOv3 model in caffe
wenxuegege/SSH
SSH: Single Stage Headless Face Detector
wenxuegege/lihang_book_algorithm
致力于将李航博士《统计学习方法》一书中所有算法实现一遍
wenxuegege/dot-tmux
the configuration for tmux
wenxuegege/light2d
Light rendering in 2D
wenxuegege/dotfiles
:nut_and_bolt: Dotfiles for bash, zsh, tmux, emacs, vim, etc
wenxuegege/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
wenxuegege/c
Compile and execute C "scripts" in one go!
wenxuegege/ldd3-examples-3.x
port ldd3 source code examples after linux 3.x
wenxuegege/xbyak
a JIT assembler for x86(IA-32)/x64(AMD64, x86-64) MMX/SSE/SSE2/SSE3/SSSE3/SSE4/FPU/AVX/AVX2/AVX-512 by C++ header
wenxuegege/qemu-2.7-loongson_support
wenxuegege/hacker-scripts
Based on a true story
wenxuegege/leetcode-1
LeetCode Problems' Solutions
wenxuegege/WebBench
Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。
wenxuegege/llvm
Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
wenxuegege/leetcode
LeetCode题解,151道题完整版
wenxuegege/Github-Pages-Example
BeiYuu's Blog
wenxuegege/Learning-SICP
《计算机程序的构造和解释》公开课中文化项目。
wenxuegege/vim-plug
:hibiscus: Minimalist Vim Plugin Manager
wenxuegege/gcc
wenxuegege/qemu
Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored.
wenxuegege/dragon-book-exercise-answers
Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。
wenxuegege/FreeNOS
Free Niek's Operating System (FreeNOS)
wenxuegege/algorithms
《算法 (第4版)》、牛课堂、《剑指Offer》、
wenxuegege/Modern-Compiler-Implementation-in-C
book and codes for Modern Compiler Implementation in C