honk!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rsync -aHxv --numeric-ids \ | |
--exclude=/etc/fstab \ | |
--exclude=/etc/network/* \ | |
--exclude=/proc/* \ | |
--exclude=/tmp/* \ | |
--exclude=/sys/* \ | |
--exclude=/dev/* \ | |
--exclude=/mnt/* \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace morse; | |
public enum Morse | |
{ | |
Dot, | |
Dash, | |
Space, | |
WordSeparator, | |
None | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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(); |
OlderNewer