jasonszang's Stars
nvbn/thefuck
Magnificent app which corrects your previous console command.
protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
ggreer/the_silver_searcher
A code-searching tool similar to ack, but faster.
gabime/spdlog
Fast C++ logging library.
ChristosChristofidis/awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
google/gson
A Java serialization/deserialization library to convert Java Objects into JSON and back
seaweedfs/seaweedfs
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.
apache/brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
getpelican/pelican
Static site generator that supports Markdown and reST syntax. Powered by Python.
capnproto/capnproto
Cap'n Proto serialization/RPC system - core tools and C++ library
coturn/coturn
coturn TURN server project
ninja-build/ninja
a small build system with a focus on speed
cesanta/mongoose
Embedded TCP/IP network stack with embedded web server, Websocket, and MQTT client
open-source-parsers/jsoncpp
A C++ library for interacting with JSON.
rbgirshick/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
arzzen/git-quick-stats
▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository.
google/snappy
A fast compressor/decompressor
nghttp2/nghttp2
nghttp2 - HTTP/2 C Library and tools
puniverse/quasar
Fibers, Channels and Actors for the JVM
jarro2783/cxxopts
Lightweight C++ command line option parser
westes/flex
The Fast Lexical Analyzer - scanner generator for lexing in C and C++
eidheim/Simple-Web-Server
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
nvbn/everpad
Evernote client well integrated with linux desktop
briandilley/jsonrpc4j
JSON-RPC for Java
jeaye/stdman
Formatted C++20 stdlib man pages (cppreference)
etr/libhttpserver
C++ library for creating an embedded Rest HTTP server (and more)
iauns/cpm
C++ Package Manager
KKys/ZhiHuSpider
Java无框架实现爬取知乎用户信息、图片和知乎推荐内容并下载到本地或数据库中
jacket-code/redlock-cpp
C++实现redis分布式锁(Redlock Redis-based distributed locks implementation in C++)