stonefly's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
DopplerHQ/awesome-interview-questions
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
kdn251/interviews
Everything you need to know to get the job.
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
aymericdamien/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
facebook/folly
An open-source C++ library developed and used at Facebook.
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
apache/mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
wilsonfreitas/awesome-quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
jtoy/awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
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".
jupyterlab/jupyterlab
JupyterLab computational environment.
google/yapf
A formatter for Python files
bbfamily/abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
rigtorp/awesome-modern-cpp
A collection of resources on modern C++
chiphuyen/stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
statsmodels/statsmodels
Statsmodels: statistical modeling and econometrics in Python
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
cs01/gdbgui
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
cython/cython
The most widely used Python to C compiler
electronicarts/EASTL
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
microsoft/cpprestsdk
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
cuemacro/finmarketpy
Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians)
twosigma/beakerx
Beaker Extensions for Jupyter Notebook
selwin/python-user-agents
A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings.
jupyter/dashboards
[RETIRED] See Voilà as a supported replacement
sammchardy/python-kucoin
Kucoin REST and Websocket API python implementation
DonJayamanne/vscodeJupyter
Jupyter for Visual Studio Code
baruchel/tco
Tail Call Optimization for Python