Language: python
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
35067 | 708 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
chubin / cheat.sh
https://github.com/chubin/cheat.sh
stars | today |
---|---|
9074 | 594 |
the only cheat sheet you need
techbanca / coinai
https://github.com/techbanca/coinai
stars | today |
---|---|
216 | 202 |
Seed applications based on AI for digital currency quantitative analysis, medium-term forecast and asset allocation for the secondary market of the BANCA community
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
39780 | 189 |
A collective list of public JSON APIs for use in web development.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
38426 | 62 |
Models and examples built with TensorFlow
llSourcell / Reinforcement_Learning_for_Stock_Prediction
https://github.com/llSourcell/Reinforcement_Learning_for_Stock_Prediction
stars | today |
---|---|
80 | 66 |
This is the code for “Reinforcement Learning for Stock Prediction” By Siraj Raval on Youtube
Chakazul / Lenia
https://github.com/Chakazul/Lenia
stars | today |
---|---|
109 | 72 |
Lenia - Mathematical Life Forms
nbedos / termtosvg
https://github.com/nbedos/termtosvg
stars | today |
---|---|
5710 | 57 |
Record terminal sessions as SVG animations
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
31672 | 46 |
Deep Learning for humans
facebookincubator / xar
https://github.com/facebookincubator/xar
stars | today |
---|---|
788 | 48 |
executable archive format
google / ffn
stars | today |
---|---|
86 | 43 |
Flood-Filling Networks for instance segmentation in 3d volumes.
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
18752 | 32 |
The Python programming language
dongjun-Lee / text-classification-models-tf
https://github.com/dongjun-Lee/text-classification-models-tf
stars | today |
---|---|
76 | 40 |
Tensorflow implementations of Text Classification Models.
django / django
https://github.com/django/django
stars | today |
---|---|
35142 | 31 |
The Web framework for perfectionists with deadlines.
jackfrued / Python-100-Days
https://github.com/jackfrued/Python-100-Days
stars | today |
---|---|
4209 | 36 |
Python - 100天从新手到大师
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
31433 | 30 |
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
34209 | 35 |
A curated list of awesome Machine Learning frameworks, libraries and software.
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
29391 | 32 |
scikit-learn: machine learning in Python
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
39767 | 35 |
Command-line program to download videos from YouTube.com and other video sites
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
15227 | 33 |
The world’s simplest facial recognition api for Python and the command line
jerry-git / learn-python3
https://github.com/jerry-git/learn-python3
stars | today |
---|---|
470 | 34 |
Jupyter notebooks for teaching/learning Python 3
openai / glow
https://github.com/openai/glow
stars | today |
---|---|
1337 | 34 |
Code for reproducing results in “Glow: Generative Flow with Invertible 1x1 Convolutions”
facebookresearch / Detectron
https://github.com/facebookresearch/Detectron
stars | today |
---|---|
15252 | 31 |
FAIR’s research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Microsoft / TextWorld
https://github.com/Microsoft/TextWorld
stars | today |
---|---|
104 | 32 |
TextWorld is a sandbox learning environment for the training and evaluation of reinforcement learning (RL) agents on text-based games.
odoo / odoo
stars | today |
---|---|
10208 | 28 |
Odoo. Open Source Apps To Grow Your Business.
Language: go
jdkato / prose
https://github.com/jdkato/prose
stars | today |
---|---|
1144 | 458 |
📖 A Golang library for text processing, including tokenization, part-of-speech tagging, and named-entity extraction.
alecthomas / participle
https://github.com/alecthomas/participle
stars | today |
---|---|
650 | 360 |
A parser library for Go
josephyzhou / github-trending
https://github.com/josephyzhou/github-trending
stars | today |
---|---|
2243 | 152 |
Tracking the most popular Github repos, updated daily
rtr7 / router7
https://github.com/rtr7/router7
stars | today |
---|---|
1293 | 122 |
pure-Go small home internet router
golang / go
stars | today |
---|---|
44209 | 78 |
The Go programming language
alipay / sofa-mosn
https://github.com/alipay/sofa-mosn
stars | today |
---|---|
255 | 67 |
SOFA MOSN is a modular observable smart proxy which can be used in service mesh deployed as a data plane sidecar.
FiloSottile / mkcert
https://github.com/FiloSottile/mkcert
stars | today |
---|---|
6882 | 69 |
A simple zero-config tool to make locally trusted development certificates with any names you’d like.
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
13750 | 57 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
didi / falcon-log-agent
https://github.com/didi/falcon-log-agent
stars | today |
---|---|
104 | 44 |
用于监控系统的日志采集agent,可无缝对接open-falcon
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
18853 | 46 |
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance – up to 40 times faster. If you need smashing performance, get yourself some Gin.
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
33060 | 44 |
A curated list of awesome Go frameworks, libraries and software
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
38823 | 41 |
Production-Grade Container Scheduling and Management
iikira / BaiduPCS-Go
https://github.com/iikira/BaiduPCS-Go
stars | today |
---|---|
4730 | 41 |
百度网盘客户端 - Go语言编写
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
9380 | 37 |
An open platform to connect, manage, and secure microservices.
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
19322 | 29 |
Official Go implementation of the Ethereum protocol
gaia-pipeline / gaia
https://github.com/gaia-pipeline/gaia
stars | today |
---|---|
1628 | 39 |
Build powerful pipelines in any programming language.
iawia002 / annie
https://github.com/iawia002/annie
stars | today |
---|---|
3528 | 34 |
👾 Fast, simple and clean video downloader
Tencent / bk-cmdb
https://github.com/Tencent/bk-cmdb
stars | today |
---|---|
1358 | 33 |
蓝鲸智云配置平台(blueking cmdb)
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
23963 | 27 |
A golang ebook intro how to build a web with golang
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
27233 | 28 |
The world’s fastest framework for building websites.
Unknwon / the-way-to-go_ZH_CN
https://github.com/Unknwon/the-way-to-go_ZH_CN
stars | today |
---|---|
9024 | 25 |
《The Way to Go》中文译本,中文正式名《Go 入门指南》
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
17573 | 25 |
The Prometheus monitoring system and time series database.
liftbridge-io / liftbridge
https://github.com/liftbridge-io/liftbridge
stars | today |
---|---|
35 | 27 |
Lightweight, fault-tolerant message streams.
coreos / etcd
https://github.com/coreos/etcd
stars | today |
---|---|
19265 | 23 |
Distributed reliable key-value store for the most critical data of a distributed system
hyperledger / fabric
https://github.com/hyperledger/fabric
stars | today |
---|---|
6087 | 20 |
Read-only mirror of https://gerrit.hyperledger.org/r/#/admin/projects/fabric
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
105234 | 102 |
Computation using data flow graphs for scalable machine learning
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
62540 | 43 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
26227 | 31 |
Open Source Computer Vision Library
RKX1209 / nsemu
https://github.com/RKX1209/nsemu
stars | today |
---|---|
49 | 48 |
Experimental Nintendo Switch emulator
mmp / pbrt-v3
https://github.com/mmp/pbrt-v3
stars | today |
---|---|
1550 | 41 |
Source code for pbrt, the renderer described in the third edition of “Physically Based Rendering: From Theory To Implementation”, by Matt Pharr, Wenzel Jakob, and Greg Humphreys.
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
33277 | 30 |
Bitcoin Core integration/staging tree
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
27683 | 30 |
Protocol Buffers - Google’s data interchange format
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
15821 | 22 |
Godot Engine – Multi-platform 2D and 3D game engine
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
17163 | 21 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
aseprite / aseprite
https://github.com/aseprite/aseprite
stars | today |
---|---|
4826 | 25 |
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
BVLC / caffe
stars | today |
---|---|
24892 | 21 |
Caffe: a fast open framework for deep learning.
knightsj / awesome-algorithm-question-solution
https://github.com/knightsj/awesome-algorithm-question-solution
stars | today |
---|---|
63 | 25 |
LeetCode,《剑指offer》中的算法题的题目和解法以及常见算法的实现
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
19769 | 24 |
Tesseract Open Source OCR Engine (main repository)
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
10167 | 18 |
An open autonomous driving platform
uber / horovod
https://github.com/uber/horovod
stars | today |
---|---|
3186 | 22 |
Distributed training framework for TensorFlow, Keras, and PyTorch.
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
8115 | 20 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
envoyproxy / envoy
https://github.com/envoyproxy/envoy
stars | today |
---|---|
5809 | 19 |
C++ front/service proxy
grpc / grpc
stars | today |
---|---|
16246 | 17 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
google / googletest
https://github.com/google/googletest
stars | today |
---|---|
8606 | 14 |
Google Test
uglide / RedisDesktopManager
https://github.com/uglide/RedisDesktopManager
stars | today |
---|---|
8254 | 14 |
🔧 Cross-platform GUI management tool for Redis
XiaoMi / mace
https://github.com/XiaoMi/mace
stars | today |
---|---|
2141 | 15 |
MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
44565 | 15 |
The Swift Programming Language
v8 / v8
stars | today |
---|---|
9881 | 16 |
The official mirror of the V8 Git repository
hasherezade / dll_to_exe
https://github.com/hasherezade/dll_to_exe
stars | today |
---|---|
125 | 12 |
Converts a DLL into EXE
cmderdev / cmder
https://github.com/cmderdev/cmder
stars | today |
---|---|
14831 | 14 |
Lovely console emulator package for Windows
Language: javascript
hasura / graphql-engine
https://github.com/hasura/graphql-engine
stars | today |
---|---|
1959 | 827 |
Blazing fast, instant GraphQL APIs on Postgres with fine grained access control
phobal / ivideo
https://github.com/phobal/ivideo
stars | today |
---|---|
6594 | 400 |
一个可以观看国内主流视频平台所有视频的客户端(Mac、Windows、Linux) A client that can watch video of domestic(China) mainstream video platform
parcel-bundler / parcel
https://github.com/parcel-bundler/parcel
stars | today |
---|---|
24804 | 331 |
📦 🚀 Blazing fast, zero configuration web application bundler
imbrn / v8n
stars | today |
---|---|
855 | 285 |
☑️ JavaScript fluent validation library.
jasperapp / jasper
https://github.com/jasperapp/jasper
stars | today |
---|---|
458 | 245 |
Jasper - A flexible and powerful issue reader for GitHub
alidcastano / rogue.js
https://github.com/alidcastano/rogue.js
stars | today |
---|---|
1474 | 223 |
Rogue.js - a nearly invisible framework for creating server-rendered React applications
joshwcomeau / guppy
https://github.com/joshwcomeau/guppy
stars | today |
---|---|
1601 | 200 |
🐠 A friendly application manager and task runner for React.js
vuejs / vue
stars | today |
---|---|
107775 | 148 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
browsh-org / browsh
https://github.com/browsh-org/browsh
stars | today |
---|---|
8332 | 145 |
A fully-modern text-based browser, rendering to TTY and browsers
gothinkster / realworld
https://github.com/gothinkster/realworld
stars | today |
---|---|
17223 | 128 |
“The mother of all demo apps” — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
106576 | 85 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
mixn / carbon-now-cli
https://github.com/mixn/carbon-now-cli
stars | today |
---|---|
2482 | 86 |
🎨 Beautiful images of your code — from right inside your terminal.
nhnent / tui.image-editor
https://github.com/nhnent/tui.image-editor
stars | today |
---|---|
1035 | 84 |
🍞 🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
27028 | 75 |
Algorithms and data structures implemented in JavaScript with explanations and links to further readings
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
35768 | 73 |
📚 免费的计算机编程类中文书籍,欢迎投稿
oncebot / pushbar.js
https://github.com/oncebot/pushbar.js
stars | today |
---|---|
137 | 73 |
Tiny javascript plugin for creating sliding drawers in web apps
vaneenige / phenomenon
https://github.com/vaneenige/phenomenon
stars | today |
---|---|
834 | 65 |
🦄 A fast 2kB low-level WebGL API. GPU based with shaders.
GoogleChromeLabs / pwacompat
https://github.com/GoogleChromeLabs/pwacompat
stars | today |
---|---|
267 | 66 |
PWACompat to bring Web App Manifest to older browsers
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
44970 | 59 |
Promise based HTTP client for the browser and node.js
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
52328 | 56 |
Create React apps with no build configuration.
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
73542 | 55 |
JavaScript Style Guide
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
66437 | 53 |
A framework for building native apps with React.
NervJS / taro
https://github.com/NervJS/taro
stars | today |
---|---|
6030 | 52 |
多端统一开发框架,支持用 React 的开发方式编写一次代码,生成能运行在微信小程序、H5、React Native 等的应用。
reduxjs / redux
https://github.com/reduxjs/redux
stars | today |
---|---|
42635 | 45 |
Predictable state container for JavaScript apps
gatsbyjs / gatsby
https://github.com/gatsbyjs/gatsby
stars | today |
---|---|
23472 | 48 |
⚛️ 📄 🚀 Blazing fast static site generator for React
Language: unknown
KieSun / InterviewMap
https://github.com/KieSun/InterviewMap
stars | today |
---|---|
3190 | 1070 |
Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
aweijnitz / recipe-el_fuego_viviente
https://github.com/aweijnitz/recipe-el_fuego_viviente
stars | today |
---|---|
487 | 317 |
Fermented Chili Sauce
CyC2018 / Interview-Notebook
https://github.com/CyC2018/Interview-Notebook
stars | today |
---|---|
28601 | 209 |
📆 准备秋招学习笔记
adam-golab / react-developer-roadmap
https://github.com/adam-golab/react-developer-roadmap
stars | today |
---|---|
6982 | 179 |
Roadmap to becoming a React developer in 2018
xiaqunfeng / machine-learning-yearning
https://github.com/xiaqunfeng/machine-learning-yearning
stars | today |
---|---|
986 | 108 |
Translation of
iraycd / React-Redux-Styleguide
https://github.com/iraycd/React-Redux-Styleguide
stars | today |
---|---|
637 | 91 |
This is a working set of guidelines for developing React applications. We say “guideline” because there are no hard-and-fast rules; best practices, patterns and technology change over time, so we consider this a living set of style guides.
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
84995 | 71 |
A book series on JavaScript. @YDKJS on twitter.
xingshaocheng / architect-awesome
https://github.com/xingshaocheng/architect-awesome
stars | today |
---|---|
22235 | 67 |
后端架构师技术图谱
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
70002 | 55 |
A collection of useful .gitignore templates
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
108378 | 59 |
📚 Freely available programming books
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
66335 | 53 |
A complete computer science study plan to become a software engineer.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
89047 | 57 |
😎 Curated list of awesome lists
danistefanovic / build-your-own-x
https://github.com/danistefanovic/build-your-own-x
stars | today |
---|---|
35810 | 55 |
🤓 Build your own (insert technology here)
CERTCC / keyfinder
https://github.com/CERTCC/keyfinder
stars | today |
---|---|
67 | 51 |
A tool for finding and analyzing private (and public) key files, including support for Android APK files.
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
35266 | 51 |
🎉 A curated list of awesome things related to Vue.js
tuvtran / project-based-learning
https://github.com/tuvtran/project-based-learning
stars | today |
---|---|
11525 | 42 |
Curated list of project-based tutorials
awesomedata / awesome-public-datasets
https://github.com/awesomedata/awesome-public-datasets
stars | today |
---|---|
26726 | 36 |
A topic-centric list of high-quality open datasets in public domains. Propose NEW data ☛☛☛PR☛☛☛
allenai / acl2018-semantic-parsing-tutorial
https://github.com/allenai/acl2018-semantic-parsing-tutorial
stars | today |
---|---|
62 | 36 |
Materials from the ACL 2018 tutorial on neural semantic parsing
Cryptogenic / Exploit-Writeups
https://github.com/Cryptogenic/Exploit-Writeups
stars | today |
---|---|
505 | 32 |
A collection where my current and future writeups for exploits/CTF will go
Solido / awesome-flutter
https://github.com/Solido/awesome-flutter
stars | today |
---|---|
4791 | 30 |
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
sebastianruder / NLP-progress
https://github.com/sebastianruder/NLP-progress
stars | today |
---|---|
4944 | 32 |
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
jlevy / the-art-of-command-line
https://github.com/jlevy/the-art-of-command-line
stars | today |
---|---|
35838 | 29 |
Master the command line, in one page
REal0day / MaliciousPark
https://github.com/REal0day/MaliciousPark
stars | today |
---|---|
41 | 23 |
Another Repo of Malware. Enjoy. <3
tuoxie007 / play_with_llvm
https://github.com/tuoxie007/play_with_llvm
stars | today |
---|---|
29 | 26 |
Book of《玩转LLVM》
viatsko / awesome-vscode
https://github.com/viatsko/awesome-vscode
stars | today |
---|---|
6122 | 25 |
🎨 A curated list of delightful VS Code packages and resources.