I hereby claim:
- I am Forst on github.
- I am forst (https://keybase.io/forst) on keybase.
- I have a public key whose fingerprint is B65D E21E 46E7 02CC EAE8 485A 1EDF C2BE F93E 367C
To claim this, I am signing this object:
| #!/bin/sh | |
| set -eux | |
| BREW_PREFIX="$(brew --prefix)" | |
| CPU_COUNT="$(sysctl -n hw.ncpu)" | |
| # Homebrew dependencies | |
| brew update | |
| brew install airspy airspyhf boost dylibbundler gnuradio hackrf libbladerf librtlsdr libserialport libsndfile portaudio pybind11 uhd qt@6 |
| #!/usr/bin/env python3 | |
| from abc import ABC, abstractmethod | |
| from hashlib import sha256 | |
| from math import ceil | |
| from secrets import token_bytes, randbits, randbelow | |
| def bit(value, index): | |
| return (value & (2**index)) >> index |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| ## FORSTWOOF UBUNTU PRESEED :: BUILD SCRIPT | |
| # Quit on first error | |
| set -e | |
| # Temporary directory for the build | |
| TMP="/var/tmp/ubuntu-build" |
| { | |
| "always_show_minimap_viewport": true, | |
| "auto_complete_commit_on_tab": true, | |
| "auto_find_in_selection": true, | |
| "caret_extra_bottom": 0, | |
| "caret_extra_top": 0, | |
| "caret_extra_width": 0, | |
| "close_windows_when_empty": false, | |
| "color_scheme": "Packages/ayu/ayu-dark.tmTheme", | |
| "default_line_ending": "unix", |