Language: python
xoreaxeaxeax / sandsifter
https://github.com/xoreaxeaxeax/sandsifter
stars | today |
---|---|
1005 | 969 |
The x86 processor fuzzer
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
4343 | 341 |
The world’s simplest facial recognition api for Python and the command line
dmulholland / ivy
https://github.com/dmulholland/ivy
stars | today |
---|---|
290 | 259 |
A minimalist static website generator built in Python.
facebookresearch / DrQA
https://github.com/facebookresearch/DrQA
stars | today |
---|---|
941 | 229 |
Reading Wikipedia to Answer Open-Domain Questions
chenjiandongx / pyecharts
https://github.com/chenjiandongx/pyecharts
stars | today |
---|---|
631 | 144 |
Python Echarts Plotting Library
shadowsocksr-backup / shadowsocksr
https://github.com/shadowsocksr-backup/shadowsocksr
stars | today |
---|---|
79 | 63 |
Python port of ShadowsocksR
521xueweihan / HelloGitHub
https://github.com/521xueweihan/HelloGitHub
stars | today |
---|---|
2324 | 128 |
分享、推荐 GitHub 上好玩、容易上手的项目,帮你找到编程的乐趣
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
36741 | 75 |
A curated list of awesome Python frameworks, libraries, software and resources
shadowsocks / shadowsocks
https://github.com/shadowsocks/shadowsocks
stars | today |
---|---|
19098 | 56 |
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
19214 | 54 |
Models built with TensorFlow
WooSoftware / shadowsocksr-origin
https://github.com/WooSoftware/shadowsocksr-origin
stars | today |
---|---|
90 | 35 |
Python port of ShadowsocksR
nanqinlang / shadowsocksr
https://github.com/nanqinlang/shadowsocksr
stars | today |
---|---|
53 | 33 |
shadowsocksr and deployer script
XX-net / XX-Net
https://github.com/XX-net/XX-Net
stars | today |
---|---|
15676 | 40 |
a web proxy tool
koolshare / shadowsocksr
https://github.com/koolshare/shadowsocksr
stars | today |
---|---|
32 | 22 |
shadowsocksr-rm / shadowsocksr
https://github.com/shadowsocksr-rm/shadowsocksr
stars | today |
---|---|
37 | 18 |
Python port of ShadowsocksR
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
18072 | 35 |
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
brightmart / text_classification
https://github.com/brightmart/text_classification
stars | today |
---|---|
159 | 37 |
all kinds of text classificaiton models and more with deep learning
madeye / sssniff
https://github.com/madeye/sssniff
stars | today |
---|---|
557 | 29 |
ShadowSocks(SS) traffic sniffer
HelloZeroNet / ZeroNet
https://github.com/HelloZeroNet/ZeroNet
stars | today |
---|---|
8934 | 32 |
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
11942 | 29 |
The Python programming language
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
7641 | 32 |
🏡 Open-source home automation platform running on Python 3
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
28606 | 31 |
A microframework based on Werkzeug, Jinja2 and good intentions
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
26458 | 30 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
scrapy / scrapy
https://github.com/scrapy/scrapy
stars | today |
---|---|
21775 | 28 |
Scrapy, a fast high-level web crawling & scraping framework for Python.
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
18348 | 26 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Language: go
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
4398 | 129 |
A platform for building proxies to bypass network restrictions.
matryer / vice
https://github.com/matryer/vice
stars | today |
---|---|
103 | 90 |
Go channels at horizontal scale (powered by message queues)
gonum / gonum
https://github.com/gonum/gonum
stars | today |
---|---|
209 | 77 |
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
hacdias / filemanager
https://github.com/hacdias/filemanager
stars | today |
---|---|
820 | 68 |
📁 Web File Manager which can be used as a middleware or standalone app.
golang / go
stars | today |
---|---|
30428 | 52 |
The Go programming language
gophercon / 2017-talks
https://github.com/gophercon/2017-talks
stars | today |
---|---|
769 | 48 |
Slides and links for 2017 talks
tj / go-progress
https://github.com/tj/go-progress
stars | today |
---|---|
103 | 48 |
Another Go progress bar
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
25357 | 34 |
Production-Grade Container Scheduling and Management
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
17155 | 34 |
A golang ebook intro how to build a web with golang
coreos / etcd
https://github.com/coreos/etcd
stars | today |
---|---|
14290 | 24 |
Distributed reliable key-value store for the most critical data of a distributed system
golang / dep
stars | today |
---|---|
3829 | 27 |
Go dependency management tool
moby / moby
stars | today |
---|---|
44777 | 23 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
ExaScience / pargo
https://github.com/ExaScience/pargo
stars | today |
---|---|
62 | 27 |
A library for parallel programming in Go
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
11003 | 24 |
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.
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
18646 | 22 |
A Fast and Flexible Static Site Generator built with love in GoLang.
kudelskisecurity / cdf
https://github.com/kudelskisecurity/cdf
stars | today |
---|---|
74 | 23 |
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
6216 | 20 |
Official Go implementation of the Ethereum protocol
h2non / gentleman
https://github.com/h2non/gentleman
stars | today |
---|---|
424 | 21 |
Full-featured, plugin-oriented, composable HTTP client toolkit for Go
k8sdb / cli
stars | today |
---|---|
50 | 21 |
KubeDB CLI
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
22371 | 19 |
A curated list of awesome Go frameworks, libraries and software
mholt / caddy
https://github.com/mholt/caddy
stars | today |
---|---|
13293 | 16 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
gogits / gogs
https://github.com/gogits/gogs
stars | today |
---|---|
20205 | 15 |
Gogs is a painless self-hosted Git service.
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
9014 | 16 |
Træfik, a modern reverse proxy
hashicorp / terraform
https://github.com/hashicorp/terraform
stars | today |
---|---|
9002 | 13 |
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
grafana / grafana
https://github.com/grafana/grafana
stars | today |
---|---|
16955 | 13 |
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
65019 | 105 |
Computation using data flow graphs for scalable machine learning
clangen / musikcube
https://github.com/clangen/musikcube
stars | today |
---|---|
1045 | 136 |
a terminal-based cross-platform music player, audio engine, metadata indexer, and server in c++
Tencent / ncnn
https://github.com/Tencent/ncnn
stars | today |
---|---|
2003 | 103 |
ncnn is a high-performance neural network inference framework optimized for the mobile platform
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
48544 | 50 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
comaeio / porosity
https://github.com/comaeio/porosity
stars | today |
---|---|
74 | 50 |
Decompiler for Blockchain-based Ethereum Smart-Contracts
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
5221 | 36 |
An open autonomous driving platform
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
17133 | 25 |
Open Source Computer Vision Library
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
14846 | 23 |
Bitcoin Core integration/staging tree
apache / incubator-mxnet
https://github.com/apache/incubator-mxnet
stars | today |
---|---|
10574 | 30 |
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
18996 | 23 |
Protocol Buffers - Google’s data interchange format
MortenSchenk / BHUSA2017
https://github.com/MortenSchenk/BHUSA2017
stars | today |
---|---|
105 | 27 |
Content from presentation at BHUSA 2017
BVLC / caffe
stars | today |
---|---|
19319 | 24 |
Caffe: a fast open framework for deep learning.
davisking / dlib
https://github.com/davisking/dlib
stars | today |
---|---|
2434 | 23 |
A toolkit for making real world machine learning and data analysis applications in C++
catboost / catboost
https://github.com/catboost/catboost
stars | today |
---|---|
1658 | 22 |
CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box for Python, R
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
39629 | 17 |
The Swift Programming Language
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
11968 | 18 |
Tesseract Open Source OCR Engine (main repository)
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
8717 | 19 |
Godot Engine – Multi-platform 2D and 3D game engine
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
8134 | 17 |
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
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
2177 | 16 |
OpenPose: A Real-Time Multi-Person Keypoint Detection And Multi-Threading C++ Library
qbittorrent / qBittorrent
https://github.com/qbittorrent/qBittorrent
stars | today |
---|---|
2787 | 18 |
qBittorrent BitTorrent client
shadowsocks / shadowsocks-qt5
https://github.com/shadowsocks/shadowsocks-qt5
stars | today |
---|---|
2965 | 10 |
A cross-platform shadowsocks GUI client
SFTtech / openage
https://github.com/SFTtech/openage
stars | today |
---|---|
5897 | 17 |
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
tekezo / Karabiner-Elements
https://github.com/tekezo/Karabiner-Elements
stars | today |
---|---|
4633 | 15 |
The next generation Karabiner for macOS Sierra
uglide / RedisDesktopManager
https://github.com/uglide/RedisDesktopManager
stars | today |
---|---|
5274 | 13 |
🔧 Cross-platform GUI management tool for Redis
facebookresearch / fastText
https://github.com/facebookresearch/fastText
stars | today |
---|---|
10100 | 14 |
Library for fast text representation and classification.
Language: javascript
ncase / trust
https://github.com/ncase/trust
stars | today |
---|---|
510 | 274 |
An interactive guide to the game theory of cooperation
rikschennink / fitty
https://github.com/rikschennink/fitty
stars | today |
---|---|
556 | 217 |
Makes text fit perfectly.
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
64330 | 178 |
A book series on JavaScript. @YDKJS on twitter.
paypal / react-autocompletely
https://github.com/paypal/react-autocompletely
stars | today |
---|---|
323 | 140 |
🔮 Primitives to build simple, flexible, WAI-ARIA compliant React autocomplete components
vuejs / vue
stars | today |
---|---|
61627 | 128 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
smallwins / spacetime
https://github.com/smallwins/spacetime
stars | today |
---|---|
355 | 124 |
A lightweight way to handle timezones in js
lord / slate
stars | today |
---|---|
18492 | 104 |
Beautiful static documentation for your API
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
72241 | 87 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
56148 | 77 |
JavaScript Style Guide
keajs / kea
stars | today |
---|---|
562 | 83 |
High level abstraction between React and Redux
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
31263 | 66 |
Create React apps with no build configuration.
wearehive / project-guidelines
https://github.com/wearehive/project-guidelines
stars | today |
---|---|
8970 | 72 |
A set of best practices for JavaScript projects
mzabriskie / axios
https://github.com/mzabriskie/axios
stars | today |
---|---|
24060 | 72 |
Promise based HTTP client for the browser and node.js
TryGhost / Ghost
https://github.com/TryGhost/Ghost
stars | today |
---|---|
23303 | 69 |
A simple, powerful publishing platform
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
113186 | 50 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
LaloMrtnz / Chain
https://github.com/LaloMrtnz/Chain
stars | today |
---|---|
136 | 58 |
Dynamic color relations in Sketch.
xkeshi / image-compressor
https://github.com/xkeshi/image-compressor
stars | today |
---|---|
430 | 56 |
A simple JavaScript image compressor.
vadimdemedes / ink
https://github.com/vadimdemedes/ink
stars | today |
---|---|
3662 | 54 |
🌈 React for interactive command-line apps
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
51529 | 47 |
A framework for building native apps with React.
johnkorzhuk / grabient
https://github.com/johnkorzhuk/grabient
stars | today |
---|---|
517 | 48 |
UI to generate linear-gradients
thymikee / snapshot-diff
https://github.com/thymikee/snapshot-diff
stars | today |
---|---|
86 | 46 |
Diffing snapshot utility for Jest
webpack / webpack
https://github.com/webpack/webpack
stars | today |
---|---|
30519 | 42 |
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through “loaders,” modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, … and your custom stuff.
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
37524 | 38 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
KingPixil / moon
https://github.com/KingPixil/moon
stars | today |
---|---|
1365 | 42 |
🌙 ⚡️ A minimal, blazing fast UI library.
antonmedv / jsize
https://github.com/antonmedv/jsize
stars | today |
---|---|
85 | 42 |
Find out minified and gzip npm package size.
Language: unknown
bpesquet / thejsway
https://github.com/bpesquet/thejsway
stars | today |
---|---|
2918 | 1707 |
The JavaScript Way book
zeeshanu / learn-regex
https://github.com/zeeshanu/learn-regex
stars | today |
---|---|
2891 | 425 |
Learn regex the easy way
brannondorsey / wifi-cracking
https://github.com/brannondorsey/wifi-cracking
stars | today |
---|---|
4795 | 287 |
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat 🖧
the-laughing-monkey / cicada-platform
https://github.com/the-laughing-monkey/cicada-platform
stars | today |
---|---|
376 | 219 |
Home of the Cicada Direct Democracy and Dapp Platform
shadowsocksr-backup / shadowsocks-rss
https://github.com/shadowsocksr-backup/shadowsocks-rss
stars | today |
---|---|
51 | 33 |
ShadowsocksR update rss, SSR organization
Ssrbackup / shadowsocks-rss
https://github.com/Ssrbackup/shadowsocks-rss
stars | today |
---|---|
60 | 47 |
Shadowsocksr project backup
mli / cvpr17
stars | today |
---|---|
134 | 72 |
CVPR 2017 Tutorial
shadowsocksr-backup / shadowsocksr-android
https://github.com/shadowsocksr-backup/shadowsocksr-android
stars | today |
---|---|
29 | 21 |
A ShadowsocksR client for Android
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
89620 | 59 |
📚 Freely available programming books
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
62665 | 62 |
😎 Curated list of awesome lists
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
52892 | 51 |
A collection of useful .gitignore templates
shieldfy / API-Security-Checklist
https://github.com/shieldfy/API-Security-Checklist
stars | today |
---|---|
8062 | 59 |
Checklist of the most important security countermeasures when designing, testing, and releasing your API
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
45999 | 44 |
A complete computer science study plan to become a software engineer.
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
18916 | 44 |
A curated list of awesome things related to Vue.js
basecamp / handbook
https://github.com/basecamp/handbook
stars | today |
---|---|
3251 | 50 |
Basecamp Employee Handbook
sdmg15 / Best-websites-a-programmer-should-visit
https://github.com/sdmg15/Best-websites-a-programmer-should-visit
stars | today |
---|---|
18961 | 49 |
🔗 Some useful websites for programmers.
getlantern / forum
https://github.com/getlantern/forum
stars | today |
---|---|
6976 | 42 |
蓝灯(Lantern)官方论坛
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
20191 | 38 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
shadowsocksr-rm / shadowsocks-rss
https://github.com/shadowsocksr-rm/shadowsocks-rss
stars | today |
---|---|
32 | 15 |
ShadowsocksR update rss, SSR organization https://github.com/shadowsocksr
ZuzooVn / machine-learning-for-software-engineers
https://github.com/ZuzooVn/machine-learning-for-software-engineers
stars | today |
---|---|
15796 | 32 |
A complete daily plan for studying to become a machine learning engineer.
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
24709 | 31 |
Roadmap to becoming a web developer in 2017
gfwlist / gfwlist
https://github.com/gfwlist/gfwlist
stars | today |
---|---|
5571 | 24 |
The one and only one gfwlist here
mingyuliutw / cvpr2017_gan_tutorial
https://github.com/mingyuliutw/cvpr2017_gan_tutorial
stars | today |
---|---|
90 | 25 |
CVPR’17 GAN Tutorial
HFTrader / DeepLearningBook
https://github.com/HFTrader/DeepLearningBook
stars | today |
---|---|
4938 | 25 |
MIT Deep Learning Book in PDF format
sorrycc / awesome-javascript
https://github.com/sorrycc/awesome-javascript
stars | today |
---|---|
11676 | 25 |
🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.