Skip to content

Instantly share code, notes, and snippets.

View benharri's full-sized avatar
💭
why is this a thing

Ben Harris benharri

💭
why is this a thing
View GitHub Profile
#!/bin/bash
rsync -aHxv --numeric-ids \
--exclude=/etc/fstab \
--exclude=/etc/network/* \
--exclude=/proc/* \
--exclude=/tmp/* \
--exclude=/sys/* \
--exclude=/dev/* \
--exclude=/mnt/* \
### Keybase proof
I hereby claim:
* I am benharri on github.
* I am bharris (https://keybase.io/bharris) on keybase.
* I have a public key ASC-5TnEOCQ1QLf9A9p_sH4_G2VPj20VjXuLQCx4Y9uhwwo
To claim this, I am signing this object:
@benharri
benharri / Program.cs
Last active April 4, 2022 17:13
ircpuzzles 2021 08
namespace morse;
public enum Morse
{
Dot,
Dash,
Space,
WordSeparator,
None
}

hoot

honk!

<Query Kind="Program">
<Namespace>System.Security.Cryptography</Namespace>
<Namespace>LINQPad.Controls</Namespace>
<AutoDumpHeading>true</AutoDumpHeading>
</Query>
DumpContainer results = new();
DumpContainer notice = new();
DumpContainer byteCount = new();
StringBuilder sb = new();