go
-
moby/moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
mholt/caddy
Fast, cross-platform HTTP/2 web server with automatic HTTPS
-
cockroachdb/cockroach
CockroachDB - the scalable, survivable, strongly-consistent SQL database
-
cznic/sqlite
Package sqlite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine. (Work In Progress)
-
google/periph
periph - Peripherals I/O in Go
-
uber/jaeger
Jaeger - Uber's Distributed Tracing System
-
golang/go
The Go programming language
-
tigrawap/slit
slit - a modern PAGER for viewing logs, get more than most in less time
-
mehrdadrad/mylg
Network Diagnostic Tool
-
src-d/go-kallax
Kallax is a PostgreSQL typesafe ORM for the Go language.
-
Checkmarx/Go-SCP
Go programming language secure coding practices guide
-
gen2brain/url2img
HTTP server with API for capturing screenshots of websites
-
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
-
kubernetes/kubernetes
Production-Grade Container Scheduling and Management
-
gogits/gogs
Gogs is a painless self-hosted Git service.
-
rooby-lang/rooby
A new object oriented language written in Go aim on developing microservice efficiently.
-
spf13/hugo
A Fast and Flexible Static Site Generator built with love in GoLang
-
elliotchance/c2go
⚖️A tool for converting C to Go.
-
astaxie/build-web-application-with-golang
A golang ebook intro how to build a web with golang
-
go-gitea/gitea
Gitea: Git with a cup of tea
-
gin-gonic/gin
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.
-
songtianyi/wechat-go
go version wechat web api and message framework for building chat bot
-
alexellis/faas
Functions as a Service (on Docker Swarm)
-
astaxie/beego
beego is an open-source, high-performance web framework for the Go programming language.
-
hsluoyz/casbin
An authorization library that supports access control models like ACL, RBAC, ABAC
java
javascript
python
-
Babylonpartners/fastText_multilingual
Multilingual word vectors in 78 languages
-
ageitgey/face_recognition
The world's simplest facial recognition api for Python and the command line
-
keon/algorithms
Minimal examples of data structures and algorithms in Python
-
python-bonobo/bonobo
ALPHA - Extract Transform Load for Python 3.5+
-
rlcode/reinforcement-learning
Minimal and Clean Reinforcement Learning Examples
-
deepmind/dnc
A TensorFlow implementation of the Differentiable Neural Computer.
-
kpreid/shinysdr
Software-defined radio receiver application built on GNU Radio with a web-based UI and plugins. In development, usable but incomplete. Compatible with RTL-SDR.
-
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
Sentdex/pygta5
Explorations of Using Python to play Grand Theft Auto 5.
-
python-security/pyt
-
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-image translation in PyTorch (e.g. horse2zebra, edges2cats, and more)
-
misterch0c/shadowbroker
The Shadow Brokers "Lost In Translation" leak
-
vinta/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
-
countercept/doublepulsar-detection-script
A python2 script for sweeping a network to find windows systems compromised with the DOUBLEPULSAR implant.
-
fchollet/keras
Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on TensorFlow or Theano.
-
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
-
lzjun567/zhihu-api
Zhihu API for Humans
-
kentsommer/pytorch-value-iteration-networks
Pytorch implementation of Value Iteration Networks (NIPS 2016 best paper)
-
jakubroztocil/httpie
Modern command line HTTP client – user-friendly curl alternative with intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc.https://httpie.org
-
tomchristie/apistar
A fast and expressive API framework. For Python.⚡️
-
Miserlou/Zappa
Serverless Python Web Services
-
donnemartin/interactive-coding-challenges
Huge update! Interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
-
tensorflow/models
Models built with TensorFlow
-
deepmind/sonnet
TensorFlow-based neural network library
-
pallets/flask
A microframework based on Werkzeug, Jinja2 and good intentions