Pinned Repositories
100-Days-Of-ML-Code
100 Days of ML Coding
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
BaiduPCS-Go
百度网盘客户端 - Go语言编写
botan
Cryptography Toolkit
Build-Your-Own-Compile-System
A Small And Complete Compile System : Lexer, Parser, Assembler And Linker
chromium
The official GitHub mirror of the Chromium source
chromium-base
from chromium
cmake-examples
Useful CMake Examples
co_curl
CS-Learning
handgunsoldier's Repositories
handgunsoldier/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
handgunsoldier/botan
Cryptography Toolkit
handgunsoldier/Build-Your-Own-Compile-System
A Small And Complete Compile System : Lexer, Parser, Assembler And Linker
handgunsoldier/chromium
The official GitHub mirror of the Chromium source
handgunsoldier/chromium-base
from chromium
handgunsoldier/cmake-examples
Useful CMake Examples
handgunsoldier/co_curl
handgunsoldier/CS-Notes
:books: Computer Science Learning Notes
handgunsoldier/Cxx_HOPL4_zh
Chinese translation of Bjarne Stroustrup's HOPL4 paper
handgunsoldier/distribution-is-all-you-need
The basic distribution probability Tutorial for Deep Learning Researchers
handgunsoldier/glaze
Extremely fast, in memory, JSON and interface library for modern C++
handgunsoldier/gtest_sample
A google test sample.
handgunsoldier/ice_halo_sim
A ray-tracing based simulation program for ice halos.
handgunsoldier/intrusive
Boost.org intrusive module
handgunsoldier/json
JSON for Modern C++
handgunsoldier/LeetCode
handgunsoldier/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
handgunsoldier/LockFreeQueue
A lock-free multi-producer multi-consumer ring buffer FIFO queue.
handgunsoldier/mcmc-demo
Interactive Markov-chain Monte Carlo javascript demo
handgunsoldier/memory
学习路上的一些记录,「Don't repeat yourself!」。
handgunsoldier/nsfw_model
Keras model of NSFW detector
handgunsoldier/openbilibili
handgunsoldier/ostep-code
Code from various chapters in OSTEP (http://www.ostep.org)
handgunsoldier/pbrt-v3
Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
handgunsoldier/proc-macro-workshop
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
handgunsoldier/QuLab
A framework for researchers
handgunsoldier/QuLab_toolbox
toolbox for QuLab
handgunsoldier/Rust
All Algorithms implemented in Rust
handgunsoldier/tqsdk-python
天勤量化开发包, 期货量化, 实时行情/历史数据/实盘交易
handgunsoldier/uring_file
Asynchronous file I/O with io_uring and asyncio