Pinned Repositories
apig
Use http.Handler inside AWS Lambda running behind AWS Gateway HTTP API
cloudfront-autoindex
AWS Lambda to work around index.html S3/CloudFront mess
leproxy
https reverse proxy with automatic Letsencrypt usage for multiple hostnames/backends
llmcli
A command-line interface tool for interacting with Large Language Models through AWS Bedrock
mdlinks
Markdown cross-document links checker
smartcrop
smartcrop implementation in pure Go without opencv dependency
tlstun
Basic socks5 over TLS proxy
update-cloudformation-stack
Github Action that updates CloudFormation stack parameters while preserving other settings
zipserver
Serve static assets from a ZIP file over HTTP
artyom's Repositories
artyom/gencert
gencert creates server + client certificates signed with the same self-issued CA
artyom/protonvpn-profiles
Generate mobileconfig to configure Apple devices to use ProtonVPN
artyom/merge-docker-save
Command to export docker image filesystem from the docker save output.
artyom/dbdump
Tool to dump MySQL tables to CSV files
artyom/gpgtools
artyom/ipratelimit
Package ipratelimit provides http.Handler capable of per-IP rate limiting
artyom/stem
stem runs command in a linux container-like environment
artyom/aws-name-server
DNS server that lets you look up ec2 instances by instance name
artyom/bytesize
https://godoc.org/github.com/artyom/bytesize
artyom/cloudwatch-metrics
Pushes ec2 instance memory information as custom CloudWatch metrics
artyom/ec2-reservations
Command to check whether running AWS EC2 instances are covered by reservations
artyom/exitstatus
https://godoc.org/github.com/artyom/exitstatus
artyom/go-bloomf
Simple bloom filter
artyom/go-socks5
SOCKS5 server in Golang
artyom/histogram
Tool to print some statistics and ASCII histogram on values read from stdin
artyom/image
Fork of image/gif from the Go standard library
artyom/image-proxy
Proxy to expose http-only image resources over https
artyom/jsonfmt
Pretty-print json file
artyom/logger
https://godoc.org/github.com/artyom/logger
artyom/loopdefer
Reports of defer usage inside loops
artyom/netlock
Go library implementing simple locking algorithm on top of Redis
artyom/ping
https://godoc.org/github.com/artyom/ping
artyom/qtools
artyom/raven
Simple logger-compatible Sentry client for Go
artyom/resp
Package resp implements decoder/encoder for the Redis serialization protocol
artyom/s3-set-acl
Command s3-set-acl scans s3 bucket and sets 'private' canned ACL on every object.
artyom/stddev
Command stddev reads float64 values on its stdin and outputs number of samples, population standard deviation and mean
artyom/useragent
http.RoundTripper wrapper to set User-Agent header on each http request made
artyom/vgo-test1
Illustration of vendor directory (mis)handling by x/vgo tool
artyom/vgo-test2