-
httprouter Public
A high performance HTTP request router that scales well
-
go-http-routing-benchmark Public
Go HTTP request router and web framework benchmark
-
dependabot-core Public
Forked from dependabot/dependabot-core🤖 Dependabot's core logic for creating update PR's.
Ruby Other UpdatedAug 14, 2023 -
FrameworkBenchmarks Public
Forked from TechEmpower/FrameworkBenchmarksSource code for the framework benchmarking project
-
sse Public
HTML5 Server-Sent-Events for Go
-
-
go-rabbitmq Public
Forked from wagslane/go-rabbitmqA wrapper of streadway/amqp that provides reconnection logic and sane defaults
-
amqp091-go Public
Forked from rabbitmq/amqp091-goAn AMQP 0-9-1 Go client maintained by the RabbitMQ team. Originally by @streadway: `streadway/amqp`
Go Other UpdatedFeb 11, 2023 -
golangci-lint Public
Forked from golangci/golangci-lintFast linters Runner for Go
Go GNU General Public License v3.0 UpdatedJan 26, 2023 -
hugoDocs Public
Forked from gohugoio/hugoDocsThe source for https://gohugo.io/
HTML Other UpdatedJan 12, 2023 -
tumi-app Public
Forked from heddendorp/tumi-appModern pwa to manage event signup at ESN TUMi munich
TypeScript GNU General Public License v3.0 UpdatedJan 9, 2023 -
-
atom Public
Intuitive wrapper types enforcing atomic access for lock-free concurrency
-
sqlclosecheck Public
Forked from ryanrolds/sqlclosecheckLinter that confirms that DB rows and stats are closed properly.
-
mulint Public
Forked from gnieto/mulintGo lint which detects recursive locks, which may lead to dead locks
-
-
The Go programming language
Go BSD 3-Clause "New" or "Revised" License UpdatedSep 30, 2019 -
spinlock Public
[WIP] simple spinning synchronization primitives as an alternative to the blocking primitives from the sync package
-
libmoepgf Public
Forked from moepinet/libmoepgfHigh-performance Finite Field Library for x86 and ARM
Objective-C GNU Lesser General Public License v2.1 UpdatedSep 7, 2019 -
gonids Public
Forked from google/gonidsgonids is a library to parse IDS rules, with a focus primarily on Suricata rule compatibility. There is a discussion forum available that you can join on Google Groups: https://groups.google.com/fo…
Go Apache License 2.0 UpdatedMay 1, 2019 -
acme-dns Public
Forked from joohoi/acme-dnsLimited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely.
-
homebrew-cask Public
Forked from Homebrew/homebrew-cask🍻 A CLI workflow for the administration of macOS applications distributed as binaries
Ruby BSD 2-Clause "Simplified" License UpdatedSep 26, 2018 -
protocol-design Public archive
secure cloud sync protocol design project
-
quictun Public
Hidden Tunneling using the QUIC Protocol
-
quic-go Public
Forked from quic-go/quic-goA QUIC implementation in pure go
Go MIT License UpdatedDec 12, 2017 -
-
complete-subtree-cover-size Public
Presentation about the Upper Bound of the Complete Subtree Method (Stateless Broadcast Encryption)
TeX Other UpdatedJun 2, 2017 -
-
voltdb-client-go Public
Forked from VoltDB/voltdb-client-goVoltDB Golang Client Library
Go MIT License UpdatedMay 25, 2017 -
N-Queens Public
Optimized algorithm to find all solutions for the N-Queens-Problem in Java