Language: python
satwikkansal / wtfpython
https://github.com/satwikkansal/wtfpython
stars | today |
---|---|
1200 | 244 |
A collection of interesting, subtle, and tricky Python snippets.
LewisVo / Awesome-Linux-Software
https://github.com/LewisVo/Awesome-Linux-Software
stars | today |
---|---|
7176 | 97 |
🐧 A list of awesome applications, software, tools and other materials for Linux distros.
kennethreitz / setup.py
https://github.com/kennethreitz/setup.py
stars | today |
---|---|
1557 | 92 |
📦 A Human’s Ultimate Guide to setup.py.
fendouai / Awesome-Chatbot
https://github.com/fendouai/Awesome-Chatbot
stars | today |
---|---|
148 | 60 |
Awesome Chatbot Projects,Corpus,Papers,Tutorials. You may need: https://github.com/fendouai/Awesome-TensorFlow-Chinese .
reddit / reddit
https://github.com/reddit/reddit
stars | today |
---|---|
13826 | 36 |
the code that powers reddit.com
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
25501 | 39 |
A curated list of awesome Machine Learning frameworks, libraries and software.
localstack / localstack
https://github.com/localstack/localstack
stars | today |
---|---|
8474 | 42 |
💻 A fully functional local AWS cloud stack. Develop and test your cloud apps offline!
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
20600 | 28 |
Models built with TensorFlow
secretsquirrel / SigThief
https://github.com/secretsquirrel/SigThief
stars | today |
---|---|
35 | 29 |
Stealing Signatures and Making One Invalid Signature at a Time
HypothesisWorks / hypothesis-python
https://github.com/HypothesisWorks/hypothesis-python
stars | today |
---|---|
2107 | 31 |
Advanced property-based (QuickCheck-like) testing for Python
zalandoresearch / fashion-mnist
https://github.com/zalandoresearch/fashion-mnist
stars | today |
---|---|
2125 | 28 |
A MNIST-like fashion product database. Benchmark 👉
django / django
https://github.com/django/django
stars | today |
---|---|
27928 | 25 |
The Web framework for perfectionists with deadlines.
snwh / suru-icon-theme
https://github.com/snwh/suru-icon-theme
stars | today |
---|---|
43 | 28 |
Suru Icon Theme
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
27251 | 27 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
fendouai / Awesome-TensorFlow-Chinese
https://github.com/fendouai/Awesome-TensorFlow-Chinese
stars | today |
---|---|
50 | 27 |
Awesome-TensorFlow-Chinese,TensorFlow 中文资源精选,官方网站,安装教程,入门教程,实战项目,学习路径。QQ群:522785813
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
29430 | 23 |
A microframework based on Werkzeug, Jinja2 and good intentions
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
38109 | 24 |
A curated list of awesome Python frameworks, libraries, software and resources
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
28739 | 25 |
Command-line program to download videos from YouTube.com and other video sites
ent1c3d / Python-Synopsis
https://github.com/ent1c3d/Python-Synopsis
stars | today |
---|---|
208 | 26 |
Python Study Guide
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
20938 | 20 |
scikit-learn: machine learning in Python
rsms / interface
https://github.com/rsms/interface
stars | today |
---|---|
2959 | 22 |
The Interface font family
hwalsuklee / tensorflow-generative-model-collections
https://github.com/hwalsuklee/tensorflow-generative-model-collections
stars | today |
---|---|
935 | 20 |
Collection of generative models in Tensorflow
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
12650 | 17 |
The Python programming language
tensorflow / tensor2tensor
https://github.com/tensorflow/tensor2tensor
stars | today |
---|---|
2507 | 19 |
A library for generalized sequence to sequence models
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
19160 | 15 |
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
Language: go
GoogleCloudPlatform / container-diff
https://github.com/GoogleCloudPlatform/container-diff
stars | today |
---|---|
135 | 39 |
container-diff: Diff your Docker containers
ivanilves / lstags
https://github.com/ivanilves/lstags
stars | today |
---|---|
40 | 38 |
Compare local Docker images with ones in registry
golang / go
stars | today |
---|---|
31620 | 33 |
The Go programming language
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
7033 | 23 |
Official Go implementation of the Ethereum protocol
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
23211 | 22 |
A curated list of awesome Go frameworks, libraries and software
json-iterator / go
https://github.com/json-iterator/go
stars | today |
---|---|
1183 | 20 |
A high-performance 100% compatible drop-in replacement of “encoding/json”
gogits / gogs
https://github.com/gogits/gogs
stars | today |
---|---|
20674 | 18 |
Gogs is a painless self-hosted Git service.
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
19343 | 17 |
A Fast and Flexible Static Site Generator built with love in GoLang.
alexellis / faas
https://github.com/alexellis/faas
stars | today |
---|---|
5195 | 17 |
🐳 Functions as a Service - a serverless framework for Docker & Kubernetes
moby / moby
stars | today |
---|---|
45265 | 14 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
syncthing / syncthing
https://github.com/syncthing/syncthing
stars | today |
---|---|
17238 | 16 |
Open Source Continuous File Synchronization
minio / minio
https://github.com/minio/minio
stars | today |
---|---|
8135 | 16 |
Minio is an open source object storage server compatible with Amazon S3 APIs
rsc / goversion
https://github.com/rsc/goversion
stars | today |
---|---|
109 | 15 |
Print version used to build Go executables
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
17752 | 13 |
A golang ebook intro how to build a web with golang
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
26507 | 11 |
Production-Grade Container Scheduling and Management
kubeless / kubeless
https://github.com/kubeless/kubeless
stars | today |
---|---|
949 | 14 |
Kubernetes Native Serverless Framework
mholt / caddy
https://github.com/mholt/caddy
stars | today |
---|---|
13780 | 13 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
brocaar / loraserver
https://github.com/brocaar/loraserver
stars | today |
---|---|
453 | 13 |
LoRa Server is an open-source LoRaWAN network-server
jinzhu / gorm
https://github.com/jinzhu/gorm
stars | today |
---|---|
6510 | 12 |
The fantastic ORM library for Golang, aims to be developer friendly
henrylee2cn / teleport
https://github.com/henrylee2cn/teleport
stars | today |
---|---|
581 | 12 |
Teleport is a versatile, high-performance and flexible TCP socket framework. It can be used for RPC, micro services, peer-peer, push services, game services and so on.
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
9530 | 12 |
Træfik, a modern reverse proxy
yl2chen / cidranger
https://github.com/yl2chen/cidranger
stars | today |
---|---|
81 | 12 |
Fast IP to CIDR lookup in Golang
golang / dep
stars | today |
---|---|
4490 | 11 |
Go dependency management tool
apex / up
stars | today |
---|---|
3060 | 11 |
Deploy infinitely scalable serverless apps, apis, and sites in seconds.
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
11543 | 10 |
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.
Language: c++
openalpr / openalpr
https://github.com/openalpr/openalpr
stars | today |
---|---|
5456 | 110 |
Automatic License Plate Recognition library
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
68591 | 64 |
Computation using data flow graphs for scalable machine learning
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
16197 | 34 |
Bitcoin Core integration/staging tree
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
49849 | 22 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
17927 | 17 |
Open Source Computer Vision Library
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
12595 | 16 |
Tesseract Open Source OCR Engine (main repository)
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
9138 | 15 |
Godot Engine – Multi-platform 2D and 3D game engine
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
40147 | 13 |
The Swift Programming Language
vnpy / vnpy
stars | today |
---|---|
3778 | 12 |
基于python的开源量化交易平台开发框架
litecoin-project / litecoin
https://github.com/litecoin-project/litecoin
stars | today |
---|---|
1715 | 12 |
Litecoin source tree
TranslucentTB / TranslucentTB
https://github.com/TranslucentTB/TranslucentTB
stars | today |
---|---|
764 | 13 |
A lightweight utility that makes the Windows taskbar translucent/transparent.
Tencent / paxosstore
https://github.com/Tencent/paxosstore
stars | today |
---|---|
155 | 11 |
PaxosStore has been deployed in WeChat production for more than two years, providing storage services for the core businesses of WeChat backend. Now PaxosStore is running on thousands of machines, and is able to afford billions of peak TPS.
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
19758 | 11 |
Protocol Buffers - Google’s data interchange format
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
8572 | 11 |
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
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
6397 | 10 |
JSON for Modern C++
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
2593 | 7 |
OpenPose: A Real-Time Multi-Person Keypoint Detection And Multi-Threading C++ Library
wangyu- / udp2raw-tunnel
https://github.com/wangyu-/udp2raw-tunnel
stars | today |
---|---|
740 | 8 |
A Tunnel which turns UDP Traffic into Encrypted FakeTCP/UDP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment).It defends Replay-Attack and supports Multiplexing.It aslo acts as a Connection Stablizer.
google / leveldb
https://github.com/google/leveldb
stars | today |
---|---|
10463 | 8 |
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
aria2 / aria2
https://github.com/aria2/aria2
stars | today |
---|---|
6389 | 7 |
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.
BVLC / caffe
stars | today |
---|---|
19953 | 6 |
Caffe: a fast open framework for deep learning.
sqlitebrowser / sqlitebrowser
https://github.com/sqlitebrowser/sqlitebrowser
stars | today |
---|---|
6675 | 7 |
Official home of the DB Browser for SQLite (DB4S) project. Previously known as “SQLite Database Browser” and “Database Browser for SQLite”. Website at:
FastLED / FastLED
https://github.com/FastLED/FastLED
stars | today |
---|---|
1665 | 6 |
The main FastLED library (successor to FastSPI_LED). Please direct questions/requests for advice to the g+ community - http://fastled.io/+ - we’d like to keep issues to just tracking bugs/enhancements/tasks. NOTE library work is currently on hold - see https://plus.google.com/102282558639672545743/posts/JQKcujjaXXC for details.
xbmc / xbmc
stars | today |
---|---|
6254 | 6 |
Kodi Main Repository - By using this code you agree with our policy and will follow the GPLv2 license as included
oguzhaninan / Stacer
https://github.com/oguzhaninan/Stacer
stars | today |
---|---|
2439 | 6 |
Linux System Optimizer and Monitoring
actor-framework / actor-framework
https://github.com/actor-framework/actor-framework
stars | today |
---|---|
1264 | 6 |
An Open Source Implementation of the Actor Model in C++
Language: javascript
easy-mock / easy-mock
https://github.com/easy-mock/easy-mock
stars | today |
---|---|
1309 | 295 |
一个可视化, 并且能快速生成模拟数据的持久化服务.
mikeal / r2
stars | today |
---|---|
830 | 225 |
HTTP client. Spiritual successor to request.
emeeks / semiotic
https://github.com/emeeks/semiotic
stars | today |
---|---|
260 | 137 |
A data visualization framework combining React & D3
kbrsh / moon
stars | today |
---|---|
3449 | 110 |
🌙 ⚡️ A minimal, blazing fast UI library.
vuejs / vue
stars | today |
---|---|
65448 | 93 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
74761 | 66 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
12226 | 66 |
Headless Chrome Node API
livetourlab / live-tour-lab
https://github.com/livetourlab/live-tour-lab
stars | today |
---|---|
521 | 63 |
❤️ ❤️ ❤️ Framework for creating Live Tours. Add React VR components. ❤️ ❤️ ❤️
google-ar / three.ar.js
https://github.com/google-ar/three.ar.js
stars | today |
---|---|
699 | 59 |
A helper three.js library for building AR web experiences that run in WebARonARKit and WebARonARCore
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
33771 | 51 |
Create React apps with no build configuration.
Thinkmill / jest-in-case
https://github.com/Thinkmill/jest-in-case
stars | today |
---|---|
234 | 50 |
Jest utility for creating variations of the same test
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
57829 | 46 |
JavaScript Style Guide
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
114771 | 37 |
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 |
---|---|
26165 | 43 |
Promise based HTTP client for the browser and node.js
resin-io / etcher
https://github.com/resin-io/etcher
stars | today |
---|---|
5387 | 40 |
Flash OS images to SD cards & USB drives, safely and easily.
ansumanshah / css-in-js
https://github.com/ansumanshah/css-in-js
stars | today |
---|---|
102 | 40 |
Autocomplete React Native / JS Styles and converting plain CSS to JS styles
derogab / coingraph
https://github.com/derogab/coingraph
stars | today |
---|---|
41 | 35 |
Coingraph is a real-time graph for cryptocurrencies.
justjavac / free-programming-books-zh_CN
https://github.com/justjavac/free-programming-books-zh_CN
stars | today |
---|---|
21520 | 29 |
📚 免费的计算机编程类中文书籍,欢迎投稿
callemall / material-ui
https://github.com/callemall/material-ui
stars | today |
---|---|
28494 | 30 |
React Components that Implement Google’s Material Design.
emadehsan / thal
https://github.com/emadehsan/thal
stars | today |
---|---|
1160 | 34 |
Getting started with Puppeteer and Chrome Headless for Web Scraping
crossfield / react-drafts
https://github.com/crossfield/react-drafts
stars | today |
---|---|
54 | 34 |
A React-based text editor written using DraftJS
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
52937 | 26 |
A framework for building native apps with React.
developit / preact
https://github.com/developit/preact
stars | today |
---|---|
13614 | 30 |
⚛️ Fast 3kb React alternative with the same ES6 API. Components & Virtual DOM.
Dogfalo / materialize
https://github.com/Dogfalo/materialize
stars | today |
---|---|
28601 | 29 |
Materialize, a CSS Framework based on Material Design
denysdovhan / wtfjs
https://github.com/denysdovhan/wtfjs
stars | today |
---|---|
8926 | 29 |
A list of funny and tricky JavaScript examples
Language: unknown
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
20885 | 382 |
A curated list of awesome things related to Vue.js
nikitavoloboev / my-mac-os
https://github.com/nikitavoloboev/my-mac-os
stars | today |
---|---|
6957 | 180 |
💻 a list of applications, alfred workflows and various tools that make my macOS experience even more amazing
eon01 / DockerCheatSheet
https://github.com/eon01/DockerCheatSheet
stars | today |
---|---|
1481 | 172 |
🐋 Docker Cheat Sheet 🐋
kelseyhightower / kubernetes-the-hard-way
https://github.com/kelseyhightower/kubernetes-the-hard-way
stars | today |
---|---|
5490 | 55 |
Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
66620 | 47 |
A book series on JavaScript. @YDKJS on twitter.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
64845 | 49 |
😎 Curated list of awesome lists
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
92271 | 41 |
📚 Freely available programming books
google-ar / arcore-android-sdk
https://github.com/google-ar/arcore-android-sdk
stars | today |
---|---|
1336 | 36 |
Google ARCore SDK for Android
zeeshanu / learn-regex
https://github.com/zeeshanu/learn-regex
stars | today |
---|---|
12290 | 31 |
Learn regex the easy way
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
54181 | 26 |
A collection of useful .gitignore templates
getlantern / forum
https://github.com/getlantern/forum
stars | today |
---|---|
8019 | 27 |
蓝灯(Lantern)官方论坛
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
47055 | 22 |
A complete computer science study plan to become a software engineer.
vahidk / EffectiveTensorflow
https://github.com/vahidk/EffectiveTensorflow
stars | today |
---|---|
5588 | 26 |
TensorFlow tutorials and best practices.
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
21188 | 26 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
25963 | 15 |
Roadmap to becoming a web developer in 2017
gfwlist / gfwlist
https://github.com/gfwlist/gfwlist
stars | today |
---|---|
6001 | 15 |
The one and only one gfwlist here
akullpp / awesome-java
https://github.com/akullpp/awesome-java
stars | today |
---|---|
13844 | 15 |
A curated list of awesome frameworks, libraries and software for the Java programming language.
enaqx / awesome-react
https://github.com/enaqx/awesome-react
stars | today |
---|---|
21092 | 14 |
A collection of awesome things regarding React ecosystem.
dformoso / machine-learning-mindmap
https://github.com/dformoso/machine-learning-mindmap
stars | today |
---|---|
2039 | 13 |
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
sorrycc / awesome-javascript
https://github.com/sorrycc/awesome-javascript
stars | today |
---|---|
12033 | 13 |
🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.
ziadoz / awesome-php
https://github.com/ziadoz/awesome-php
stars | today |
---|---|
16473 | 12 |
A curated list of amazingly awesome PHP libraries, resources and shiny things.
miguellgt / books
https://github.com/miguellgt/books
stars | today |
---|---|
677 | 11 |
Books about Nodejs, Angular2, Agile, Clean Code, Docker, Golang, Microservices, REST, TDD, BDD, and Startups.
alebcay / awesome-shell
https://github.com/alebcay/awesome-shell
stars | today |
---|---|
10229 | 12 |
A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
ethereum / wiki
https://github.com/ethereum/wiki
stars | today |
---|---|
4477 | 11 |
The Ethereum Wiki -
brillout / awesome-react-components
https://github.com/brillout/awesome-react-components
stars | today |
---|---|
9616 | 11 |
Catalog of React Components & Libraries