Language: python
TheAlgorithms / Python
https://github.com/TheAlgorithms/Python
stars | today |
---|---|
15866 | 193 |
All Algorithms implemented in Python
open-source-for-science / TensorFlow-Course
https://github.com/open-source-for-science/TensorFlow-Course
stars | today |
---|---|
5140 | 159 |
Simple and ready-to-use tutorials for TensorFlow
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
43313 | 94 |
Models and examples built with TensorFlow
imhuay / Algorithm_Interview_Notes-Chinese
https://github.com/imhuay/Algorithm_Interview_Notes-Chinese
stars | today |
---|---|
8010 | 77 |
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
dandrino / terrain-erosion-3-ways
https://github.com/dandrino/terrain-erosion-3-ways
stars | today |
---|---|
129 | 74 |
Three Ways of Generating Terrain with Erosion Features
codertimo / BERT-pytorch
https://github.com/codertimo/BERT-pytorch
stars | today |
---|---|
1037 | 63 |
Google AI 2018 BERT pytorch implementation
deepmind / graph_nets
https://github.com/deepmind/graph_nets
stars | today |
---|---|
1786 | 62 |
Build Graph Nets in Tensorflow
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
50840 | 61 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
56648 | 56 |
A curated list of awesome Python frameworks, libraries, software and resources
apachecn / awesome-algorithm
https://github.com/apachecn/awesome-algorithm
stars | today |
---|---|
5941 | 50 |
Leetcode 题解 (跟随思路一步一步撸出代码) 及经典算法实现
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
43122 | 45 |
Command-line program to download videos from YouTube.com and other video sites
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
34728 | 40 |
Deep Learning for humans
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
43195 | 40 |
A collective list of public JSON APIs for use in web development.
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
39633 | 37 |
The Python micro framework for building web applications.
aesophor / py-todo
https://github.com/aesophor/py-todo
stars | today |
---|---|
39 | 38 |
A Lightweight Reminder / todo-list in cli.
ranger / ranger
https://github.com/ranger/ranger
stars | today |
---|---|
4326 | 37 |
A VIM-inspired filemanager for the console
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
17845 | 29 |
🏡 Open source home automation that puts local control and privacy first
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
31272 | 34 |
scikit-learn: machine learning in Python
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
33373 | 27 |
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/
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
35326 | 33 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
36024 | 32 |
A curated list of awesome Machine Learning frameworks, libraries and software.
deepmind / trfl
https://github.com/deepmind/trfl
stars | today |
---|---|
1654 | 32 |
TensorFlow Reinforcement Learning
Shougo / deoplete-lsp
https://github.com/Shougo/deoplete-lsp
stars | today |
---|---|
41 | 34 |
LSP Completion source for deoplete
internetarchive / openlibrary
https://github.com/internetarchive/openlibrary
stars | today |
---|---|
983 | 28 |
One webpage for every book ever published!
jakubroztocil / httpie
https://github.com/jakubroztocil/httpie
stars | today |
---|---|
983 | 28 |
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
akavel / up
stars | today |
---|---|
1511 | 1297 |
Ultimate Plumber is a tool for writing Linux pipes with instant live preview
XiaoMi / soar
https://github.com/XiaoMi/soar
stars | today |
---|---|
1847 | 342 |
SQL Optimizer And Rewriter
schollz / croc
https://github.com/schollz/croc
stars | today |
---|---|
1490 | 158 |
Easily and securely send things from one computer to another 🐊 📦
wagoodman / dive
https://github.com/wagoodman/dive
stars | today |
---|---|
196 | 135 |
A tool for exploring each layer in a docker image
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
42992 | 59 |
Production-Grade Container Scheduling and Management
golang / go
stars | today |
---|---|
48346 | 46 |
The Go programming language
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
16340 | 42 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
36367 | 41 |
A curated list of awesome Go frameworks, libraries and software
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
25723 | 37 |
A golang ebook intro how to build a web with golang
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
19703 | 35 |
The Prometheus monitoring system and time series database.
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
29756 | 33 |
The world’s fastest framework for building websites.
terraform-providers / terraform-provider-alicloud
https://github.com/terraform-providers/terraform-provider-alicloud
stars | today |
---|---|
67 | 35 |
Terraform AliCloud provider
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
21376 | 34 |
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.
hashicorp / terraform
https://github.com/hashicorp/terraform
stars | today |
---|---|
14085 | 33 |
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
actiontech / dtle
https://github.com/actiontech/dtle
stars | today |
---|---|
39 | 30 |
Distributed Data Transfer Service for MySQL
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
12566 | 29 |
Connect, secure, control, and observe services.
pingcap / tidb
https://github.com/pingcap/tidb
stars | today |
---|---|
15482 | 25 |
TiDB is a distributed HTAP database compatible with the MySQL protocol
helm / helm
stars | today |
---|---|
8158 | 25 |
The Kubernetes Package Manager
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
11090 | 26 |
A platform for building proxies to bypass network restrictions.
johng-cn / gf
https://github.com/johng-cn/gf
stars | today |
---|---|
289 | 26 |
[mirror] GF(GoFrame) is a modular, lightweight, loosely coupled, high-performance application development framework written in Go. Supporting hot updates/restarting, multi-domain, multi-port, multi-service, HTTP/HTTPS, dynamic routing and many more features, it also provides a series of core components and dozens of practical modules.
restic / restic
https://github.com/restic/restic
stars | today |
---|---|
5357 | 27 |
Fast, secure, efficient backup program
sensepost / goDoH
https://github.com/sensepost/goDoH
stars | today |
---|---|
30 | 27 |
🕳 godoh - A DNS-over-HTTPS C2
moby / moby
stars | today |
---|---|
50816 | 25 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
aykevl / tinygo
https://github.com/aykevl/tinygo
stars | today |
---|---|
933 | 24 |
Go compiler for small devices, based on LLVM.
GoogleChromeLabs / go-hackernews
https://github.com/GoogleChromeLabs/go-hackernews
stars | today |
---|---|
40 | 25 |
A Hacker News client written in Go
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
112837 | 110 |
An Open Source Machine Learning Framework for Everyone
huihut / interview
https://github.com/huihut/interview
stars | today |
---|---|
1106 | 118 |
📚 C/C++面试知识总结
grpc / grpc-web
https://github.com/grpc/grpc-web
stars | today |
---|---|
900 | 63 |
gRPC for Web Clients
oatpp / oatpp-examples
https://github.com/oatpp/oatpp-examples
stars | today |
---|---|
103 | 60 |
List of example projects of how to use oat++ framework
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
28665 | 43 |
Open Source Computer Vision Library
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
20361 | 46 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
65841 | 43 |
Build cross-platform desktop apps with JavaScript, HTML, and CSS
hogliux / semimap
https://github.com/hogliux/semimap
stars | today |
---|---|
222 | 45 |
A semi compile-/run-time associative map container with compile-time lookup and run-time storage
oatpp / oatpp
https://github.com/oatpp/oatpp
stars | today |
---|---|
719 | 40 |
Light, zero-dependency framework. Create bleedingly-fast web-services. Organic. Pure C++
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
9512 | 29 |
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
21878 | 29 |
Tesseract Open Source OCR Engine (main repository)
Tencent / MMKV
https://github.com/Tencent/MMKV
stars | today |
---|---|
5099 | 27 |
An efficient, small mobile key-value storage framework developed by WeChat. Works on iOS and Android.
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
35568 | 24 |
Bitcoin Core integration/staging tree
VAR-solutions / Algorithms
https://github.com/VAR-solutions/Algorithms
stars | today |
---|---|
88 | 10 |
Efficient Algorithms
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
29792 | 24 |
Protocol Buffers - Google’s data interchange format
grpc / grpc
stars | today |
---|---|
17639 | 23 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
google / leveldb
https://github.com/google/leveldb
stars | today |
---|---|
15255 | 23 |
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
ocornut / imgui
https://github.com/ocornut/imgui
stars | today |
---|---|
12369 | 23 |
Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
wangzheng0822 / algo
https://github.com/wangzheng0822/algo
stars | today |
---|---|
804 | 21 |
Data Structure & Algorithm
shalithasuranga / emojicpp
https://github.com/shalithasuranga/emojicpp
stars | today |
---|---|
96 | 19 |
Emoji 😄 for c++ developers 👍
BVLC / caffe
stars | today |
---|---|
25964 | 18 |
Caffe: a fast open framework for deep learning.
uglide / RedisDesktopManager
https://github.com/uglide/RedisDesktopManager
stars | today |
---|---|
9580 | 20 |
🔧 Cross-platform GUI management tool for Redis
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
13864 | 18 |
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow
uber / horovod
https://github.com/uber/horovod
stars | today |
---|---|
4052 | 17 |
Distributed training framework for TensorFlow, Keras, and PyTorch.
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
11362 | 15 |
An open autonomous driving platform
Language: javascript
leonardomso / 33-js-concepts
https://github.com/leonardomso/33-js-concepts
stars | today |
---|---|
13275 | 869 |
📜 33 concepts every JavaScript developer should know.
laravel / telescope
https://github.com/laravel/telescope
stars | today |
---|---|
1215 | 605 |
stephentian / 33-js-concepts
https://github.com/stephentian/33-js-concepts
stars | today |
---|---|
2027 | 513 |
📜 每个 JavaScript 工程师都应懂的33个概念 @leonardomso
30-seconds / 30-seconds-of-code
https://github.com/30-seconds/30-seconds-of-code
stars | today |
---|---|
30243 | 356 |
Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
Tencent / omi
https://github.com/Tencent/omi
stars | today |
---|---|
4183 | 187 |
Next generation web framework in 4kb JavaScript (Web Components + JSX + Proxy + Store + Path Updating)
vuejs / vue
stars | today |
---|---|
117267 | 111 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
113899 | 112 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
freeCodeCamp / freeCodeCamp
https://github.com/freeCodeCamp/freeCodeCamp
stars | today |
---|---|
113899 | 112 |
The https://freeCodeCamp.org open source codebase and curriculum. Learn to code for free together with millions of people.
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
58080 | 64 |
Set up a modern web app by running one command.
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
77474 | 69 |
JavaScript Style Guide
danburzo / percollate
https://github.com/danburzo/percollate
stars | today |
---|---|
2198 | 73 |
🌐 → 📖 A command-line tool to turn web pages into beautifully formatted PDFs
segmentio / evergreen
https://github.com/segmentio/evergreen
stars | today |
---|---|
5908 | 71 |
🌲 Evergreen React UI Framework by Segment
pkwenda / Blog
https://github.com/pkwenda/Blog
stars | today |
---|---|
418 | 67 |
全栈方向系列文章
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
40183 | 66 |
📚 免费的计算机编程类中文书籍,欢迎投稿
galio-org / galio
https://github.com/galio-org/galio
stars | today |
---|---|
333 | 66 |
Galio is a beautifully designed, Free and Open Source React Native Framework
glennreyes / graphpack
https://github.com/glennreyes/graphpack
stars | today |
---|---|
1069 | 67 |
☄️ A minimalistic zero-config GraphQL server.
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
40033 | 63 |
Headless Chrome Node API
storybooks / storybook
https://github.com/storybooks/storybook
stars | today |
---|---|
29987 | 59 |
Interactive UI component dev & test: React, React Native, Vue, Angular, Ember
scriptify / crana
https://github.com/scriptify/crana
stars | today |
---|---|
74 | 59 |
A CLI tool to create React + Node apps with just one command
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
70158 | 56 |
A framework for building native apps with React.
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
54690 | 54 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
suchipi / fs-remote
https://github.com/suchipi/fs-remote
stars | today |
---|---|
150 | 58 |
Drop-in replacement for fs that lets you write to the filesystem from the browser
skidding / react-testing-examples
https://github.com/skidding/react-testing-examples
stars | today |
---|---|
171 | 56 |
Searchable library of React testing examples
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
50089 | 54 |
Promise based HTTP client for the browser and node.js
jamiebuilds / unstated
https://github.com/jamiebuilds/unstated
stars | today |
---|---|
4861 | 50 |
State so simple, it goes without saying
Language: unknown
scutan90 / DeepLearning-500-questions
https://github.com/scutan90/DeepLearning-500-questions
stars | today |
---|---|
2126 | 540 |
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为15个章节,近20万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续………… 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
k88hudson / git-flight-rules
https://github.com/k88hudson/git-flight-rules
stars | today |
---|---|
25977 | 302 |
Flight rules for git
CyC2018 / CS-Notes
https://github.com/CyC2018/CS-Notes
stars | today |
---|---|
38833 | 157 |
📚 Computer Science Learning Notes
sdras / awesome-actions
https://github.com/sdras/awesome-actions
stars | today |
---|---|
1612 | 184 |
A curated list of awesome actions to use on GitHub
firstcontributions / first-contributions
https://github.com/firstcontributions/first-contributions
stars | today |
---|---|
4368 | 30 |
🚀 ✨ Help beginners to contribute to open source projects
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
60137 | 89 |
Roadmap to becoming a web developer in 2018
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
94896 | 84 |
😎 Curated list of awesome lists
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
90435 | 79 |
A book series on JavaScript. @YDKJS on twitter.
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
74256 | 56 |
A collection of useful .gitignore templates
rishabh-bansal / Make-a-Pull-Request
https://github.com/rishabh-bansal/Make-a-Pull-Request
stars | today |
---|---|
327 | 21 |
Make a Pull Request
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
112887 | 66 |
📚 Freely available programming books
frontend9 / fe9-library
https://github.com/frontend9/fe9-library
stars | today |
---|---|
488 | 71 |
九部知识库
SandboxEscaper / randomrepo
https://github.com/SandboxEscaper/randomrepo
stars | today |
---|---|
625 | 61 |
Repo for random stuff
dipakkr / A-to-Z-Resources-for-Students
https://github.com/dipakkr/A-to-Z-Resources-for-Students
stars | today |
---|---|
605 | 33 |
Curated list of resources for college students If you like give a ⭐️
bharathgs / Awesome-pytorch-list
https://github.com/bharathgs/Awesome-pytorch-list
stars | today |
---|---|
3524 | 58 |
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
38806 | 50 |
🎉 A curated list of awesome things related to Vue.js
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
70189 | 38 |
A complete computer science study plan to become a software engineer.
ruanyf / weekly
https://github.com/ruanyf/weekly
stars | today |
---|---|
2005 | 45 |
技术分享周刊,每周五发布
MunGell / awesome-for-beginners
https://github.com/MunGell/awesome-for-beginners
stars | today |
---|---|
6938 | 34 |
A list of awesome beginners-friendly projects.
tuvtran / project-based-learning
https://github.com/tuvtran/project-based-learning
stars | today |
---|---|
14891 | 32 |
Curated list of project-based tutorials
mqyqingfeng / Blog
https://github.com/mqyqingfeng/Blog
stars | today |
---|---|
7954 | 29 |
冴羽写博客的地方,预计写四个系列:JavaScript深入系列、JavaScript专题系列、ES6系列、React系列。
awesomedata / awesome-public-datasets
https://github.com/awesomedata/awesome-public-datasets
stars | today |
---|---|
28689 | 30 |
A topic-centric list of high-quality open datasets in public domains. New PR ☛☛☛
30-seconds / 30-seconds-of-react
https://github.com/30-seconds/30-seconds-of-react
stars | today |
---|---|
164 | 30 |
Curated collection of useful React snippets that you can understand in 30 seconds or less.
xitu / gold-miner
https://github.com/xitu/gold-miner
stars | today |
---|---|
17057 | 28 |
🥇 掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:
fireairforce / NEUQACMClub-weekly
https://github.com/fireairforce/NEUQACMClub-weekly
stars | today |
---|---|
38 | 18 |
该仓库用于存储NEUQ-ACM俱乐部现役预备队成员周报