Pinned Repositories
Golang_PCP_Example
Example of the Producer–Consumer problem solved with Goroutines and Channels.
urlfuzz
A highly concurrent and distributed AWS S3 URL Fuzzer
ViperWatchConfigExample
Using Viper to auto reload config data and update values at runtime from yaml file.
xrelscrape
Asynchronous scraper for xrel.to to extract release names to identify copyright infringement.
grpcMiddlewareAuthentication
Example implemented of token based authentication for gRPC server and client using Interceptors
tegk's Repositories
tegk/urlfuzz
A highly concurrent and distributed AWS S3 URL Fuzzer
tegk/ViperWatchConfigExample
Using Viper to auto reload config data and update values at runtime from yaml file.
tegk/Golang_PCP_Example
Example of the Producer–Consumer problem solved with Goroutines and Channels.
tegk/xrelscrape
Asynchronous scraper for xrel.to to extract release names to identify copyright infringement.
tegk/minio-server-setup
Bash Script to Set Up an Object Storage Server Using Minio on Ubuntu 16.04
tegk/Python_Gevent_PCP_Example
Example of the Producer–Consumer problem solved with concurrent Green-threads. Graceful shutdown via signal is implemented with sentinel values.