Language: python
madeye / sssniff
https://github.com/madeye/sssniff
stars | today |
---|---|
311 | 282 |
ShadowSocks(SS) traffic sniffer
chenjiandongx / pyecharts
https://github.com/chenjiandongx/pyecharts
stars | today |
---|---|
377 | 101 |
Python Echarts Plotting Library
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
36558 | 79 |
A curated list of awesome Python frameworks, libraries, software and resources
gpleiss / efficient_densenet_pytorch
https://github.com/gpleiss/efficient_densenet_pytorch
stars | today |
---|---|
115 | 67 |
A memory-efficient implementation of DenseNets
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
19072 | 46 |
Models built with TensorFlow
HelloZeroNet / ZeroNet
https://github.com/HelloZeroNet/ZeroNet
stars | today |
---|---|
8855 | 49 |
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
shadowsocks / shadowsocks
https://github.com/shadowsocks/shadowsocks
stars | today |
---|---|
18960 | 44 |
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
17942 | 35 |
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
jakubroztocil / httpie
https://github.com/jakubroztocil/httpie
stars | today |
---|---|
30665 | 44 |
Modern command line HTTP client – user-friendly curl alternative with intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc. https://httpie.org
shadowsocksr / shadowsocksr
https://github.com/shadowsocksr/shadowsocksr
stars | today |
---|---|
2590 | 35 |
Python port of ShadowsocksR
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
28524 | 36 |
A microframework based on Werkzeug, Jinja2 and good intentions
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
24463 | 39 |
A curated list of awesome Machine Learning frameworks, libraries and software.
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
7564 | 32 |
🏡 Open-source home automation platform running on Python 3
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
26386 | 30 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
27697 | 29 |
Command-line program to download videos from YouTube.com and other video sites
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
24413 | 24 |
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.
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
11865 | 24 |
The Python programming language
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
20072 | 24 |
scikit-learn: machine learning in Python
XX-net / XX-Net
https://github.com/XX-net/XX-Net
stars | today |
---|---|
15585 | 27 |
a web proxy tool
soimort / you-get
https://github.com/soimort/you-get
stars | today |
---|---|
13914 | 28 |
⏬ Dumb downloader that scrapes the web
maciejkula / spotlight
https://github.com/maciejkula/spotlight
stars | today |
---|---|
251 | 29 |
Deep recommender models using PyTorch.
django / django
https://github.com/django/django
stars | today |
---|---|
27057 | 22 |
The Web framework for perfectionists with deadlines.
tensorflow / nmt
https://github.com/tensorflow/nmt
stars | today |
---|---|
1115 | 24 |
TensorFlow Neural Machine Translation Tutorial
bitcoinbook / bitcoinbook
https://github.com/bitcoinbook/bitcoinbook
stars | today |
---|---|
3250 | 25 |
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
channelcat / sanic
https://github.com/channelcat/sanic
stars | today |
---|---|
6447 | 24 |
Async Python 3.5+ web server that’s written to go fast
Language: go
hacdias / filemanager
https://github.com/hacdias/filemanager
stars | today |
---|---|
342 | 110 |
📁 File Manager which can be used as a middleware or standalone app.
gophercon / 2017-talks
https://github.com/gophercon/2017-talks
stars | today |
---|---|
620 | 75 |
Slides and links for 2017 talks
golang / go
stars | today |
---|---|
30315 | 52 |
The Go programming language
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
17077 | 38 |
A golang ebook intro how to build a web with golang
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
25261 | 33 |
Production-Grade Container Scheduling and Management
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
18584 | 32 |
A Fast and Flexible Static Site Generator built with love in GoLang.
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
6137 | 31 |
Official Go implementation of the Ethereum protocol
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
22307 | 30 |
A curated list of awesome Go frameworks, libraries and software
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
4172 | 29 |
A platform for building proxies to bypass network restrictions.
moby / moby
stars | today |
---|---|
44722 | 25 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
coreos / etcd
https://github.com/coreos/etcd
stars | today |
---|---|
14233 | 24 |
Distributed reliable key-value store for the most critical data of a distributed system
d4l3k / go-pry
https://github.com/d4l3k/go-pry
stars | today |
---|---|
1838 | 26 |
An interactive REPL for Go that allows you to drop into your code at any point.
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
10701 | 22 |
The Prometheus monitoring system and time series database.
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
10947 | 20 |
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.
golang / dep
stars | today |
---|---|
3755 | 21 |
Go dependency management tool
nareix / joy4
https://github.com/nareix/joy4
stars | today |
---|---|
531 | 20 |
Golang audio/video library and streaming server
uber / jaeger
https://github.com/uber/jaeger
stars | today |
---|---|
1048 | 20 |
Jaeger, a Distributed Tracing System
Unknwon / the-way-to-go_ZH_CN
https://github.com/Unknwon/the-way-to-go_ZH_CN
stars | today |
---|---|
5713 | 16 |
《The Way to Go》中文译本,中文正式名《Go入门指南》
oracle / smith
https://github.com/oracle/smith
stars | today |
---|---|
415 | 19 |
Smith: A microcontainer builder
pingcap / tidb
https://github.com/pingcap/tidb
stars | today |
---|---|
8986 | 18 |
TiDB is a distributed NewSQL database compatible with MySQL protocol
hyperledger / fabric
https://github.com/hyperledger/fabric
stars | today |
---|---|
1686 | 14 |
Read-only mirror of https://gerrit.hyperledger.org/r/#/admin/projects/fabric
alexellis / faas
https://github.com/alexellis/faas
stars | today |
---|---|
2381 | 17 |
Functions as a Service - a serverless framework for Docker
syncthing / syncthing
https://github.com/syncthing/syncthing
stars | today |
---|---|
16721 | 16 |
Open Source Continuous File Synchronization
astaxie / beego
https://github.com/astaxie/beego
stars | today |
---|---|
11704 | 16 |
beego is an open-source, high-performance web framework for the Go programming language.
labstack / echo
https://github.com/labstack/echo
stars | today |
---|---|
7904 | 15 |
High performance, minimalist Go web framework
Language: c++
Tencent / ncnn
https://github.com/Tencent/ncnn
stars | today |
---|---|
1464 | 682 |
ncnn is a high-performance neural network inference framework optimized for the mobile platform
google / pik
stars | today |
---|---|
328 | 170 |
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
64680 | 125 |
Computation using data flow graphs for scalable machine learning
moszinet / BKKCrypt
https://github.com/moszinet/BKKCrypt
stars | today |
---|---|
163 | 82 |
An implementation of the famous BKKCrypt algorithm. Community contribution for other languages is highly appreciated.
yegord / snowman
https://github.com/yegord/snowman
stars | today |
---|---|
893 | 73 |
Snowman decompiler
catboost / catboost
https://github.com/catboost/catboost
stars | today |
---|---|
1600 | 64 |
CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box for Python, R
pavel-odintsov / fastnetmon
https://github.com/pavel-odintsov/fastnetmon
stars | today |
---|---|
1955 | 58 |
FastNetMon community - very fast DDoS analyzer with sflow/netflow/mirror support
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
5117 | 47 |
An open autonomous driving platform
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
48402 | 47 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
14765 | 40 |
Bitcoin Core integration/staging tree
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
17065 | 32 |
Open Source Computer Vision Library
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
2127 | 31 |
OpenPose: A Real-Time Multi-Person Keypoint Detection And Multi-Threading C++ Library
BVLC / caffe
stars | today |
---|---|
19256 | 30 |
Caffe: a fast open framework for deep learning.
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
11909 | 27 |
Tesseract Open Source OCR Engine (main repository)
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
18920 | 22 |
Protocol Buffers - Google’s data interchange format
Microsoft / LightGBM
https://github.com/Microsoft/LightGBM
stars | today |
---|---|
3445 | 20 |
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.
dmlc / mxnet
stars | today |
---|---|
10518 | 15 |
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
yuanfengyun / qipai
https://github.com/yuanfengyun/qipai
stars | today |
---|---|
55 | 18 |
棋牌的胡牌算法,包括麻将、跑胡子、扑克。实现lua、c++、c#、golang、js版本。
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
39576 | 16 |
The Swift Programming Language
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
6059 | 16 |
JSON for Modern C++
Microsoft / CNTK
https://github.com/Microsoft/CNTK
stars | today |
---|---|
11838 | 14 |
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
ocornut / imgui
https://github.com/ocornut/imgui
stars | today |
---|---|
7490 | 16 |
Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
CRYTEK / CRYENGINE
https://github.com/CRYTEK/CRYENGINE
stars | today |
---|---|
7161 | 14 |
CRYENGINE is a powerful real-time game development platform created by Crytek.
openalpr / openalpr
https://github.com/openalpr/openalpr
stars | today |
---|---|
4458 | 12 |
Automatic License Plate Recognition library
nwjs / nw.js
stars | today |
---|---|
31947 | 15 |
Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
Language: javascript
lord / slate
stars | today |
---|---|
17988 | 481 |
Beautiful static documentation for your API
vadimdemedes / ink
https://github.com/vadimdemedes/ink
stars | today |
---|---|
3460 | 198 |
🌈 React for interactive command-line apps
vuejs / vue
stars | today |
---|---|
61290 | 158 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
johnkorzhuk / grabient
https://github.com/johnkorzhuk/grabient
stars | today |
---|---|
231 | 143 |
UI to generate linear-gradients
KingPixil / wade
https://github.com/KingPixil/wade
stars | today |
---|---|
1456 | 135 |
🌊 Blazing fast, 1kb search for Javascript
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
63919 | 125 |
A book series on JavaScript. @YDKJS on twitter.
wearehive / project-guidelines
https://github.com/wearehive/project-guidelines
stars | today |
---|---|
8746 | 125 |
A set of best practices for JavaScript projects
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
71863 | 97 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
55913 | 74 |
JavaScript Style Guide
azat-co / practicalnode
https://github.com/azat-co/practicalnode
stars | today |
---|---|
2542 | 84 |
Practical Node.js, 1st and 2nd Editions [Apress]
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
31073 | 71 |
Create React apps with no build configuration.
gpujs / gpu.js
https://github.com/gpujs/gpu.js
stars | today |
---|---|
4106 | 76 |
GPU Accelerated JavaScript
Kyle-Kyle / baidudl
https://github.com/Kyle-Kyle/baidudl
stars | today |
---|---|
284 | 74 |
Get download links from pan.baidu.com and you don’t need to be afraid of getting your account banned
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
113076 | 47 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
mzabriskie / axios
https://github.com/mzabriskie/axios
stars | today |
---|---|
23839 | 66 |
Promise based HTTP client for the browser and node.js
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
51372 | 58 |
A framework for building native apps with React.
WolframHempel / speaking-jpg
https://github.com/WolframHempel/speaking-jpg
stars | today |
---|---|
76 | 59 |
A nonsense way to hide encrypted text messages inside jpegs
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
37422 | 52 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
jaredreich / pell
https://github.com/jaredreich/pell
stars | today |
---|---|
5875 | 57 |
📝 the simplest and smallest (1kB) WYSIWYG text editor for web, with no dependencies
d3 / d3
stars | today |
---|---|
66462 | 49 |
Bring data to life with SVG, Canvas and HTML. 📊 📈 🎉
bomberstudios / artboard-manager
https://github.com/bomberstudios/artboard-manager
stars | today |
---|---|
121 | 54 |
Because moving Artboards manually is so 2016
socketio / socket.io
https://github.com/socketio/socket.io
stars | today |
---|---|
34526 | 49 |
Realtime application framework (Node.JS server)
reactjs / redux
https://github.com/reactjs/redux
stars | today |
---|---|
32733 | 39 |
Predictable state container for JavaScript apps
ReactTraining / react-router
https://github.com/ReactTraining/react-router
stars | today |
---|---|
23769 | 43 |
Declarative routing for React
zeit / next.js
https://github.com/zeit/next.js
stars | today |
---|---|
15665 | 41 |
Framework for server-rendered React apps
Language: unknown
brannondorsey / wifi-cracking
https://github.com/brannondorsey/wifi-cracking
stars | today |
---|---|
3268 | 2335 |
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat 🖧
zeeshanu / learn-regex
https://github.com/zeeshanu/learn-regex
stars | today |
---|---|
666 | 535 |
Learn regex the easy way
leereilly / games
https://github.com/leereilly/games
stars | today |
---|---|
9227 | 183 |
🎮 A list of popular/awesome videos games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
sorrycc / awesome-javascript
https://github.com/sorrycc/awesome-javascript
stars | today |
---|---|
11505 | 141 |
🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
shieldfy / API-Security-Checklist
https://github.com/shieldfy/API-Security-Checklist
stars | today |
---|---|
7884 | 123 |
Checklist of the most important security countermeasures when designing, testing, and releasing your API
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
62467 | 71 |
😎 Curated list of awesome lists
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
52737 | 50 |
A collection of useful .gitignore templates
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
89447 | 52 |
📚 Freely available programming books
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
18758 | 59 |
A curated list of awesome things related to Vue.js
byoungd / english-level-up-tips-for-Chinese
https://github.com/byoungd/english-level-up-tips-for-Chinese
stars | today |
---|---|
4735 | 53 |
可能是让你受益匪浅的英语进阶指南
mrmrs / styleguide-checklist
https://github.com/mrmrs/styleguide-checklist
stars | today |
---|---|
89 | 53 |
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
45876 | 38 |
A complete computer science study plan to become a software engineer.
Kristories / awesome-guidelines
https://github.com/Kristories/awesome-guidelines
stars | today |
---|---|
3146 | 41 |
A curated list of high quality coding style conventions and standards.
sdmg15 / Best-websites-a-programmer-should-visit
https://github.com/sdmg15/Best-websites-a-programmer-should-visit
stars | today |
---|---|
18840 | 37 |
🔗 Some useful websites for programmers.
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
20095 | 32 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
servo / servo
https://github.com/servo/servo
stars | today |
---|---|
9735 | 35 |
The Servo Browser Engine
stormzhang / android-interview-questions-cn
https://github.com/stormzhang/android-interview-questions-cn
stars | today |
---|---|
597 | 31 |
最全面的高质量 Android 面试指南。
dexteryy / spellbook-of-modern-webdev
https://github.com/dexteryy/spellbook-of-modern-webdev
stars | today |
---|---|
8363 | 31 |
A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development
judasn / IntelliJ-IDEA-Tutorial
https://github.com/judasn/IntelliJ-IDEA-Tutorial
stars | today |
---|---|
4575 | 26 |
IntelliJ IDEA 简体中文专题教程
enaqx / awesome-react
https://github.com/enaqx/awesome-react
stars | today |
---|---|
20520 | 30 |
A collection of awesome things regarding React ecosystem.
sindresorhus / awesome-nodejs
https://github.com/sindresorhus/awesome-nodejs
stars | today |
---|---|
18071 | 28 |
⚡️ Delightful Node.js packages and resources
wasabeef / awesome-android-ui
https://github.com/wasabeef/awesome-android-ui
stars | today |
---|---|
24550 | 25 |
A curated list of awesome Android UI/UX libraries
HFTrader / DeepLearningBook
https://github.com/HFTrader/DeepLearningBook
stars | today |
---|---|
4867 | 23 |
MIT Deep Learning Book in PDF format
Hack-with-Github / Awesome-Hacking
https://github.com/Hack-with-Github/Awesome-Hacking
stars | today |
---|---|
9342 | 22 |
A collection of various awesome lists for hackers, pentesters and security researchers
markerikson / react-redux-links
https://github.com/markerikson/react-redux-links
stars | today |
---|---|
10001 | 22 |
Curated tutorial and resource links I’ve collected on React, Redux, ES6, and more