Pinned Repositories
android-connect-blinker
Kernel module rootkit that intercepts tcp connects to localhost on a given port and blinks the android backlight on connection. Meant for photosensor profiling.
echo_limiter
echo_limiter using redis as store for rate limit with two algorithms for choosing sliding window, gcra leaky bucket
fiber_limiter
fiber_limiter using redis as store for rate limit with two algorithms for choosing sliding window, gcra leaky bucket
fiber_tracing
fiber_tracing is middleware for fiber framework
go_limiter
Rate limiting with few algorithms
goth_fiber
Package goth_fiber provides a simple, clean, and idiomatic way to write authentication packages for fiber framework applications.
http_limiter
http_limiter using redis as store for rate limit with two algorithms for choosing sliding window, gcra leaky bucket
laradock
Like Laravel Homestead but for Docker instead of Vagrant.
osmc_mt7601_driver
OSMC mt7601 driver, kernel 3.18.10-1-osmc
storage
Cloud storage abstraction package for Go build on top of Rclone inspired by Laravel File Storage
Shareed2k's Repositories
Shareed2k/goth_fiber
Package goth_fiber provides a simple, clean, and idiomatic way to write authentication packages for fiber framework applications.
Shareed2k/go_limiter
Rate limiting with few algorithms
Shareed2k/fiber_limiter
fiber_limiter using redis as store for rate limit with two algorithms for choosing sliding window, gcra leaky bucket
Shareed2k/fiber_tracing
fiber_tracing is middleware for fiber framework
Shareed2k/echo_limiter
echo_limiter using redis as store for rate limit with two algorithms for choosing sliding window, gcra leaky bucket
Shareed2k/http_limiter
http_limiter using redis as store for rate limit with two algorithms for choosing sliding window, gcra leaky bucket
Shareed2k/storage
Cloud storage abstraction package for Go build on top of Rclone inspired by Laravel File Storage
Shareed2k/arpl-i18n
Shareed2k/badgerengine
Shareed2k/capasitor-firebase-plugin
Shareed2k/contour
Contour is a Kubernetes ingress controller using Lyft's Envoy proxy.
Shareed2k/devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Shareed2k/docker-jenkins-autoscaler
A utility container that helps with autoscaling your Jenkins nodes in AWS.
Shareed2k/echox
Echo cookbook and website
Shareed2k/fiber
⚡️ Fiber is an Express inspired web framework written in Go with ☕️
Shareed2k/gallery
Shareed2k/gocache
☔️ A complete Go cache library that brings you multiple ways of managing your caches
Shareed2k/gojenkins
Jenkins API Client in Go. Looking for maintainers to move this project forward.
Shareed2k/goth
Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications.
Shareed2k/il-train-sdk-go
Unofficial Israel Rail SDK Golang
Shareed2k/logrus-airbrake-hook
Airbrake hook for logrus, using the official gobrake package
Shareed2k/minikube
Run Kubernetes locally
Shareed2k/notify
File system event notification library on steroids.
Shareed2k/rclone
"rsync for cloud storage" - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
Shareed2k/repository
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
Shareed2k/salary_calc
Shareed2k/shareed2k.github.io
Shareed2k/skipper
An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
Shareed2k/termux-packages
A build system and primary set of packages for Termux.
Shareed2k/ttlcache
An in-memory string-interface{} map with various expiration options for golang