Pinned Repositories
aosabook
The Architecture of Open Source Applications
awesome-cpp
A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
bazel
Correct, reproducible, and fast builds for everyone.
Benchmarks
Benchmarks for CNTK and other toolkits.
boringssl-bazel
BoringSSL, set up to build with Bazel
brpc
Industrial-grade RPC framework used throughout Baidu, with 600,000+ instances and 500+ kinds of services, called "baidu-rpc" inside Baidu.
caffe
Caffe: a fast open framework for deep learning.
CaffeOnSpark
celery
Distributed Task Queue (development branch)
handy
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
buddyhello's Repositories
buddyhello/handy
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
buddyhello/aosabook
The Architecture of Open Source Applications
buddyhello/bazel
Correct, reproducible, and fast builds for everyone.
buddyhello/boringssl-bazel
BoringSSL, set up to build with Bazel
buddyhello/brpc
Industrial-grade RPC framework used throughout Baidu, with 600,000+ instances and 500+ kinds of services, called "baidu-rpc" inside Baidu.
buddyhello/caffe
Caffe: a fast open framework for deep learning.
buddyhello/CaffeOnSpark
buddyhello/celery
Distributed Task Queue (development branch)
buddyhello/cJSON
Ultralightweight JSON parser in ANSI C
buddyhello/cmockery
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
buddyhello/cnetpp
a ligthweight asynchronized network library focused on backend c++ development
buddyhello/CNTK
Computational Network Toolkit (CNTK)
buddyhello/CUP
Wish CUP to be a popular common useful python-lib in the world! (Currently, Most popular python lib in baidu)
buddyhello/DistributedTensorFlowSample
Distributed TensorFlow Sample
buddyhello/ERNIE
An Implementation of ERNIE For Language Understanding (including Pre-training models and Fine-tuning tools)
buddyhello/GDLnotes
Google Deep Learning Notes(TensorFlow教程)
buddyhello/hiredis
Minimalistic C client for Redis >= 1.2
buddyhello/incubator-mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
buddyhello/lamvi
Language model visual inspector
buddyhello/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
buddyhello/models
Models built with TensorFlow
buddyhello/muduo
A C++ non-blocking network library for multi-threaded server in Linux
buddyhello/Paddle
PArallel Distributed Deep LEarning
buddyhello/pygtrie
Python library implementing a trie data structure.
buddyhello/tensorflow
Computation using data flow graphs for scalable machine learning
buddyhello/Theano
Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It can use GPUs and perform efficient symbolic differentiation.
buddyhello/torch7
http://torch.ch
buddyhello/Visualizing-and-Understanding-Neural-Models-in-NLP
buddyhello/warp-ctc
Fast parallel CTC.
buddyhello/WebBench
Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。