I hereby claim:
- I am aksiksi on github.
- I am aksiksi (https://keybase.io/aksiksi) on keybase.
- I have a public key ASC5Xk7XO42Q_4mUVJ7PjgnZzGzQHhCSACBaOG3JwmfR4Ao
To claim this, I am signing this object:
| program Hello; | |
| uses sysutils; | |
| // Record syntax | |
| type Book = record | |
| title: string; | |
| author: string; | |
| isbn: string; | |
| end; |
| #!/usr/bin/env python | |
| import subprocess | |
| class SpeedTest(object): | |
| datacenters = [ | |
| { | |
| 'name': 'NYC1', | |
| 'host': 'speedtest-nyc1.digitalocean.com', | |
| 'ip': '198.211.112.36', | |
| 'location': 'New York, USA', |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "crypto/rand" | |
| "fmt" | |
| "io" | |
| "os" | |
| ) |
| """ | |
| Problem: | |
| Given a vector of ints/floats V, find the number of length 3 subsets which have a sum < X. | |
| Assume that V contains no duplicates. | |
| """ | |
| def num_subsets(V, X, N): | |
| global count | |
| count = 0 |
To enable the service: sudo systemctl enable rpi-htpc
To start the service: sudo systemctl start rpi-htpc
Make sure all ports specified in the docker-compose YAML config are available.
Once everything is up, you can configure/restore NZBGet, Sonarr, and Radarr to your liking.
| FROM ubuntu:20.04 | |
| ARG FAIRGAME_REPO=https://github.com/Hari-Nagarajan/fairgame | |
| ARG FAIRGAME_VERSION=0.6.0 | |
| ENV FAIRGAME_PASSWORD="changeme" | |
| ENV TZ="America/New_York" | |
| # Clone Fairgame | |
| RUN cd /root/ && git clone --depth 1 --branch $FAIRGAME_VERSION $FAIRGAME_REPO |
System tab, select ARM64.sh <(curl -L https://nixos.org/nix/install) --no-daemonnix-build default.nixcurl https://rclone.org/install.sh | sudo bashInstall a new crontab to run this script daily: