Pinned Repositories
go-template
go/template is a tool for jumpstarting production-ready Golang projects quickly.
cfg
a generic configuration and options library in Go
fts
a SQLite-based full-text search engine library in Go
gbuf
A generic buffer library for Go
gldap
Google LDAP Deployment and Querying tools
labeld
An Apps Script project to easily manage filtered content in Gmail with labels, and Sheets as database backend
lex
a generic lexer library written in Go
micron
This is my cron (micron); there are others like it but this one is mine. A cron library in Go.
parse
a generic parser library written in Go
yojimbo
Yojimbo - Your-Os-Just-Interprets micro Bash Obfuscator
zalgonoise's Repositories
zalgonoise/labeld
An Apps Script project to easily manage filtered content in Gmail with labels, and Sheets as database backend
zalgonoise/tdesktop
Easily setup a desktop environment in Termux, to have a GUI over VNC.
zalgonoise/alpine
An Alpine base image with zsh as base shell and s6 overlay
zalgonoise/docker-nginx-vpn
A fast and lightweight containerized solution for hosting your web content privately on your VPN network.
zalgonoise/docker-openvpn
🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA
zalgonoise/gapic
A lightweight API composer for issuing requests against RESTful APIs
zalgonoise/xurl
xURL ~ a `sed`-based URL-string encoder / decoder
zalgonoise/alpinedev
A Dockerized Alpine container with the needed toolchain to build and sign Alpine APK files, with `abuild`
zalgonoise/attr
*the* Go key-value data structure library
zalgonoise/bazel-docker
A Bazel instance deployed in a Docker container, up-to-date with the latest versions.
zalgonoise/doxi
A Golang source code documentation generator, that creates static Markdown / HTML documentation to your project similar to `godoc` and `go doc`.
zalgonoise/dumpt
An Stunnel proxy server with tcpdump, to monitor network traffic when configured with Google Workspace Secure LDAP
zalgonoise/fuzzydl
A fuzzy-finder powered command-line tool to fetch content with youtube-dl
zalgonoise/gcc10-alpine-package
Republishing gcc 10.3.1 for Alpine Linux, for apps that (still) depend on it
zalgonoise/gitd
A lightweight, Docker-based git server to host your private projects
zalgonoise/go-samples
Go samples for Google Workspace APIs
zalgonoise/goauth-cli
A CLI tool in Golang to generate Access Tokens for your GCP Client IDs and Service Accounts
zalgonoise/goauth-web
An Apps Script web app to generate Access Tokens for your GCP Client IDs and Service Accounts
zalgonoise/google-api-go-client
Auto-generated Google APIs for Go.
zalgonoise/gsquiz
zalgonoise/gws-transfertool
A Sheets-based Transfer Tool for Google Workspace, using Cloud Identity's User Invitations API.
zalgonoise/hashclock
Recursive hash functions used to print out cryptographic timestamps, or to benchmark CPU performance
zalgonoise/karbon
Quickly embelish new Linux deployments with Zsh, Vim and Tmux
zalgonoise/kchop
Several implementations of a prosaic binary search, as part of Kata02
zalgonoise/meta
A toolbox (or, extra packages) for Golang
zalgonoise/rpi4-stack
Docker stack for Raspberry Pi 4 (based on 4GB RAM ceiling)
zalgonoise/rules_docker
Rules for building and handling Docker images with Bazel
zalgonoise/sfq
Apps Script library for scrapping and querying your Salesforce reports, by issuing a HTTP request with an embeded (valid) cookie
zalgonoise/termux-desktop
Setup A Beautiful Desktop/GUI In Termux
zalgonoise/wordgraph
An implementation of a data graph, as part of Kata19