fupolarbear's Stars
mtdvio/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
carbon-app/carbon
:black_heart: Create and share beautiful images of your source code
facebookresearch/fastText
Library for fast text representation and classification.
alibaba/fastjson
FASTJSON 2.0.x has been released, faster and more secure, recommend you upgrade.
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".
carloscuesta/gitmoji
An emoji guide for your commit messages. 😜
ethereum/wiki
The Ethereum Wiki
apple/foundationdb
FoundationDB - the open source, distributed, transactional key-value store
cheat/cheat
cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
tuhdo/os01
Bootstrap yourself to write an OS from scratch. A book for self-learner.
Embedding/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
drduh/YubiKey-Guide
Guide to using YubiKey for GnuPG and SSH
yangyangwithgnu/use_vim_as_ide
use vim as IDE
RedditSota/state-of-the-art-result-for-machine-learning-problems
This repository provides state of the art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem's SoTA result is out of date or missing, please raise this as an issue or submit Google form (with this information: research paper name, dataset, metric, source code and year). We will fix it immediately.
bitemyapp/learnhaskell
Learn Haskell
tensorpack/tensorpack
A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility
paperswithcode/ai-deadlines
:alarm_clock: AI conference deadline countdowns
facebookresearch/DrQA
Reading Wikipedia to Answer Open-Domain Questions
kern/filepizza
:pizza: Peer-to-peer file transfers in your browser
rocky/python-uncompyle6
A cross-version Python bytecode decompiler
sofastack/sofa-jarslink
Jarslink is a sofa ark plugin used to manage multi-application deployment
Sarasra/models
Models and examples built with TensorFlow
kaonashi-tyc/zi2zi
Learning Chinese Character style with conditional GAN
Arturus/kaggle-web-traffic
1st place solution
mssun/passforios
Pass for iOS - an iOS client compatible with Pass command line application.
baidu/bigflow
Baidu Bigflow is an interface that allows for writing distributed computing programs and provides lots of simple, flexible, powerful APIs. Using Bigflow, you can easily handle data of any scale. Bigflow processes 4P+ data inside Baidu and runs about 10k jobs every day.
kaonashi-tyc/Rewrite
Neural Style Transfer For Chinese Characters
youngdro/guitarChord
吉他和弦推导算法
balacode/one-file-pdf
A minimalist Go PDF writer in 1982 lines. Draws text, images and shapes. Helps understand the PDF format. Used in production for reports.