Pinned Repositories
abseil-cpp
Abseil Common Libraries (C++)
bfg-repo-cleaner
Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
jemalloc
memory
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
rpclib
rpclib is a modern C++ msgpack-RPC server and client library
moriartyz's Repositories
moriartyz/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
moriartyz/abseil-cpp
Abseil Common Libraries (C++)
moriartyz/bfg-repo-cleaner
Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
moriartyz/jemalloc
moriartyz/memory
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
moriartyz/rpclib
rpclib is a modern C++ msgpack-RPC server and client library
moriartyz/bsdiff
bsdiff and bspatch are libraries for build and applying patches to binary files.
moriartyz/c4
C in four functions
moriartyz/cheats
Community-sourced cheatsheets for navi
moriartyz/cotire
CMake module to speed up builds.
moriartyz/easyloggingpp
Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
moriartyz/frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
moriartyz/google-coredumper
Mirror of https://code.google.com/p/google-coredumper/ with Arch package fixes
moriartyz/hammerspoon
Staggeringly powerful macOS desktop automation with Lua
moriartyz/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
moriartyz/libaco
A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞
moriartyz/NUC8i7BEH-EFI
Clover EFI For NUC8i7BEH
moriartyz/phxrpc
A simple C++ based RPC framework.
moriartyz/proxychains-ng
proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
moriartyz/proxyee-down
http下载工具,基于http代理,支持多连接分块下载
moriartyz/rtt
Real-Time Toolkit
moriartyz/shadowsocksr
Python port of ShadowsocksR
moriartyz/sites
【编程随想】收藏的各色网站
moriartyz/sqlite3pp
SQLite3++ - C++ wrapper of SQLite3 API
moriartyz/ssr-helper
A CLI Helper designed for Python port of ShadowsocksR(For Linux)
moriartyz/stacktrace
C++ library for storing and printing backtraces.
moriartyz/the_silver_searcher
A code-searching tool similar to ack, but faster.
moriartyz/tinylog
A lightweight C-language log component for UNIX environment, It is a high performance, asynchronized, thread-safe and process-safe log library for C/C++; tinylog是一个专为UNIX设计的轻量级的C/C++日志模块,其提供了高性能,异步,线程安全,进程安全的日志功能。
moriartyz/ydiff
a tool for structural comparison of programs