alexk307's Stars
adonovan/gopl.io
Example programs from "The Go Programming Language"
julienschmidt/httprouter
A high performance HTTP request router that scales well
valyala/fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
koyachi/go-nude
Nudity detection with Go.
marcoschwartz/aREST
A RESTful environment for Arduino
go-kit/kit
A standard library for microservices.
alexk307/daemon_deco
Daemonize your Python code with a decorator
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
golang/go
The Go programming language
fsouza/go-dockerclient
Go client for the Docker Engine API.
astaxie/beedb
beedb is a go ORM,support database/sql interface,pq/mysql/sqlite
PuerkitoBio/goquery
A little like that j-thing, only in Go.
cdarwin/go-koans
koans for go
canonical/pylxd
Python module for LXD
nvdv/vprof
Visual profiler for Python
MeltwaterArchive/datasift-python
Python client to interface with DataSift
fastly/ftw
Framework for Testing WAFs (FTW!)
canonical/lxd
Powerful system container and virtual machine manager
rasguanabana/function-pattern-matching
Pattern matching and guards for Python functions
alex-sherman/deco
twitter-archive/distributedlog
A high performance replicated log service. (The development is moved to Apache Incubator)
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
nukeop/hide.py
A steganographic program that encodes files in pictures
alexjc/neural-doodle
Turn your two-bit doodles into fine artworks with deep neural networks, generate seamless textures from photos, transfer style from one image to another, perform example-based upscaling, but wait... there's more! (An implementation of Semantic Style Transfer.)
tltx/swc_usb
SWC USB Adapter
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
redis/redis-py
Redis Python client
jonathanslenders/asyncio-redis
Redis client for Python asyncio (PEP 3156)
spaceribs/unjector
An injector for ISP injectors
python/typing
Python static typing home. Hosts the documentation and a user help forum.