Language: python
xoreaxeaxeax / sandsifter
https://github.com/xoreaxeaxeax/sandsifter
stars | today |
---|---|
1371 | 384 |
The x86 processor fuzzer
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
4494 | 175 |
The world’s simplest facial recognition api for Python and the command line
neozhaoliang / pywonderland
https://github.com/neozhaoliang/pywonderland
stars | today |
---|---|
595 | 149 |
Render beautiful images or animate interesting algorithms in mathematics with Python.
dmulholland / ivy
https://github.com/dmulholland/ivy
stars | today |
---|---|
381 | 111 |
A minimalist static website generator built in Python.
facebookresearch / DrQA
https://github.com/facebookresearch/DrQA
stars | today |
---|---|
1034 | 99 |
Reading Wikipedia to Answer Open-Domain Questions
shadowsocksr-backup / shadowsocksr
https://github.com/shadowsocksr-backup/shadowsocksr
stars | today |
---|---|
116 | 48 |
Python port of ShadowsocksR
chenjiandongx / pyecharts
https://github.com/chenjiandongx/pyecharts
stars | today |
---|---|
690 | 74 |
Python Echarts Plotting Library
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
36771 | 35 |
A curated list of awesome Python frameworks, libraries, software and resources
shadowsocks / shadowsocks
https://github.com/shadowsocks/shadowsocks
stars | today |
---|---|
19113 | 27 |
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
19241 | 25 |
Models built with TensorFlow
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
27807 | 33 |
Command-line program to download videos from YouTube.com and other video sites
miloyip / game-programmer
https://github.com/miloyip/game-programmer
stars | today |
---|---|
4248 | 34 |
A Study Path for Game Programmer
PlasmaPy / PlasmaPy
https://github.com/PlasmaPy/PlasmaPy
stars | today |
---|---|
46 | 30 |
A community developed python package for plasma physics in the very early stages of development.
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
18094 | 26 |
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
airbnb / binaryalert
https://github.com/airbnb/binaryalert
stars | today |
---|---|
178 | 27 |
BinaryAlert: Serverless, Real-time & Retroactive Malware Detection
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
24562 | 25 |
A curated list of awesome Machine Learning frameworks, libraries and software.
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
28624 | 21 |
A microframework based on Werkzeug, Jinja2 and good intentions
scrapy / scrapy
https://github.com/scrapy/scrapy
stars | today |
---|---|
21794 | 23 |
Scrapy, a fast high-level web crawling & scraping framework for Python.
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
20139 | 18 |
scikit-learn: machine learning in Python
django / django
https://github.com/django/django
stars | today |
---|---|
27137 | 16 |
The Web framework for perfectionists with deadlines.
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
26477 | 24 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
521xueweihan / HelloGitHub
https://github.com/521xueweihan/HelloGitHub
stars | today |
---|---|
2338 | 23 |
分享、推荐 GitHub 上好玩、容易上手的项目,帮你找到编程的乐趣
tzutalin / labelImg
https://github.com/tzutalin/labelImg
stars | today |
---|---|
964 | 20 |
🤘 LabelImg is a graphical image annotation tool and label object bounding boxes in images
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
7660 | 17 |
🏡 Open-source home automation platform running on Python 3
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
18365 | 18 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Language: go
matryer / vice
https://github.com/matryer/vice
stars | today |
---|---|
321 | 219 |
Go channels at horizontal scale (powered by message queues)
openebs / openebs
https://github.com/openebs/openebs
stars | today |
---|---|
744 | 207 |
OpenEBS delivers storage and storage services to containerized environments. OpenEBS allows stateful workloads to be managed more like stateless containers. OpenEBS storage services include: per container (or pod) QoS SLAs, tiering and replica policies across AZs and environments, and predictable and scalable performance. OpenEBS is EBS API comp…
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
4425 | 32 |
A platform for building proxies to bypass network restrictions.
sandia-minimega / minimega
https://github.com/sandia-minimega/minimega
stars | today |
---|---|
70 | 33 |
minimega
ARwMq9b6 / dnsproxy
https://github.com/ARwMq9b6/dnsproxy
stars | today |
---|---|
29 | 27 |
防 DNS 缓存污染,兼顾查询质量与速度
golang / go
stars | today |
---|---|
30450 | 22 |
The Go programming language
gonum / gonum
https://github.com/gonum/gonum
stars | today |
---|---|
236 | 25 |
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
gophercon / 2017-talks
https://github.com/gophercon/2017-talks
stars | today |
---|---|
791 | 24 |
Slides and links for 2017 talks
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
25372 | 19 |
Production-Grade Container Scheduling and Management
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
6232 | 21 |
Official Go implementation of the Ethereum protocol
tj / go-progress
https://github.com/tj/go-progress
stars | today |
---|---|
123 | 21 |
Another Go progress bar
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
18663 | 17 |
A Fast and Flexible Static Site Generator built with love in GoLang.
hacdias / filemanager
https://github.com/hacdias/filemanager
stars | today |
---|---|
837 | 16 |
📁 Web File Manager which can be used as a middleware or standalone app.
dvyukov / go-fuzz
https://github.com/dvyukov/go-fuzz
stars | today |
---|---|
1884 | 16 |
Randomized testing for Go
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
22385 | 13 |
A curated list of awesome Go frameworks, libraries and software
coreos / etcd
https://github.com/coreos/etcd
stars | today |
---|---|
14302 | 12 |
Distributed reliable key-value store for the most critical data of a distributed system
gogits / gogs
https://github.com/gogits/gogs
stars | today |
---|---|
20218 | 14 |
Gogs is a painless self-hosted Git service.
jdkato / prose
https://github.com/jdkato/prose
stars | today |
---|---|
36 | 14 |
📖 A Golang library for text processing.
kubernetes / kops
https://github.com/kubernetes/kops
stars | today |
---|---|
2347 | 13 |
Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
moby / moby
stars | today |
---|---|
44779 | 9 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
k8sdb / cli
stars | today |
---|---|
61 | 11 |
KubeDB CLI
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
17162 | 8 |
A golang ebook intro how to build a web with golang
ExaScience / pargo
https://github.com/ExaScience/pargo
stars | today |
---|---|
71 | 10 |
A library for parallel programming in Go
drone / drone
https://github.com/drone/drone
stars | today |
---|---|
10440 | 9 |
Drone is a Continuous Delivery platform built on Docker, written in Go
golang / dep
stars | today |
---|---|
3836 | 9 |
Go dependency management tool
Language: c++
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
65084 | 79 |
Computation using data flow graphs for scalable machine learning
rep-movsd / see-phit
https://github.com/rep-movsd/see-phit
stars | today |
---|---|
43 | 38 |
A C++ HTML template engine that uses compile time HTML parsing
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
48561 | 31 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
14864 | 29 |
Bitcoin Core integration/staging tree
zetavm / zetavm
https://github.com/zetavm/zetavm
stars | today |
---|---|
369 | 31 |
Multi-Language Platform for Dynamic Programming Languages
Tencent / ncnn
https://github.com/Tencent/ncnn
stars | today |
---|---|
2021 | 24 |
ncnn is a high-performance neural network inference framework optimized for the mobile platform
clangen / musikcube
https://github.com/clangen/musikcube
stars | today |
---|---|
1066 | 26 |
a terminal-based cross-platform music player, audio engine, metadata indexer, and server in c++
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
17143 | 14 |
Open Source Computer Vision Library
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
5235 | 20 |
An open autonomous driving platform
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
2199 | 21 |
OpenPose: A Real-Time Multi-Person Keypoint Detection And Multi-Threading C++ Library
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
8144 | 13 |
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
BVLC / caffe
stars | today |
---|---|
19324 | 13 |
Caffe: a fast open framework for deep learning.
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
19004 | 15 |
Protocol Buffers - Google’s data interchange format
apache / incubator-mxnet
https://github.com/apache/incubator-mxnet
stars | today |
---|---|
10584 | 12 |
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
comaeio / porosity
https://github.com/comaeio/porosity
stars | today |
---|---|
89 | 14 |
Decompiler for Blockchain-based Ethereum Smart-Contracts
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
11977 | 13 |
Tesseract Open Source OCR Engine (main repository)
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
39634 | 12 |
The Swift Programming Language
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
8724 | 9 |
Godot Engine – Multi-platform 2D and 3D game engine
nwjs / nw.js
stars | today |
---|---|
31975 | 11 |
Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
qbittorrent / qBittorrent
https://github.com/qbittorrent/qBittorrent
stars | today |
---|---|
2796 | 11 |
qBittorrent BitTorrent client
aria2 / aria2
https://github.com/aria2/aria2
stars | today |
---|---|
5864 | 11 |
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.
catboost / catboost
https://github.com/catboost/catboost
stars | today |
---|---|
1665 | 11 |
CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box for Python, R
ocornut / imgui
https://github.com/ocornut/imgui
stars | today |
---|---|
7527 | 11 |
Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
mongodb / mongo
https://github.com/mongodb/mongo
stars | today |
---|---|
11938 | 10 |
The MongoDB Database
programmerjake / vulkan-cpu
https://github.com/programmerjake/vulkan-cpu
stars | today |
---|---|
59 | 10 |
work-in-progress for Vulkan implementation on cpu
Language: javascript
dthree / addict
https://github.com/dthree/addict
stars | today |
---|---|
508 | 450 |
Get a full Active Directory REST API in 30 seconds
ncase / trust
https://github.com/ncase/trust
stars | today |
---|---|
675 | 168 |
An interactive guide to the game theory of cooperation
rikschennink / fitty
https://github.com/rikschennink/fitty
stars | today |
---|---|
660 | 107 |
Makes text fit perfectly.
smallwins / spacetime
https://github.com/smallwins/spacetime
stars | today |
---|---|
455 | 98 |
A lightweight way to handle timezones in js
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
64408 | 88 |
A book series on JavaScript. @YDKJS on twitter.
vuejs / vue
stars | today |
---|---|
61694 | 77 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
72294 | 59 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
mzabriskie / axios
https://github.com/mzabriskie/axios
stars | today |
---|---|
24110 | 55 |
Promise based HTTP client for the browser and node.js
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
56194 | 49 |
JavaScript Style Guide
lord / slate
stars | today |
---|---|
18531 | 45 |
Beautiful static documentation for your API
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
31306 | 45 |
Create React apps with no build configuration.
paypal / react-autocompletely
https://github.com/paypal/react-autocompletely
stars | today |
---|---|
374 | 48 |
🔮 Primitives to build simple, flexible, WAI-ARIA compliant React autocomplete components
lukeed / webpack-messages
https://github.com/lukeed/webpack-messages
stars | today |
---|---|
70 | 48 |
Beautifully format Webpack messages throughout your bundle lifecycle(s)!
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
113209 | 31 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
wearehive / project-guidelines
https://github.com/wearehive/project-guidelines
stars | today |
---|---|
8988 | 40 |
A set of best practices for JavaScript projects
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
37556 | 37 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
FarhadG / ui-react
https://github.com/FarhadG/ui-react
stars | today |
---|---|
42 | 36 |
📖 U&I with React — UI components for you & I
jaredreich / pell
https://github.com/jaredreich/pell
stars | today |
---|---|
5960 | 33 |
📝 the simplest and smallest (1kB) WYSIWYG text editor for web, with no dependencies
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
51555 | 28 |
A framework for building native apps with React.
callemall / material-ui
https://github.com/callemall/material-ui
stars | today |
---|---|
27570 | 26 |
React Components that Implement Google’s Material Design.
jxnblk / styled-system
https://github.com/jxnblk/styled-system
stars | today |
---|---|
331 | 28 |
Design system utilities for styled-components, glamorous, and other css-in-js libraries
webpack / webpack
https://github.com/webpack/webpack
stars | today |
---|---|
30542 | 26 |
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.
resin-io / etcher
https://github.com/resin-io/etcher
stars | today |
---|---|
4353 | 27 |
Flash OS images to SD cards & USB drives, safely and easily.
zeit / next.js
https://github.com/zeit/next.js
stars | today |
---|---|
15789 | 24 |
Framework for server-rendered React apps
ReactTraining / react-router
https://github.com/ReactTraining/react-router
stars | today |
---|---|
23859 | 24 |
Declarative routing for React
Language: unknown
bpesquet / thejsway
https://github.com/bpesquet/thejsway
stars | today |
---|---|
3334 | 438 |
The JavaScript Way book
zeeshanu / learn-regex
https://github.com/zeeshanu/learn-regex
stars | today |
---|---|
3086 | 193 |
Learn regex the easy way
brannondorsey / wifi-cracking
https://github.com/brannondorsey/wifi-cracking
stars | today |
---|---|
4932 | 147 |
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat 🖧
alex / what-happens-when
https://github.com/alex/what-happens-when
stars | today |
---|---|
14976 | 149 |
An attempt to answer the age old interview question “What happens when you type google.com into your browser and press enter?”
the-laughing-monkey / cicada-platform
https://github.com/the-laughing-monkey/cicada-platform
stars | today |
---|---|
453 | 91 |
Home of the Cicada Direct Democracy and Dapp Platform
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
62703 | 43 |
😎 Curated list of awesome lists
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
46026 | 34 |
A complete computer science study plan to become a software engineer.
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
52915 | 29 |
A collection of useful .gitignore templates
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
89645 | 33 |
📚 Freely available programming books
shadowsocksr-backup / shadowsocks-rss
https://github.com/shadowsocksr-backup/shadowsocks-rss
stars | today |
---|---|
69 | 21 |
ShadowsocksR update rss, SSR organization
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
18940 | 29 |
A curated list of awesome things related to Vue.js
shieldfy / API-Security-Checklist
https://github.com/shieldfy/API-Security-Checklist
stars | today |
---|---|
8068 | 29 |
Checklist of the most important security countermeasures when designing, testing, and releasing your API
shadowsocksr-backup / shadowsocksr-android
https://github.com/shadowsocksr-backup/shadowsocksr-android
stars | today |
---|---|
40 | 13 |
A ShadowsocksR client for Android
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
24729 | 24 |
Roadmap to becoming a web developer in 2017
sdmg15 / Best-websites-a-programmer-should-visit
https://github.com/sdmg15/Best-websites-a-programmer-should-visit
stars | today |
---|---|
18979 | 22 |
🔗 Some useful websites for programmers.
getlantern / forum
https://github.com/getlantern/forum
stars | today |
---|---|
6992 | 19 |
蓝灯(Lantern)官方论坛
mingyuliutw / cvpr2017_gan_tutorial
https://github.com/mingyuliutw/cvpr2017_gan_tutorial
stars | today |
---|---|
104 | 19 |
CVPR’17 GAN Tutorial
ZuzooVn / machine-learning-for-software-engineers
https://github.com/ZuzooVn/machine-learning-for-software-engineers
stars | today |
---|---|
15812 | 17 |
A complete daily plan for studying to become a machine learning engineer.
sorrycc / awesome-javascript
https://github.com/sorrycc/awesome-javascript
stars | today |
---|---|
11676 | 18 |
🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
h5bp / Front-end-Developer-Interview-Questions
https://github.com/h5bp/Front-end-Developer-Interview-Questions
stars | today |
---|---|
28936 | 16 |
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
mli / cvpr17
stars | today |
---|---|
148 | 16 |
CVPR 2017 Tutorial
gfwlist / gfwlist
https://github.com/gfwlist/gfwlist
stars | today |
---|---|
5581 | 13 |
The one and only one gfwlist here
HFTrader / DeepLearningBook
https://github.com/HFTrader/DeepLearningBook
stars | today |
---|---|
4950 | 11 |
MIT Deep Learning Book in PDF format
sindresorhus / awesome-nodejs
https://github.com/sindresorhus/awesome-nodejs
stars | today |
---|---|
18132 | 15 |
⚡️ Delightful Node.js packages and resources
jperriere / Lists
https://github.com/jperriere/Lists
stars | today |
---|---|
45 | 14 |
Official repository of all the lists for https://lists.design