manucorporat's Stars
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
wg/wrk
Modern HTTP benchmarking tool
julienschmidt/httprouter
A high performance HTTP request router that scales well
realm/realm-swift
Realm is a mobile database: a replacement for Core Data & SQLite
nats-io/nats-server
High-Performance server for NATS.io, the cloud and edge native messaging system.
ochococo/Design-Patterns-In-Swift
đź“– Design Patterns implemented in Swift 5.0
cayleygraph/cayley
An open-source graph database
restsharp/RestSharp
Simple REST and HTTP API Client for .NET
MacDownApp/macdown
Open source Markdown editor for macOS.
googollee/go-socket.io
socket.io library for golang, a realtime application framework.
epochjs/epoch
A general purpose, real-time visualization library.
google/liquidfun
2D physics engine for games
justinwalsh/daux.io
Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.
HouzuoGuo/tiedot
A rudimentary implementation of a basic document (NoSQL) database in Go
apache/cassandra-gocql-driver
GoCQL Driver for Apache Cassandra®
gin-gonic/contrib
Collection of middlewares created by the community
Codeux-Software/Textual
Textual is an IRC client for OS X
DemocracyOS/democracyos
Democracia en Red is focusing on specific implementations of DemocracyOS. We are working now working with governments and activists all over Latin America. If you are interested in our online participation tools you can check them out on our site.
mattbaird/elastigo
A Go (golang) based Elasticsearch client library.
venmo/VENTokenField
Easy-to-use token field that is used in the Venmo app.
fatih/set
Set data structure for Go
getsentry/raven-go
Sentry client in Go
koyachi/go-nude
Nudity detection with Go.
bitly/go-hostpool
Intelligently and flexibly pool among multiple hosts from your Go application
manucorporat/try
Try/catch/finally in Go. This is an experiment that tries to bring the exception behaviour of java/python/c++ to Golang using the same syntax.
yosssi/gold
[DEPRECATED]Template engine for Go
gin-gonic/gin-sentry
dustin/randbo
In a world of decreasing entropy, it's time to introduce some chaos.
patoroco/Loctite
Connect different storyboards without write code, all from Interface Builder
manucorporat/golru
GoLRU is a efficient LRU cache written in Golang that uses a approximated LRU eviction policy (the same used by redis)