Skip to content

Instantly share code, notes, and snippets.

View TheSkorm's full-sized avatar

Michaela Wheeler TheSkorm

View GitHub Profile
@chpf
chpf / icloud-album-download.sh
Created May 31, 2023 10:41 — forked from AlexanderWillner/icloud-album-download.sh
Download entire iCloud shared albums
#!/bin/bash
# Description: Downloads Web Albums shared by Apple Photos
# Requirements: jq
# Usage: ./icloud-album-download.sh <URL> [<target folder>]
# Source: https://gist.github.com/AlexanderWillner/b8124af1979e88d4046987c953b8260f
# Author: @zneak, @WildDIC, @AlexanderWillner
if [[ -z "$1" ]]; then
echo "Syntax: $0 <URL> [<target folder>]" >&2
@bazjo
bazjo / Master's Thesis
Last active September 23, 2021 00:47
Redesign and Performance Evaluation of a Narrow-Band FM Demodulator and Decoder for Radiosonde Telemetry
Redesign and Performance Evaluation of a Narrow-Band FM Demodulator and Decoder for Radiosonde Telemetry
#!/bin/bash
# STRF Capture Script
# Mark Jessop <vk5qi@rfhead.net>
#
# Compile rffft from https://github.com/cbassa/strf
# Use: make rffft
# You should only need libfftw3-dev as a dependency.
#
# Prepare directory with:
# mkfifo fifo