Language: python
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
35188 | 121 |
The Python micro framework for building web applications.
hannob / snallygaster
https://github.com/hannob/snallygaster
stars | today |
---|---|
946 | 115 |
Tool to scan for secret files on HTTP servers
dmlc / gluon-cv
https://github.com/dmlc/gluon-cv
stars | today |
---|---|
349 | 96 |
Gluon CV Toolkit
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
33928 | 66 |
Models and examples built with TensorFlow
r9y9 / deepvoice3_pytorch
https://github.com/r9y9/deepvoice3_pytorch
stars | today |
---|---|
502 | 69 |
PyTorch implementation of convolutional networks-based text-to-speech synthesis models
programthink / zhao
https://github.com/programthink/zhao
stars | today |
---|---|
4260 | 55 |
【编程随想】整理的《太子党关系网络》,专门揭露赵国的权贵
cupy / cupy
stars | today |
---|---|
1574 | 54 |
NumPy-like API accelerated with CUDA
chinese-poetry / chinese-poetry
https://github.com/chinese-poetry/chinese-poetry
stars | today |
---|---|
8630 | 52 |
最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
28794 | 43 |
Deep Learning for humans
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
49078 | 47 |
A curated list of awesome Python frameworks, libraries, software and resources
kbengine / kbengine
https://github.com/kbengine/kbengine
stars | today |
---|---|
2706 | 46 |
A MMOG engine of server.
YadiraF / PRNet
https://github.com/YadiraF/PRNet
stars | today |
---|---|
170 | 47 |
The source code of ‘Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network’.
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
36025 | 45 |
A collective list of public JSON APIs for use in web development.
giovanifss / Gitmails
https://github.com/giovanifss/Gitmails
stars | today |
---|---|
61 | 44 |
An information gathering tool to colect git commit emails in version control host services.
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
29913 | 35 |
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/
django / django
https://github.com/django/django
stars | today |
---|---|
33478 | 36 |
The Web framework for perfectionists with deadlines.
chrisdonahue / wavegan
https://github.com/chrisdonahue/wavegan
stars | today |
---|---|
113 | 35 |
WaveGAN: using GANs to synthesize raw audio
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
13013 | 30 |
The world’s simplest facial recognition api for Python and the command line
facebookresearch / Detectron
https://github.com/facebookresearch/Detectron
stars | today |
---|---|
13701 | 28 |
FAIR’s research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
pypa / pipenv
https://github.com/pypa/pipenv
stars | today |
---|---|
10461 | 31 |
Python Development Workflow for Humans.
YouChouNoBB / sklearn-introduction
https://github.com/YouChouNoBB/sklearn-introduction
stars | today |
---|---|
35 | 30 |
3节课简单入门一下sklearn
ContextLab / hypertools
https://github.com/ContextLab/hypertools
stars | today |
---|---|
641 | 29 |
A Python toolbox for gaining geometric insights into high-dimensional data
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
25640 | 29 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
36328 | 26 |
Command-line program to download videos from YouTube.com and other video sites
apachecn / MachineLearning
https://github.com/apachecn/MachineLearning
stars | today |
---|---|
3537 | 25 |
Machine Learning in Action(机器学习实战)
Language: go
francoispqt / gojay
https://github.com/francoispqt/gojay
stars | today |
---|---|
494 | 182 |
highly performant JSON encoder/decoder for Golang
snail007 / goproxy
https://github.com/snail007/goproxy
stars | today |
---|---|
1746 | 107 |
Proxy is a high performance HTTP(S), websocket, TCP, UDP, Socks5 proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,域名黑白名单,跨平台,KCP协议支持,集成外部API。
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
35639 | 50 |
Production-Grade Container Scheduling and Management
golang / go
stars | today |
---|---|
40883 | 53 |
The Go programming language
raviqqe / muffet
https://github.com/raviqqe/muffet
stars | today |
---|---|
1218 | 54 |
Fast website link checker in Go
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
7611 | 42 |
An open platform to connect, manage, and secure microservices.
kubevirt / kubevirt
https://github.com/kubevirt/kubevirt
stars | today |
---|---|
547 | 43 |
Kubernetes Virtualization Operator with API and runtime in order to define and manage virtual machines.
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
16802 | 40 |
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 |
---|---|
30208 | 36 |
A curated list of awesome Go frameworks, libraries and software
iikira / BaiduPCS-Go
https://github.com/iikira/BaiduPCS-Go
stars | today |
---|---|
2525 | 39 |
百度网盘客户端 - Go语言编写
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
17074 | 35 |
Official Go implementation of the Ethereum protocol
go-ego / gse
stars | today |
---|---|
248 | 39 |
Go efficient text segmentation; support english, chinese, japanese and other. Go 语言分词
schollz / peerdiscovery
https://github.com/schollz/peerdiscovery
stars | today |
---|---|
234 | 38 |
Pure-Go library for cross-platform local peer discovery using UDP multicast 👩 🔁 👩
pingcap / tidb
https://github.com/pingcap/tidb
stars | today |
---|---|
12942 | 36 |
TiDB is a distributed HTAP database compatible with the MySQL protocol
junegunn / fzf
https://github.com/junegunn/fzf
stars | today |
---|---|
14189 | 34 |
🌸 A command-line fuzzy finder
thedevsaddam / govalidator
https://github.com/thedevsaddam/govalidator
stars | today |
---|---|
300 | 34 |
Validate Golang request data with simple rules. Highly inspired by Laravel’s request validation.
getlantern / lantern
https://github.com/getlantern/lantern
stars | today |
---|---|
34403 | 27 |
🔴 Lantern Latest Download https://github.com/getlantern/lantern/releases/tag/latest 🔴 蓝灯最新版本下载 https://github.com/getlantern/forum/issues/833 🔴
coreos / etcd
https://github.com/coreos/etcd
stars | today |
---|---|
18032 | 25 |
Distributed reliable key-value store for the most critical data of a distributed system
moby / moby
stars | today |
---|---|
48655 | 24 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
11641 | 25 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
hashicorp / terraform
https://github.com/hashicorp/terraform
stars | today |
---|---|
11888 | 23 |
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
heptio / gimbal
https://github.com/heptio/gimbal
stars | today |
---|---|
260 | 25 |
Heptio Gimbal is an ingress load balancing platform capable of routing traffic to multiple Kubernetes and OpenStack clusters. Built by Heptio in partnership with Actapio.
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
14828 | 21 |
Træfik, a modern reverse proxy
kataras / iris
https://github.com/kataras/iris
stars | today |
---|---|
10080 | 22 |
The fastest web framework for Go in (THIS) Earth https://github.com/kataras/iris/tree/master/_examples
yunabe / lgo
stars | today |
---|---|
1130 | 22 |
Interactive Go programming with Jupyter
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
97842 | 150 |
Computation using data flow graphs for scalable machine learning
apple / foundationdb
https://github.com/apple/foundationdb
stars | today |
---|---|
7166 | 122 |
FoundationDB - the open source, distributed, transactional key-value store
facebook / osquery
https://github.com/facebook/osquery
stars | today |
---|---|
12213 | 51 |
SQL powered operating system instrumentation, monitoring, and analytics.
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
14597 | 44 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
EOSIO / eos
stars | today |
---|---|
6394 | 43 |
An open source smart contract platform
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
24161 | 33 |
Open Source Computer Vision Library
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
30993 | 35 |
Bitcoin Core integration/staging tree
aseprite / aseprite
https://github.com/aseprite/aseprite
stars | today |
---|---|
2900 | 43 |
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
59431 | 39 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
Dooskington / GameLad
https://github.com/Dooskington/GameLad
stars | today |
---|---|
356 | 41 |
📺 An (almost) fully featured Game Boy emulator.
richgel999 / bc7enc16
https://github.com/richgel999/bc7enc16
stars | today |
---|---|
44 | 39 |
Fast single source file BC7/BPTC texture encoder with perceptual metric support
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
25574 | 31 |
Protocol Buffers - Google’s data interchange format
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
18019 | 27 |
Tesseract Open Source OCR Engine (main repository)
grpc / grpc
stars | today |
---|---|
14970 | 22 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
v8 / v8
stars | today |
---|---|
8905 | 22 |
The official mirror of the V8 Git repository
google / leveldb
https://github.com/google/leveldb
stars | today |
---|---|
13501 | 20 |
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
BVLC / caffe
stars | today |
---|---|
23917 | 17 |
Caffe: a fast open framework for deep learning.
turanszkij / WickedEngine
https://github.com/turanszkij/WickedEngine
stars | today |
---|---|
484 | 20 |
C++ game engine focusing on modern rendering techniques. With Bullet Physics, Lua scripting, and more.
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
43616 | 17 |
The Swift Programming Language
ethereum / solidity
https://github.com/ethereum/solidity
stars | today |
---|---|
4660 | 15 |
Solidity, the Contract-Oriented Programming Language
Microsoft / LightGBM
https://github.com/Microsoft/LightGBM
stars | today |
---|---|
5345 | 16 |
A fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. It is under the umbrella of the DMTK( http://github.com/microsoft/dmtk ) project of Microsoft.
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
6859 | 18 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
aria2 / aria2
https://github.com/aria2/aria2
stars | today |
---|---|
9337 | 18 |
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
google / googletest
https://github.com/google/googletest
stars | today |
---|---|
7950 | 15 |
Google Test
ElDewrito / ElDorito
https://github.com/ElDewrito/ElDorito
stars | today |
---|---|
550 | 15 |
A Halo Online modification
Language: javascript
xx45 / dayjs
stars | today |
---|---|
4847 | 882 |
⏰ Fast 2KB immutable date library alternative to Moment.js with the same modern API
nhnent / tui.calendar
https://github.com/nhnent/tui.calendar
stars | today |
---|---|
1452 | 815 |
🍞 📅 A JavaScript calendar that everything you need.
krasimir / react-in-patterns
https://github.com/krasimir/react-in-patterns
stars | today |
---|---|
8222 | 166 |
A free book that talks about design patterns/techniques used while developing with React.
vuejs / vue
stars | today |
---|---|
92494 | 151 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
rsuite / rsuite
https://github.com/rsuite/rsuite
stars | today |
---|---|
950 | 148 |
📦 A suite of React components .
vuejs / vuepress
https://github.com/vuejs/vuepress
stars | today |
---|---|
6070 | 110 |
📝 Minimalistic Vue-powered static site generator
tehnokv / picojs
https://github.com/tehnokv/picojs
stars | today |
---|---|
3290 | 112 |
A face detection library in 200 lines of JavaScript
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
94601 | 110 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
ianstormtaylor / permit
https://github.com/ianstormtaylor/permit
stars | today |
---|---|
697 | 106 |
An unopinionated authentication library for building Node.js APIs.
typicode / json-server
https://github.com/typicode/json-server
stars | today |
---|---|
30768 | 81 |
Get a full fake REST API with zero coding in less than 30 seconds (seriously)
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
47762 | 68 |
Create React apps with no build configuration.
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
31766 | 66 |
📚 免费的计算机编程类中文书籍,欢迎投稿
marktext / marktext
https://github.com/marktext/marktext
stars | today |
---|---|
4233 | 70 |
📝 Next generation markdown editor, running on platforms of MacOS Windows and Linux.
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
31013 | 63 |
Headless Chrome Node API
storybooks / storybook
https://github.com/storybooks/storybook
stars | today |
---|---|
23151 | 64 |
Interactive UI component dev & test: React, React Native, Vue, Angular
codrops / ParticleEffectsButtons
https://github.com/codrops/ParticleEffectsButtons
stars | today |
---|---|
244 | 64 |
A little library that can be used for bursting particles effects on buttons and other elements
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
70077 | 59 |
JavaScript Style Guide
Tencent / wepy
https://github.com/Tencent/wepy
stars | today |
---|---|
9850 | 56 |
小程序组件化开发框架
tensorflow / tfjs
https://github.com/tensorflow/tfjs
stars | today |
---|---|
6487 | 58 |
A WebGL accelerated, browser based JavaScript library for training and deploying ML models.
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
48151 | 52 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
Meituan-Dianping / mpvue
https://github.com/Meituan-Dianping/mpvue
stars | today |
---|---|
8471 | 51 |
基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。
iqiyi / LiteApp
https://github.com/iqiyi/LiteApp
stars | today |
---|---|
112 | 50 |
LiteApp is a high performance mobile cross-platform implementation, The realization of cross-platform functionality is base on webview and provides different ideas and solutions for improve webview performance.
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
63165 | 47 |
A framework for building native apps with React.
nhnent / tui.editor
https://github.com/nhnent/tui.editor
stars | today |
---|---|
6326 | 48 |
🍞 📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
selbekk / calidation
https://github.com/selbekk/calidation
stars | today |
---|---|
66 | 48 |
Red hot form validation for React 🌶
Language: unknown
tensorflow / swift
https://github.com/tensorflow/swift
stars | today |
---|---|
1039 | 719 |
Swift for TensorFlow documentation repository.
CyC2018 / Interview-Notebook
https://github.com/CyC2018/Interview-Notebook
stars | today |
---|---|
19657 | 244 |
📚 技术面试需要掌握的基础知识整理,欢迎编辑~
JohnSundell / SwiftTips
https://github.com/JohnSundell/SwiftTips
stars | today |
---|---|
1808 | 166 |
A collection of Swift tips & tricks that I’ve shared on Twitter
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
61804 | 139 |
A complete computer science study plan to become a software engineer.
thedaviddias / Front-End-Design-Checklist
https://github.com/thedaviddias/Front-End-Design-Checklist
stars | today |
---|---|
2025 | 134 |
💎 The Design Checklist for Creative Web Designers and Patient Front-End Developers
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
65988 | 109 |
A collection of useful .gitignore templates
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
83845 | 83 |
😎 Curated list of awesome lists
LearnMachineLearning / the-math-of-intelligence
https://github.com/LearnMachineLearning/the-math-of-intelligence
stars | today |
---|---|
81 | 71 |
List of resources & possible pathway for the Math of Machine Learning and AI.
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
80846 | 60 |
A book series on JavaScript. @YDKJS on twitter.
kelseyhightower / nocode
https://github.com/kelseyhightower/nocode
stars | today |
---|---|
20435 | 64 |
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
fengdu78 / deeplearning_ai_books
https://github.com/fengdu78/deeplearning_ai_books
stars | today |
---|---|
1394 | 52 |
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
tc39 / proposal-pattern-matching
https://github.com/tc39/proposal-pattern-matching
stars | today |
---|---|
2053 | 62 |
Pattern matching syntax for ECMAScript
infosecn1nja / Red-Teaming-Toolkit
https://github.com/infosecn1nja/Red-Teaming-Toolkit
stars | today |
---|---|
87 | 52 |
A collection of open source and commercial tools that aid in red team operations.
xingshaocheng / architect-awesome
https://github.com/xingshaocheng/architect-awesome
stars | today |
---|---|
253 | 50 |
后端架构师技术图谱
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
104510 | 42 |
📚 Freely available programming books
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
31981 | 49 |
🎉 A curated list of awesome things related to Vue.js
hasura / awesome-live-reloading
https://github.com/hasura/awesome-live-reloading
stars | today |
---|---|
250 | 46 |
A curated collection of live-reloading / hot-reloading / watch-reloading tools for different languages and frameworks.
mathsyouth / awesome-text-summarization
https://github.com/mathsyouth/awesome-text-summarization
stars | today |
---|---|
214 | 40 |
A curated list of resources dedicated to text summarization
FindYanot / block_mrg
https://github.com/FindYanot/block_mrg
stars | today |
---|---|
38 | 36 |
sindresorhus / awesome-nodejs
https://github.com/sindresorhus/awesome-nodejs
stars | today |
---|---|
23507 | 33 |
⚡️ Delightful Node.js packages and resources
google / swift
https://github.com/google/swift
stars | today |
---|---|
609 | 32 |
The Swift Programming Language
1c7 / chinese-independent-developer
https://github.com/1c7/chinese-independent-developer
stars | today |
---|---|
8682 | 30 |
👩🏿💻👨🏾💻👩🏼💻👨🏽💻👩🏻💻中国独立开发者项目列表 – 分享大家都在做什么
dt-fe / weekly
https://github.com/dt-fe/weekly
stars | today |
---|---|
1970 | 29 |
前端精读周刊
fromthefront / awesome-how-to-run-events
https://github.com/fromthefront/awesome-how-to-run-events
stars | today |
---|---|
37 | 28 |
A curated list of awesome “how to run events” resources
b3log / baidu-netdisk-downloaderx
https://github.com/b3log/baidu-netdisk-downloaderx
stars | today |
---|---|
162 | 27 |
⚡️ 百度网盘不限速下载器