Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.76 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.76 KB

Writing

Rust

  • aws-build - Build Rust crates for deployment to AWS Lambda
  • cloudwatch-logs-upload - Rust library for uploading events to AWS CloudWatch Logs
  • crdyboot - UEFI bootloader
  • github-app-auth - Rust library for authenticating as a GitHub app
  • gpt-disk-rs - Rust libaries for working with GPT (GUID Partition Table) disks.
  • rust-error-output - Show what the output of various errors in Rust looks like.
  • rust-conversions - Reference for converting between various string and byte types in Rust.
  • sbat-rs - Rust library for working with UEFI SBAT.
  • uefi-rs (co-maintainer) - Rust wrapper for UEFI
  • writedisk - Small utility for writing a disk image to a USB drive
  • zone-detect-rs - A Rust version of the ZoneDetect C library

Python

  • bios_pnp - Enumerate legacy Plug and Play devices

Other

  • emacs-conf - My emacs configuration
  • templates - Bits of code and configuration that I find helpful to copy from