Skip to content

lunixbochs/meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta

contains two vague categories of code: utilities and snippets

  • utilities: clever single-file solutions

    • aotool: create and dump Rosetta 2 .aot assemblies
    • autostrace: creates strace logs for all matching processes
    • beamsync: disable BeamSync on macOS
    • brew_altuser: install Homebrew as a different user on macOS
    • binsplit: splits a file into pieces based on the output of binwalk
    • dimmer: allows you to dim/undim monitors on Windows using hotkeys
    • dumpmem: dump all mapped memory of a process on macOS
    • gateway: print a list of interfaces, IPs, and gateway IPs
    • gitslurp: download all repositories from a GitHub organization
    • hardlink: searches directories and suggests identical files to hardlink
    • jaraudit: checks your Java dependencies for CVEs
    • macbinary: extracts a .zip, preserving __MACOSX resource forks as MacBinary files
    • permute: builds chains of similar characters and permutes possible combinations
    • pidrun: run an executable with a specified PID
    • repl: create a repl by passing arguments to an existing command
    • retina: set unscaled resolution modes on a Retina MacBook
    • revmatch: find the closest matching upstream revisions for local vendored code
    • shotgun: quickly converts input to several formats
    • shotsum: run multiple checksums against input
    • sonosd: Sonos control daemon
    • taplist: View systemwide CGEventTap information on macOS.
    • tvsort: tries to automatically sort tv shows into an existing folder structure
    • vm: simplify managing and logging into a headless linux vmware instance
  • snippets: batteries not included

    • python
      • netreg: wrapper around samba's remote registry access
      • singleton: metaclass implementing Singleton classes
      • tailcall: decorator allowing tail recursion without hitting python's max recursion depth
      • threadpool: decorator capable of transparently threading calls to one or more functions, with the ability to store the return values for consumption.

About

code sometimes leaks into the space between projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published