Language: python
1-Sisyphe / youCanCodeAGif
https://github.com/1-Sisyphe/youCanCodeAGif
stars | today |
---|---|
871 | 371 |
Can you make an High Quality Gif from A to Z only by coding? Yes. Do you want to, though?
easy-tensorflow / easy-tensorflow
https://github.com/easy-tensorflow/easy-tensorflow
stars | today |
---|---|
1538 | 173 |
Simple and comprehensive tutorials in TensorFlow
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
35384 | 91 |
Models and examples built with TensorFlow
cchen156 / Learning-to-See-in-the-Dark
https://github.com/cchen156/Learning-to-See-in-the-Dark
stars | today |
---|---|
1155 | 89 |
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
29679 | 48 |
Deep Learning for humans
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
37117 | 58 |
Command-line program to download videos from YouTube.com and other video sites
Embedding / Chinese-Word-Vectors
https://github.com/Embedding/Chinese-Word-Vectors
stars | today |
---|---|
1435 | 57 |
100+ Chinese Word Vectors 上百种预训练中文词向量
RhinoSecurityLabs / SleuthQL
https://github.com/RhinoSecurityLabs/SleuthQL
stars | today |
---|---|
64 | 56 |
Python3 Burp History parsing tool to discover potential SQL injection points. To be used in tandem with SQLmap.
carnal0wnage / weirdAAL
https://github.com/carnal0wnage/weirdAAL
stars | today |
---|---|
87 | 51 |
WeirdAAL (AWS Attack Library)
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
50199 | 45 |
A curated list of awesome Python frameworks, libraries, software and resources
chrissimpkins / Crunch
https://github.com/chrissimpkins/Crunch
stars | today |
---|---|
1986 | 48 |
Insane(ly slow but wicked good) PNG image optimization
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
35960 | 38 |
The Python micro framework for building web applications.
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
36941 | 43 |
A collective list of public JSON APIs for use in web development.
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
17796 | 36 |
The Python programming language
django / django
https://github.com/django/django
stars | today |
---|---|
34051 | 38 |
The Web framework for perfectionists with deadlines.
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
28254 | 35 |
scikit-learn: machine learning in Python
9b / chirp
stars | today |
---|---|
141 | 40 |
Interface to manage and centralize Google Alert information
duckythescientist / SmoothLife
https://github.com/duckythescientist/SmoothLife
stars | today |
---|---|
50 | 39 |
Continuous Domain Game of Life in Python with Numpy
jackfrued / Python-100-Days
https://github.com/jackfrued/Python-100-Days
stars | today |
---|---|
104 | 32 |
Python - 100天从新手到大师
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
32526 | 33 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
duckietown / gym-duckietown
https://github.com/duckietown/gym-duckietown
stars | today |
---|---|
66 | 33 |
fireeye / PwnAuth
https://github.com/fireeye/PwnAuth
stars | today |
---|---|
50 | 32 |
angr / angr
stars | today |
---|---|
2635 | 30 |
A powerful and user-friendly binary analysis platform!
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
32845 | 28 |
A curated list of awesome Machine Learning frameworks, libraries and software.
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
30360 | 21 |
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/
Language: go
open-policy-agent / opa
https://github.com/open-policy-agent/opa
stars | today |
---|---|
1046 | 371 |
An open source, general-purpose policy engine.
francoispqt / gojay
https://github.com/francoispqt/gojay
stars | today |
---|---|
1199 | 66 |
highly performant JSON encoder/decoder with powerful stream API for Golang
aQuaYi / LeetCode-in-Go
https://github.com/aQuaYi/LeetCode-in-Go
stars | today |
---|---|
436 | 62 |
🎓 Go Solution for LeetCode algorithm problems, 100% coverage, continually updating.
benjojo / bgp-battleships
https://github.com/benjojo/bgp-battleships
stars | today |
---|---|
164 | 62 |
Play battleships using BGP
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
36648 | 54 |
Production-Grade Container Scheduling and Management
golang / go
stars | today |
---|---|
41836 | 54 |
The Go programming language
google / gvisor
https://github.com/google/gvisor
stars | today |
---|---|
5721 | 50 |
Container Runtime Sandbox
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
17872 | 44 |
Official Go implementation of the Ethereum protocol
eugene-eeo / orchid
https://github.com/eugene-eeo/orchid
stars | today |
---|---|
57 | 49 |
very tiny music player
snail007 / goproxy
https://github.com/snail007/goproxy
stars | today |
---|---|
2528 | 41 |
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。
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
17424 | 41 |
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 |
---|---|
31013 | 38 |
A curated list of awesome Go frameworks, libraries and software
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
25834 | 35 |
The world’s fastest framework for building websites.
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
8172 | 32 |
An open platform to connect, manage, and secure microservices.
improbable-eng / thanos
https://github.com/improbable-eng/thanos
stars | today |
---|---|
1146 | 35 |
Highly available Prometheus setup with long term storage capabilities.
strongdm / comply
https://github.com/strongdm/comply
stars | today |
---|---|
83 | 33 |
Compliance automation framework, focused on SOC2
getlantern / lantern
https://github.com/getlantern/lantern
stars | today |
---|---|
35013 | 31 |
🔴 Lantern Latest Download https://github.com/getlantern/lantern/releases/tag/latest 🔴 蓝灯最新版本下载 https://github.com/getlantern/forum/issues/833 🔴
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
12262 | 25 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
gogits / gogs
https://github.com/gogits/gogs
stars | today |
---|---|
24945 | 28 |
Gogs is a painless self-hosted Git service.
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
15339 | 26 |
Træfik, a modern reverse proxy
restic / restic
https://github.com/restic/restic
stars | today |
---|---|
4384 | 27 |
Fast, secure, efficient backup program
kubernetes / helm
https://github.com/kubernetes/helm
stars | today |
---|---|
5628 | 24 |
The Kubernetes Package Manager
developer-learning / night-reading-go
https://github.com/developer-learning/night-reading-go
stars | today |
---|---|
309 | 25 |
Go 夜读 - 每周三或周四晚上 Go 源码阅读以及线下技术讨论和技术分享。
eolinker / GoKu-API-Gateway
https://github.com/eolinker/GoKu-API-Gateway
stars | today |
---|---|
456 | 23 |
GoKu API Gateway CE,悟空API网关(开源版),是国内首个开源go语言API网关,帮助企业进行API服务治理与API性能安全维护,为企业数字化赋能。
b3log / baidu-netdisk-downloaderx
https://github.com/b3log/baidu-netdisk-downloaderx
stars | today |
---|---|
634 | 25 |
⚡️ 百度网盘不限速下载器 BND。
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
100385 | 113 |
Computation using data flow graphs for scalable machine learning
GameFoundry / bsf
https://github.com/GameFoundry/bsf
stars | today |
---|---|
205 | 120 |
Modern C++14 library for the development of real-time graphical applications
Tencent / PhoenixGo
https://github.com/Tencent/PhoenixGo
stars | today |
---|---|
1462 | 99 |
Go AI program which implement the AlphaGo Zero paper
pytorch / ELF
https://github.com/pytorch/ELF
stars | today |
---|---|
1745 | 72 |
ELF: a platform for game research
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
60391 | 68 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
facebookincubator / katran
https://github.com/facebookincubator/katran
stars | today |
---|---|
104 | 68 |
A high performance layer 4 load balancer
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
15740 | 56 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
scanner-research / scanner
https://github.com/scanner-research/scanner
stars | today |
---|---|
229 | 60 |
Efficient video analysis at scale
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
24856 | 38 |
Open Source Computer Vision Library
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
31734 | 43 |
Bitcoin Core integration/staging tree
EOSIO / eos
stars | today |
---|---|
7155 | 40 |
An open source smart contract platform
Tencent / Tars
https://github.com/Tencent/Tars
stars | today |
---|---|
3740 | 38 |
Tars is a highly performance rpc framework based on naming service using tars protocol and provides a semi-automatic operation platform.
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
26237 | 37 |
Protocol Buffers - Google’s data interchange format
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
7185 | 31 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
dmlc / tvm
stars | today |
---|---|
1448 | 28 |
Open deep learning compiler stack for cpu, gpu and specialized accelerators
parro-it / libui-node
https://github.com/parro-it/libui-node
stars | today |
---|---|
1215 | 30 |
Node bindings for libui, an awesome native UI library for Unix, OSX and Windows
OpenGenus / cosmos
https://github.com/OpenGenus/cosmos
stars | today |
---|---|
8873 | 24 |
Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter | Ask us anything at our forum
fmtlib / fmt
stars | today |
---|---|
3818 | 25 |
A modern formatting library
grpc / grpc
stars | today |
---|---|
15380 | 20 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
jmoon018 / PacVim
https://github.com/jmoon018/PacVim
stars | today |
---|---|
1094 | 22 |
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
18552 | 19 |
Tesseract Open Source OCR Engine (main repository)
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
9087 | 18 |
An open autonomous driving platform
v8 / v8
stars | today |
---|---|
9183 | 20 |
The official mirror of the V8 Git repository
vnpy / vnpy
stars | today |
---|---|
5641 | 19 |
基于python的开源量化交易平台开发框架
unamer / CVE-2018-8120
https://github.com/unamer/CVE-2018-8120
stars | today |
---|---|
107 | 16 |
CVE-2018-8120 Windows LPE exploit
Language: javascript
hyperapp / hyperapp
https://github.com/hyperapp/hyperapp
stars | today |
---|---|
13022 | 582 |
1 kB JavaScript framework for building web applications.
klauscfhq / signale
https://github.com/klauscfhq/signale
stars | today |
---|---|
3668 | 572 |
👋 Hackable console logger
mimecorg / vuido
https://github.com/mimecorg/vuido
stars | today |
---|---|
1668 | 521 |
Native desktop applications using Vue.js.
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
659 | 512 |
Algorithms and data structures implemented in JavaScript with explanations and links to further readings
GetStream / Winds
https://github.com/GetStream/Winds
stars | today |
---|---|
3321 | 414 |
A Beautiful Open Source RSS & Podcast App
Tencent / TSW
https://github.com/Tencent/TSW
stars | today |
---|---|
853 | 239 |
TSW Open Platform
sym233 / core-values-encoder
https://github.com/sym233/core-values-encoder
stars | today |
---|---|
652 | 202 |
Translating text to core values and back
planttheidea / fast-copy
https://github.com/planttheidea/fast-copy
stars | today |
---|---|
531 | 195 |
A blazing fast deep object copier
RelaxedJS / ReLaXed
https://github.com/RelaxedJS/ReLaXed
stars | today |
---|---|
8242 | 188 |
Create PDF documents using web technologies
olistic / warriorjs
https://github.com/olistic/warriorjs
stars | today |
---|---|
7169 | 175 |
An exciting game of programming and Artificial Intelligence
vuejs / vue
stars | today |
---|---|
94978 | 157 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
iamkun / dayjs
https://github.com/iamkun/dayjs
stars | today |
---|---|
10513 | 147 |
⏰ Day.js 2KB immutable date library alternative to Moment.js with the same modern API
vincentriemer / react-native-dom
https://github.com/vincentriemer/react-native-dom
stars | today |
---|---|
1907 | 106 |
An experimental, comprehensive port of React Native to the web.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
96404 | 93 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
mui-org / material-ui
https://github.com/mui-org/material-ui
stars | today |
---|---|
36746 | 87 |
React components that implement Google’s Material Design.
Meituan-Dianping / mpvue
https://github.com/Meituan-Dianping/mpvue
stars | today |
---|---|
9600 | 88 |
基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
49211 | 77 |
Create React apps with no build configuration.
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
41926 | 79 |
Promise based HTTP client for the browser and node.js
vuejs / vue-cli
https://github.com/vuejs/vue-cli
stars | today |
---|---|
12158 | 65 |
🛠️ CLI for rapid Vue.js development
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
32343 | 65 |
Headless Chrome Node API
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
64091 | 64 |
A framework for building native apps with React.
isomorphic-git / isomorphic-git
https://github.com/isomorphic-git/isomorphic-git
stars | today |
---|---|
2757 | 66 |
A pure JavaScript implementation of git for node and browsers!
Microsoft / vscode-recipes
https://github.com/Microsoft/vscode-recipes
stars | today |
---|---|
1357 | 63 |
kusti8 / proton-native
https://github.com/kusti8/proton-native
stars | today |
---|---|
6860 | 60 |
A React environment for cross platform native desktop apps
justjavac / awesome-wechat-weapp
https://github.com/justjavac/awesome-wechat-weapp
stars | today |
---|---|
14594 | 54 |
微信小程序开发资源汇总 💯
Language: unknown
danistefanovic / build-your-own-x
https://github.com/danistefanovic/build-your-own-x
stars | today |
---|---|
22624 | 1471 |
🤓 Build your own (insert technology here)
xingshaocheng / architect-awesome
https://github.com/xingshaocheng/architect-awesome
stars | today |
---|---|
16270 | 271 |
后端架构师技术图谱
veggiemonk / awesome-docker
https://github.com/veggiemonk/awesome-docker
stars | today |
---|---|
11020 | 182 |
🐳 A curated list of Docker resources and projects
davideuler / architecture.of.internet-product
https://github.com/davideuler/architecture.of.internet-product
stars | today |
---|---|
9221 | 148 |
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
CyC2018 / Interview-Notebook
https://github.com/CyC2018/Interview-Notebook
stars | today |
---|---|
22992 | 130 |
📚 技术面试需要掌握的基础知识整理,欢迎编辑~
ossu / computer-science
https://github.com/ossu/computer-science
stars | today |
---|---|
32386 | 142 |
🎓 Path to a free self-taught education in Computer Science!
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
67354 | 65 |
A collection of useful .gitignore templates
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
85420 | 73 |
😎 Curated list of awesome lists
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
82177 | 62 |
A book series on JavaScript. @YDKJS on twitter.
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
32982 | 58 |
🎉 A curated list of awesome things related to Vue.js
kelseyhightower / kubernetes-the-hard-way
https://github.com/kelseyhightower/kubernetes-the-hard-way
stars | today |
---|---|
9642 | 58 |
Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
105558 | 51 |
📚 Freely available programming books
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
64072 | 54 |
A complete computer science study plan to become a software engineer.
smgorelik / Windows-RCE-exploits
https://github.com/smgorelik/Windows-RCE-exploits
stars | today |
---|---|
88 | 58 |
The exploit samples database is a repository for RCE (remote code execution) exploits and Proof-of-Concepts for WINDOWS, the samples are uploaded for education purposes for red and blue teams.
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
49766 | 51 |
Roadmap to becoming a web developer in 2018
awesomedata / awesome-public-datasets
https://github.com/awesomedata/awesome-public-datasets
stars | today |
---|---|
24906 | 49 |
A topic-centric list of high-quality open datasets in public domains. Propose NEW data ☛☛☛PR☛☛☛
ThinkDevelopers / PHPConChina
https://github.com/ThinkDevelopers/PHPConChina
stars | today |
---|---|
735 | 42 |
songtianyi / acmer-qualification-code
https://github.com/songtianyi/acmer-qualification-code
stars | today |
---|---|
116 | 42 |
acmer入门级算法模板
kelseyhightower / nocode
https://github.com/kelseyhightower/nocode
stars | today |
---|---|
21193 | 40 |
The best way to write secure and reliable applications. Write nothing; deploy nowhere.
fouber / blog
https://github.com/fouber/blog
stars | today |
---|---|
15814 | 39 |
没事写写文章,喜欢的话请点star,想订阅点watch,千万别fork!
qazbnm456 / awesome-cve-poc
https://github.com/qazbnm456/awesome-cve-poc
stars | today |
---|---|
1096 | 33 |
✍️ A curated list of CVE PoCs.
Solido / awesome-flutter
https://github.com/Solido/awesome-flutter
stars | today |
---|---|
3199 | 34 |
Quickly find available resources to grow your Flutter projects !
getlantern / forum
https://github.com/getlantern/forum
stars | today |
---|---|
17768 | 35 |
蓝灯(Lantern)官方论坛
shiyangzhaoa / easy-tips
https://github.com/shiyangzhaoa/easy-tips
stars | today |
---|---|
79 | 34 |
炒鸡简单知识点,除了排序都是自己手写的,只提供思路,不保证质量==
yunlzheng / prometheus-book
https://github.com/yunlzheng/prometheus-book
stars | today |
---|---|
57 | 29 |
Prometheus操作指南