Language: python
taolei87 / sru
https://github.com/taolei87/sru
stars | today |
---|---|
763 | 145 |
Training RNNs as Fast as CNNs ( https://arxiv.org/abs/1709.02755 )
ansible / awx
https://github.com/ansible/awx
stars | today |
---|---|
1672 | 87 |
AWX Project
eriklindernoren / ML-From-Scratch
https://github.com/eriklindernoren/ML-From-Scratch
stars | today |
---|---|
6404 | 68 |
Bare bones Python implementations of Machine Learning models and algorithms. Aims to cover everything from Data Mining techniques to Deep Learning.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
21017 | 53 |
Models built with TensorFlow
cujanovic / SSRF-Testing
https://github.com/cujanovic/SSRF-Testing
stars | today |
---|---|
120 | 63 |
SSRF (Server Side Request Forgery) testing resources
satwikkansal / wtfpython
https://github.com/satwikkansal/wtfpython
stars | today |
---|---|
3238 | 53 |
A collection of interesting, subtle, and tricky Python snippets.
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
38526 | 46 |
A curated list of awesome Python frameworks, libraries, software and resources
fchollet / keras
https://github.com/fchollet/keras
stars | today |
---|---|
19494 | 37 |
Deep Learning library for Python. Runs on TensorFlow, Theano, or CNTK.
LewisVo / Awesome-Linux-Software
https://github.com/LewisVo/Awesome-Linux-Software
stars | today |
---|---|
7616 | 43 |
🐧 A list of awesome applications, software, tools and other materials for Linux distros.
NVIDIA / DeepRecommender
https://github.com/NVIDIA/DeepRecommender
stars | today |
---|---|
481 | 43 |
Deep learning for recommender systems
bottlepy / bottle
https://github.com/bottlepy/bottle
stars | today |
---|---|
4851 | 36 |
bottle.py is a fast and simple micro-framework for python web-applications.
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
25430 | 28 |
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.
asottile / future-fstrings
https://github.com/asottile/future-fstrings
stars | today |
---|---|
70 | 37 |
A backport of fstrings to python<3.6
django / django
https://github.com/django/django
stars | today |
---|---|
28175 | 31 |
The Web framework for perfectionists with deadlines.
soimort / you-get
https://github.com/soimort/you-get
stars | today |
---|---|
14691 | 35 |
⏬ Dumb downloader that scrapes the web
josephmisiti / awesome-machine-learning
https://github.com/josephmisiti/awesome-machine-learning
stars | today |
---|---|
25768 | 30 |
A curated list of awesome Machine Learning frameworks, libraries and software.
scrapy / scrapy
https://github.com/scrapy/scrapy
stars | today |
---|---|
22664 | 29 |
Scrapy, a fast high-level web crawling & scraping framework for Python.
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
7351 | 29 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
21177 | 24 |
scikit-learn: machine learning in Python
neozhaoliang / pywonderland
https://github.com/neozhaoliang/pywonderland
stars | today |
---|---|
2362 | 27 |
Render beautiful images or animate interesting algorithms in mathematics with Python.
openai / gym
stars | today |
---|---|
7021 | 25 |
A toolkit for developing and comparing reinforcement learning algorithms.
requests / requests
https://github.com/requests/requests
stars | today |
---|---|
27507 | 26 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
apache / incubator-mxnet
https://github.com/apache/incubator-mxnet
stars | today |
---|---|
11122 | 23 |
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
jakubroztocil / httpie
https://github.com/jakubroztocil/httpie
stars | today |
---|---|
31436 | 27 |
Modern command line HTTP client – user-friendly curl alternative with intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc. https://httpie.org
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
31436 | 27 |
A microframework based on Werkzeug, Jinja2 and good intentions
Language: go
coyove / goflyway
https://github.com/coyove/goflyway
stars | today |
---|---|
1901 | 153 |
HTTP tunnel in Go
rgburke / grv
https://github.com/rgburke/grv
stars | today |
---|---|
147 | 105 |
GRV is a terminal interface for viewing git repositories
golang / go
stars | today |
---|---|
31996 | 42 |
The Go programming language
tmc / pqstream
https://github.com/tmc/pqstream
stars | today |
---|---|
180 | 40 |
pqstream turns your postgres database into an event stream
alexellis / faas
https://github.com/alexellis/faas
stars | today |
---|---|
5514 | 39 |
Functions as a Service (OpenFaaS) - a serverless framework for Docker & Kubernetes
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
26800 | 28 |
Production-Grade Container Scheduling and Management
mholt / caddy
https://github.com/mholt/caddy
stars | today |
---|---|
13978 | 29 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
23486 | 26 |
A curated list of awesome Go frameworks, libraries and software
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
7308 | 24 |
Official Go implementation of the Ethereum protocol
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
11541 | 24 |
The Prometheus monitoring system and time series database.
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
19574 | 26 |
A Fast and Flexible Static Site Generator built with love in GoLang.
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
11776 | 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.
moby / moby
stars | today |
---|---|
45437 | 21 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
6435 | 22 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
grafana / grafana
https://github.com/grafana/grafana
stars | today |
---|---|
17634 | 20 |
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
9741 | 19 |
Træfik, a modern reverse proxy
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
17969 | 18 |
A golang ebook intro how to build a web with golang
minio / minio
https://github.com/minio/minio
stars | today |
---|---|
8302 | 19 |
Minio is an open source object storage server compatible with Amazon S3 APIs
apex / up
stars | today |
---|---|
3230 | 19 |
Deploy infinitely scalable serverless apps, apis, and sites in seconds.
pingcap / tidb
https://github.com/pingcap/tidb
stars | today |
---|---|
9494 | 19 |
TiDB is a distributed NewSQL database compatible with MySQL protocol
astaxie / beego
https://github.com/astaxie/beego
stars | today |
---|---|
12292 | 18 |
beego is an open-source, high-performance web framework for the Go programming language.
kataras / iris
https://github.com/kataras/iris
stars | today |
---|---|
7625 | 16 |
The fastest web framework for Go in (THIS) Earth. HTTP/2 Ready to GO. MVC when you need it. https://docs.iris-go.com
coreos / etcd
https://github.com/coreos/etcd
stars | today |
---|---|
14851 | 17 |
Distributed reliable key-value store for the most critical data of a distributed system
drone / drone
https://github.com/drone/drone
stars | today |
---|---|
11059 | 17 |
Drone is a Continuous Delivery platform built on Docker, written in Go
shirou / gopsutil
https://github.com/shirou/gopsutil
stars | today |
---|---|
1924 | 17 |
psutil for golang
Language: c++
Tencent / phxqueue
https://github.com/Tencent/phxqueue
stars | today |
---|---|
604 | 239 |
A high-availability, high-throughput and highly reliable distributed queue based on the Paxos protocol.
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
69728 | 117 |
Computation using data flow graphs for scalable machine learning
yue / yue
stars | today |
---|---|
662 | 67 |
A library for creating native cross-platform GUI apps.
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
16606 | 54 |
Bitcoin Core integration/staging tree
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
50253 | 49 |
Build cross platform desktop apps with JavaScript, HTML, and CSS
VCVRack / Rack
https://github.com/VCVRack/Rack
stars | today |
---|---|
234 | 38 |
Open-source virtual Eurorack DAW
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
18159 | 31 |
Open Source Computer Vision Library
google / protobuf
https://github.com/google/protobuf
stars | today |
---|---|
20018 | 33 |
Protocol Buffers - Google’s data interchange format
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
12847 | 30 |
Tesseract Open Source OCR Engine (main repository)
onnx / onnx
stars | today |
---|---|
1040 | 28 |
Open Neural Network Exchange
openalpr / openalpr
https://github.com/openalpr/openalpr
stars | today |
---|---|
5957 | 26 |
Automatic License Plate Recognition library
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
40352 | 25 |
The Swift Programming Language
lyft / envoy
stars | today |
---|---|
2187 | 22 |
C++ front/service proxy
BVLC / caffe
stars | today |
---|---|
20135 | 17 |
Caffe: a fast open framework for deep learning.
dmlc / xgboost
https://github.com/dmlc/xgboost
stars | today |
---|---|
8732 | 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
ethereum / solidity
https://github.com/ethereum/solidity
stars | today |
---|---|
1703 | 16 |
The Solidity Contract-Oriented Programming Language
Tencent / rapidjson
https://github.com/Tencent/rapidjson
stars | today |
---|---|
4781 | 17 |
A fast JSON parser/generator for C++ with both SAX/DOM style API
facebookresearch / fastText
https://github.com/facebookresearch/fastText
stars | today |
---|---|
10471 | 16 |
Library for fast text representation and classification.
google / googletest
https://github.com/google/googletest
stars | today |
---|---|
6025 | 13 |
Google Test
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
9259 | 15 |
Godot Engine – Multi-platform 2D and 3D game engine
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
6532 | 15 |
JSON for Modern C++
rethinkdb / rethinkdb
https://github.com/rethinkdb/rethinkdb
stars | today |
---|---|
19771 | 14 |
The open-source database for the realtime web.
kaldi-asr / kaldi
https://github.com/kaldi-asr/kaldi
stars | today |
---|---|
2451 | 10 |
This is now the official location of the Kaldi project.
Microsoft / CNTK
https://github.com/Microsoft/CNTK
stars | today |
---|---|
12361 | 12 |
Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
ocornut / imgui
https://github.com/ocornut/imgui
stars | today |
---|---|
7983 | 12 |
Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
Language: javascript
mplewis / src2png
https://github.com/mplewis/src2png
stars | today |
---|---|
1077 | 321 |
📸 💻 Turn your source code into beautiful syntax-highlighted images.
ApoorvSaxena / lozad.js
https://github.com/ApoorvSaxena/lozad.js
stars | today |
---|---|
1545 | 231 |
Highly performant, light ~0.5kb and configurable lazy loader in pure JS with no dependencies for images, iframes and more
ai / nanoid
stars | today |
---|---|
3035 | 198 |
A tiny (179 bytes), secure URL-friendly unique string ID generator for JavaScript
ustbhuangyi / better-scroll
https://github.com/ustbhuangyi/better-scroll
stars | today |
---|---|
2279 | 190 |
inspired by iscroll, and it has a better scroll perfermance
facebook-atom / atom-ide-ui
https://github.com/facebook-atom/atom-ide-ui
stars | today |
---|---|
298 | 179 |
A collection of user interfaces for Atom IDE.
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
13556 | 156 |
Headless Chrome Node API
vuejs / vue
stars | today |
---|---|
66688 | 121 |
A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
tkh44 / babel-plugin-sitrep
https://github.com/tkh44/babel-plugin-sitrep
stars | today |
---|---|
199 | 133 |
Log all assignments and the return value of a function with a simple comment
fastify / fastify
https://github.com/fastify/fastify
stars | today |
---|---|
2256 | 132 |
Fast and low overhead web framework, for Node.js
Viber / build-a-bot-with-zero-coding
https://github.com/Viber/build-a-bot-with-zero-coding
stars | today |
---|---|
293 | 129 |
An example of using Google Sheets to create a Viber survey chat bot without a backend server
renatorib / react-powerplug
https://github.com/renatorib/react-powerplug
stars | today |
---|---|
345 | 113 |
🔌 Give life to your Dumb Components.
coralproject / talk
https://github.com/coralproject/talk
stars | today |
---|---|
404 | 111 |
A better commenting experience from Mozilla, The New York Times, and The Washington Post.
jbucaran / classwrap
https://github.com/jbucaran/classwrap
stars | today |
---|---|
115 | 80 |
340B JavaScript function for conditionally concatenating class names.
mzabriskie / axios
https://github.com/mzabriskie/axios
stars | today |
---|---|
26890 | 75 |
Promise based HTTP client for the browser and node.js
Okazari / Rythm.js
https://github.com/Okazari/Rythm.js
stars | today |
---|---|
2529 | 76 |
A javascript library that makes your page dance.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
75605 | 67 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
115193 | 44 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
facebookincubator / create-react-app
https://github.com/facebookincubator/create-react-app
stars | today |
---|---|
34270 | 55 |
Create React apps with no build configuration.
atom / ide-typescript
https://github.com/atom/ide-typescript
stars | today |
---|---|
101 | 62 |
TypeScript and Javascript language support for Atom-IDE
juliangarnier / anime
https://github.com/juliangarnier/anime
stars | today |
---|---|
14701 | 60 |
JavaScript Animation Engine
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
39205 | 46 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
mikeal / r2
stars | today |
---|---|
3594 | 54 |
HTTP client. Spiritual successor to request.
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
53374 | 44 |
A framework for building native apps with React.
d3 / d3
stars | today |
---|---|
68135 | 44 |
Bring data to life with SVG, Canvas and HTML. 📊 📈 🎉
airbnb / javascript
https://github.com/airbnb/javascript
stars | today |
---|---|
58270 | 45 |
JavaScript Style Guide
Language: unknown
mr-mig / every-programmer-should-know
https://github.com/mr-mig/every-programmer-should-know
stars | today |
---|---|
18129 | 773 |
A collection of (mostly) technical things every software developer should know
kennethreitz / awesome-coins
https://github.com/kennethreitz/awesome-coins
stars | today |
---|---|
722 | 288 |
₿ A guide (for humans!) to cryto-currencies and their algos.
aftertheflood / spark
https://github.com/aftertheflood/spark
stars | today |
---|---|
768 | 177 |
A typeface for creating sparklines in text without code.
shovanch / fullstack-webdev-path
https://github.com/shovanch/fullstack-webdev-path
stars | today |
---|---|
1386 | 152 |
📚 A learning path for Full-stack web development
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
93299 | 94 |
📚 Freely available programming books
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
67276 | 67 |
A book series on JavaScript. @YDKJS on twitter.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
65508 | 55 |
😎 Curated list of awesome lists
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
54591 | 40 |
A collection of useful .gitignore templates
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
22220 | 52 |
A curated list of awesome things related to Vue.js
getlantern / forum
https://github.com/getlantern/forum
stars | today |
---|---|
8428 | 42 |
蓝灯(Lantern)官方论坛
nikitavoloboev / my-mac-os
https://github.com/nikitavoloboev/my-mac-os
stars | today |
---|---|
8323 | 46 |
💻 a list of applications, alfred workflows and various tools that make my macOS experience even more amazing
zeeshanu / learn-regex
https://github.com/zeeshanu/learn-regex
stars | today |
---|---|
12770 | 40 |
Learn regex the easy way
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
26228 | 40 |
Roadmap to becoming a web developer in 2017
joshbuchea / HEAD
https://github.com/joshbuchea/HEAD
stars | today |
---|---|
19752 | 40 |
A list of everything that could go in the
of your documentjwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
47407 | 30 |
A complete computer science study plan to become a software engineer.
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
21453 | 33 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
ritchieng / the-incredible-pytorch
https://github.com/ritchieng/the-incredible-pytorch
stars | today |
---|---|
1311 | 30 |
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
RandomAdversary / Awesome-AI-Security
https://github.com/RandomAdversary/Awesome-AI-Security
stars | today |
---|---|
387 | 33 |
📁 #AISecurity
papers-we-love / papers-we-love
https://github.com/papers-we-love/papers-we-love
stars | today |
---|---|
24859 | 29 |
Papers from the computer science community to read and discuss.
h5bp / Front-end-Developer-Interview-Questions
https://github.com/h5bp/Front-end-Developer-Interview-Questions
stars | today |
---|---|
29731 | 28 |
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
dformoso / machine-learning-mindmap
https://github.com/dformoso/machine-learning-mindmap
stars | today |
---|---|
2364 | 26 |
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
sdmg15 / Best-websites-a-programmer-should-visit
https://github.com/sdmg15/Best-websites-a-programmer-should-visit
stars | today |
---|---|
19641 | 26 |
🔗 Some useful websites for programmers.
Microsoft / language-server-protocol
https://github.com/Microsoft/language-server-protocol
stars | today |
---|---|
1774 | 27 |
Defines a common protocol for language servers.
mgechev / angular-performance-checklist
https://github.com/mgechev/angular-performance-checklist
stars | today |
---|---|
1073 | 24 |
Cheatsheet for developing ⚡lightning⚡ fast progressive Angular applications.
enaqx / awesome-react
https://github.com/enaqx/awesome-react
stars | today |
---|---|
21261 | 23 |
A collection of awesome things regarding React ecosystem.