Pinned Repositories
bloomfilter
Face-meltingly fast, thread-safe, marshalable, unionable, probability- and optimal-size-calculating Bloom filter in go
breakaway
Breakaway for Mac (fork) - Automatically disable speakers when headphones are removed, with support for Mavericks 10.9, Yosemite 10.10 and El Capitan 10.11
devnull
Do nothing io.Writer for Go (Golang)
hamming
Hamming distance and bit counting primitives in Go (golang)
ip
More generic IP addresses: IPv4/6, single address, networks, w&o zones (interfaces) for Go (Golang)
skull-squadron's Repositories
skull-squadron/centos-9-stream-kernel-patch
centos-9-stream 5.14 el9 to kernel-5.14-vanilla diff
skull-squadron/airbrakex
Elixir client for the Airbrake service.
skull-squadron/antlr4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
skull-squadron/asdf-gradle
gradle plugin for the asdf version manager
skull-squadron/bash-builtins.rs
A Rust crate to provide utilities to implement loadable builtins for bash.
skull-squadron/beanstalkd
Beanstalk is a simple, fast work queue.
skull-squadron/bootloader
An experimental pure-Rust x86 bootloader
skull-squadron/DnsServer
Technitium DNS Server
skull-squadron/eza
A modern, maintained replacement for ls
skull-squadron/fcat
A 3x faster implementation of cat, using splice
skull-squadron/greaseweazle
Tools for accessing a floppy drive at the raw flux level
skull-squadron/homebrew-alire
Homebrew Tap for alire alr ADA toolchain install (binary only)
skull-squadron/intellij-elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
skull-squadron/Jsonrs
Rust powered JSON library for Elixir
skull-squadron/lazier_static
A thin layer around `std::sync::OnceLock` providing cached, lazy, static initialization
skull-squadron/libmount
A type-safe wrapper around mount() system call for rust with good error reporting
skull-squadron/LuaBash
A bridge between lua and bash
skull-squadron/MIRAI
skull-squadron/password-validator-zxcvbn
Dropbox's zxcvbn password checking algorithm implementation for password_validator
skull-squadron/pixz
Parallel, indexed xz compressor
skull-squadron/rauthy
OpenID Connect Single Sign-On Identity & Access Management
skull-squadron/rbl-check
RBL check script is use to check IP is blacklisted on the list of DNSBL Servers...
skull-squadron/regex_rs
Rust's Regex library as an Elixir NIF
skull-squadron/sccache
Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
skull-squadron/snooze
run a command at a particular time
skull-squadron/ssc
Convert shell script to binary
skull-squadron/svn2git
Ruby tool for importing existing svn projects into git.
skull-squadron/Terrapin-Scanner
This repository contains a simple vulnerability scanner for the Terrapin attack present in the paper "Terrapin Attack: Breaking SSH Channel Integrity By Sequence Number Manipulation".
skull-squadron/v
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
skull-squadron/zxcvbn-elixir
Elixir implementation of zxcvbn by dropbox