Language: python
TheAlgorithms / Python
https://github.com/TheAlgorithms/Python
stars | today |
---|---|
7298 | 288 |
All Algorithms implemented in Python
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
47612 | 169 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
facebookincubator / Bowler
https://github.com/facebookincubator/Bowler
stars | today |
---|---|
366 | 92 |
Safe code refactoring for modern Python.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
41357 | 66 |
Models and examples built with TensorFlow
pavlin-policar / fastTSNE
https://github.com/pavlin-policar/fastTSNE
stars | today |
---|---|
82 | 68 |
Fast, parallel implementations of tSNE
junfu1115 / DANet
https://github.com/junfu1115/DANet
stars | today |
---|---|
104 | 59 |
Dual Attention Network for Scene Segmentation
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
33494 | 53 |
Deep Learning for humans
facebookincubator / python-nubia
https://github.com/facebookincubator/python-nubia
stars | today |
---|---|
692 | 62 |
A command-line and interactive shell framework.
madhavanmalolan / awesome-reactnative-ui
https://github.com/madhavanmalolan/awesome-reactnative-ui
stars | today |
---|---|
971 | 55 |
Awesome React Native UI components updated weekly
tensorflow / tensorboard
https://github.com/tensorflow/tensorboard
stars | today |
---|---|
2310 | 53 |
TensorFlow’s Visualization Toolkit
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
42051 | 53 |
A collective list of public JSON APIs for use in web development.
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
19747 | 39 |
The Python programming language
mwouts / jupytext
https://github.com/mwouts/jupytext
stars | today |
---|---|
738 | 45 |
Jupyter notebooks as Markdown documents, Julia, Python or R scripts
milkice233 / efb-qq-slave
https://github.com/milkice233/efb-qq-slave
stars | today |
---|---|
65 | 45 |
EFB QQ Slave, a channel for EH Forwarder Bot. EFB QQ从端
IBM / AIF360
stars | today |
---|---|
63 | 44 |
A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
32502 | 36 |
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/
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
41610 | 37 |
Command-line program to download videos from YouTube.com and other video sites
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
55142 | 35 |
A curated list of awesome Python frameworks, libraries, software and resources
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
38743 | 28 |
The Python micro framework for building web applications.
django / django
https://github.com/django/django
stars | today |
---|---|
36374 | 23 |
The Web framework for perfectionists with deadlines.
imhuay / Algorithm_Interview_Notes-Chinese
https://github.com/imhuay/Algorithm_Interview_Notes-Chinese
stars | today |
---|---|
2477 | 28 |
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
NVIDIA / vid2vid
https://github.com/NVIDIA/vid2vid
stars | today |
---|---|
3591 | 30 |
Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
soimort / you-get
https://github.com/soimort/you-get
stars | today |
---|---|
20234 | 27 |
⏬ Dumb downloader that scrapes the web
snowkylin / TensorFlow-cn
https://github.com/snowkylin/TensorFlow-cn
stars | today |
---|---|
410 | 25 |
简单粗暴TensorFlow | A Concise Handbook of TensorFlow
jakubroztocil / httpie
https://github.com/jakubroztocil/httpie
stars | today |
---|---|
410 | 25 |
Modern command line HTTP client – user-friendly curl alternative with intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc. https://httpie.org
Language: go
xmge / gonote
https://github.com/xmge/gonote
stars | today |
---|---|
576 | 69 |
欢迎各位gopher一起来完善这份笔记,让更多的人能够了解go,学习go,使用go,热爱go. 👍
skatiyar / pacman
https://github.com/skatiyar/pacman
stars | today |
---|---|
99 | 65 |
Classic pacman with procedurally generated infinite vertical maze.
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
41395 | 55 |
Production-Grade Container Scheduling and Management
GoogleCloudPlatform / open-match
https://github.com/GoogleCloudPlatform/open-match
stars | today |
---|---|
844 | 59 |
Flexible, extensible, and scalable video game matchmaking.
jesseduffield / lazygit
https://github.com/jesseduffield/lazygit
stars | today |
---|---|
9929 | 53 |
simple terminal UI for git commands
golang / go
stars | today |
---|---|
46825 | 45 |
The Go programming language
pingcap / tidb
https://github.com/pingcap/tidb
stars | today |
---|---|
14920 | 44 |
TiDB is a distributed HTAP database compatible with the MySQL protocol
tsenart / vegeta
https://github.com/tsenart/vegeta
stars | today |
---|---|
9046 | 47 |
HTTP load testing tool and library. It’s over 9000!
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
35107 | 43 |
A curated list of awesome Go frameworks, libraries and software
github / smimesign
https://github.com/github/smimesign
stars | today |
---|---|
88 | 39 |
An S/MIME signing utility for use with Git
phasersec / san-go
https://github.com/phasersec/san-go
stars | today |
---|---|
59 | 41 |
SAN parser for Go & CLI - the Simple And Needed TOML/YAML alternative
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
20461 | 35 |
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.
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
11653 | 35 |
Connect, secure, control, and observe services.
chai2010 / advanced-go-programming-book
https://github.com/chai2010/advanced-go-programming-book
stars | today |
---|---|
5399 | 34 |
📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题
TTCECO / gttc
https://github.com/TTCECO/gttc
stars | today |
---|---|
28 | 27 |
Official Go implementation of TTC, A Decentralized and Incentivized Social Networking Protocol
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
15228 | 34 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
20664 | 25 |
Official Go implementation of the Ethereum protocol
iikira / BaiduPCS-Go
https://github.com/iikira/BaiduPCS-Go
stars | today |
---|---|
6471 | 29 |
百度网盘客户端 - Go语言编写
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
18836 | 25 |
The Prometheus monitoring system and time series database.
etcd-io / etcd
https://github.com/etcd-io/etcd
stars | today |
---|---|
20273 | 26 |
Distributed reliable key-value store for the most critical data of a distributed system
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
10321 | 26 |
A platform for building proxies to bypass network restrictions.
syncthing / syncthing
https://github.com/syncthing/syncthing
stars | today |
---|---|
21896 | 27 |
Open Source Continuous File Synchronization
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
28761 | 26 |
The world’s fastest framework for building websites.
gogs / gogs
stars | today |
---|---|
26995 | 25 |
Gogs is a painless self-hosted Git service.
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
17550 | 24 |
The Cloud Native Edge Router
Language: c++
facebookincubator / LogDevice
https://github.com/facebookincubator/LogDevice
stars | today |
---|---|
513 | 368 |
Distributed storage for sequential data
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
109438 | 107 |
An Open Source Machine Learning Framework for Everyone
jing-interactive / DancingGaga
https://github.com/jing-interactive/DancingGaga
stars | today |
---|---|
124 | 80 |
AI 尬舞机
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
64459 | 49 |
Build cross-platform desktop apps with JavaScript, HTML, and CSS
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
18640 | 37 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
27599 | 27 |
Open Source Computer Vision Library
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
34684 | 29 |
Bitcoin Core integration/staging tree
ValveSoftware / Proton
https://github.com/ValveSoftware/Proton
stars | today |
---|---|
5776 | 36 |
Compatibility tool for Steam Play based on Wine and additional components
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
8932 | 32 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
29044 | 28 |
Protocol Buffers - Google’s data interchange format
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
21014 | 28 |
Tesseract Open Source OCR Engine (main repository)
fluent-project / fluent
https://github.com/fluent-project/fluent
stars | today |
---|---|
586 | 26 |
A data-driven compute platform
grpc / grpc
stars | today |
---|---|
17109 | 20 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
google / googletest
https://github.com/google/googletest
stars | today |
---|---|
9122 | 19 |
Google Test
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
16593 | 19 |
Godot Engine – Multi-platform 2D and 3D game engine
cmderdev / cmder
https://github.com/cmderdev/cmder
stars | today |
---|---|
15474 | 19 |
Lovely console emulator package for Windows
facebook / hhvm
https://github.com/facebook/hhvm
stars | today |
---|---|
15535 | 19 |
A virtual machine for executing programs written in Hack.
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
10862 | 17 |
JSON for Modern C++
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
10973 | 14 |
An open autonomous driving platform
google / leveldb
https://github.com/google/leveldb
stars | today |
---|---|
14891 | 16 |
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
fmtlib / fmt
stars | today |
---|---|
4386 | 17 |
A modern formatting library
TarsCloud / Tars
https://github.com/TarsCloud/Tars
stars | today |
---|---|
5310 | 14 |
Tars is a highly performance rpc framework based on naming service using tars protocol and provides a semi-automatic operation platform.
EOSIO / eos
stars | today |
---|---|
9311 | 14 |
An open source smart contract platform
envoyproxy / envoy
https://github.com/envoyproxy/envoy
stars | today |
---|---|
6510 | 16 |
C++ front/service proxy
facebook / osquery
https://github.com/facebook/osquery
stars | today |
---|---|
13140 | 15 |
SQL powered operating system instrumentation, monitoring, and analytics.
Language: javascript
you-dont-need / You-Dont-Need-Momentjs
https://github.com/you-dont-need/You-Dont-Need-Momentjs
stars | today |
---|---|
1824 | 598 |
List of date-fns or native functions which you can use to replace moment.js + ESLint Plugin
dawnlabs / carbon
https://github.com/dawnlabs/carbon
stars | today |
---|---|
14175 | 409 |
🎨 Create and share beautiful images of your source code
npm / tink
stars | today |
---|---|
310 | 287 |
a dependency unwinder for javascript
thedaviddias / Front-End-Checklist
https://github.com/thedaviddias/Front-End-Checklist
stars | today |
---|---|
30949 | 271 |
🗂 The perfect Front-End Checklist for modern websites and meticulous developers
axa-group / nlp.js
https://github.com/axa-group/nlp.js
stars | today |
---|---|
507 | 259 |
An NLP library built in node over Natural, with entity extraction, sentiment analysis, automatic language identify, and so more
Nozbe / WatermelonDB
https://github.com/Nozbe/WatermelonDB
stars | today |
---|---|
2885 | 232 |
🍉 Next-gen database for powerful React and React Native apps that scales to 10,000s of records and remains fast ⚡️
mweststrate / immer
https://github.com/mweststrate/immer
stars | today |
---|---|
6394 | 224 |
Create the next immutable state by mutating the current one
aweary / react-copy-write
https://github.com/aweary/react-copy-write
stars | today |
---|---|
1519 | 188 |
✍️ Immutable state with a mutable API
date-fns / date-fns
https://github.com/date-fns/date-fns
stars | today |
---|---|
13111 | 155 |
⏳ Modern JavaScript date utility library ⌛️
vuejs / vue
stars | today |
---|---|
113857 | 114 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
rwv / chinese-dos-games
https://github.com/rwv/chinese-dos-games
stars | today |
---|---|
3482 | 114 |
🎮 Chinese DOS games in browser.
mariusandra / pigeon-maps
https://github.com/mariusandra/pigeon-maps
stars | today |
---|---|
2134 | 105 |
ReactJS Maps without external dependencies
getgauge / taiko
https://github.com/getgauge/taiko
stars | today |
---|---|
277 | 101 |
A node.js library to automate chrome/chromium browser
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
111177 | 88 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
38622 | 71 |
📚 免费的计算机编程类中文书籍,欢迎投稿
sindresorhus / ky
https://github.com/sindresorhus/ky
stars | today |
---|---|
2339 | 78 |
Tiny and elegant HTTP client based on the browser Fetch API
danielfsousa / express-rest-es2017-boilerplate
https://github.com/danielfsousa/express-rest-es2017-boilerplate
stars | today |
---|---|
523 | 77 |
⌛️ Express boilerplate for building RESTful APIs
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
36782 | 68 |
Algorithms and data structures implemented in JavaScript with explanations and links to further readings
you-dont-need / You-Dont-Need-Lodash-Underscore
https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore
stars | today |
---|---|
6648 | 75 |
List of JavaScript methods which you can use natively + ESLint Plugin
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
38130 | 72 |
Headless Chrome Node API
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
55390 | 64 |
Create React apps with no build configuration.
dabit3 / gatsby-auth-starter-aws-amplify
https://github.com/dabit3/gatsby-auth-starter-aws-amplify
stars | today |
---|---|
75 | 69 |
Starter Project with Authentication with Gatsby & AWS Amplify
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
48151 | 59 |
Promise based HTTP client for the browser and node.js
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
68623 | 55 |
A framework for building native apps with React.
felixrieseberg / windows95
https://github.com/felixrieseberg/windows95
stars | today |
---|---|
12328 | 56 |
💩 🚀 Windows 95 in Electron. Runs on macOS, Linux, and Windows.
Language: unknown
zziz / pwc
stars | today |
---|---|
942 | 540 |
Papers with code. Sorted by stars. Updated weekly.
ripienaar / free-for-dev
https://github.com/ripienaar/free-for-dev
stars | today |
---|---|
19981 | 511 |
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
byoungd / English-level-up-tips-for-Chinese
https://github.com/byoungd/English-level-up-tips-for-Chinese
stars | today |
---|---|
12737 | 299 |
可能是让你受益匪浅的英语进阶指南
PansonPanson / Java-Notes
https://github.com/PansonPanson/Java-Notes
stars | today |
---|---|
391 | 299 |
⭐️ ⭐️ 计算机科学基础知识、Java开发、后端/服务端开发、面试相关 ⭐️ ⭐️
cjbarber / ToolsOfTheTrade
https://github.com/cjbarber/ToolsOfTheTrade
stars | today |
---|---|
11877 | 261 |
Tools of The Trade, from Hacker News.
CyC2018 / CS-Notes
https://github.com/CyC2018/CS-Notes
stars | today |
---|---|
35748 | 203 |
📚 Computer Science Learning Notes
Avik-Jain / 100-Days-Of-ML-Code
https://github.com/Avik-Jain/100-Days-Of-ML-Code
stars | today |
---|---|
14070 | 205 |
100 Days of ML Coding
afshinea / stanford-cs-229-machine-learning
https://github.com/afshinea/stanford-cs-229-machine-learning
stars | today |
---|---|
2636 | 101 |
VIP cheatsheets for Stanford’s CS 229 Machine Learning
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
88321 | 77 |
A book series on JavaScript. @YDKJS on twitter.
InterviewMap / CS-Interview-Knowledge-Map
https://github.com/InterviewMap/CS-Interview-Knowledge-Map
stars | today |
---|---|
11793 | 76 |
Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
111167 | 77 |
📚 Freely available programming books
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
92431 | 67 |
😎 Curated list of awesome lists
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
72581 | 51 |
A collection of useful .gitignore templates
aalansehaiyang / technology-talk
https://github.com/aalansehaiyang/technology-talk
stars | today |
---|---|
3528 | 66 |
汇总java生态圈常用技术框架、开源中间件,系统架构、项目管理、经典架构案例、数据库、常用三方库、线上运维等知识
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
68492 | 60 |
A complete computer science study plan to become a software engineer.
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
56775 | 57 |
Roadmap to becoming a web developer in 2018
yarnpkg / rfcs
https://github.com/yarnpkg/rfcs
stars | today |
---|---|
221 | 56 |
RFCs for changes to Yarn
tuvtran / project-based-learning
https://github.com/tuvtran/project-based-learning
stars | today |
---|---|
13587 | 49 |
Curated list of project-based tutorials
hongleizhang / RSPapers
https://github.com/hongleizhang/RSPapers
stars | today |
---|---|
267 | 42 |
Must-read papers on Recommender System.
programthink / books
https://github.com/programthink/books
stars | today |
---|---|
3307 | 42 |
【编程随想】收藏的电子书清单(多个学科,含下载链接)
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
37414 | 36 |
🎉 A curated list of awesome things related to Vue.js
Honlan / DeepInterests
https://github.com/Honlan/DeepInterests
stars | today |
---|---|
497 | 36 |
深度有趣
i0natan / nodebestpractices
https://github.com/i0natan/nodebestpractices
stars | today |
---|---|
17201 | 34 |
The largest Node.JS best practices list (September 2018)
nikomatsakis / office-hours
https://github.com/nikomatsakis/office-hours
stars | today |
---|---|
48 | 26 |
Help me help you!
zero-to-mastery / start-here-guidelines
https://github.com/zero-to-mastery/start-here-guidelines
stars | today |
---|---|
267 | 24 |
Guidelines on how this open source community works