Skip to content

Instantly share code, notes, and snippets.

View mraleksander's full-sized avatar

Aleksander Gomilšek mraleksander

View GitHub Profile
#!/usr/bin/python3 -u
#
# Copyright Dan Smith <dsmith+ustopo@danplanet.com>
#
# This downloads USGS topo GeoPDF maps in bulk, by default the current
# high-resolution 7.5-minute maps. For reference, all of Oregon comes to
# 96GB, all of Washington is 78G. For each state, the index will be downloaded
# into the root of the per-state directory, which is how you find which
# section map you need, by name.
#
@muff-in
muff-in / resources.md
Last active September 30, 2025 15:52
A curated list of Assembly Language / Reversing / Malware Analysis / Game Hacking-resources
@fryfrog
fryfrog / radarr_label_change.sh
Last active April 1, 2023 06:17
A Radarr post processing script to change the rTorrent label after import.
#!/bin/bash
# This script uses the xmlrpc command from the xmlrpc-c package to change the label of an imported torrent in rTorrent.
# First argument is host
host="${1:-localhost}"
# Second argument is port
port="${2:-9082}"
@attacus
attacus / riot-matrix-workshop.md
Last active April 8, 2025 08:18
Create your own encrypted chat server with Riot and Matrix

This guide is unmaintained and was created for a specific workshop in 2017. It remains as a legacy reference. Use at your own risk.

Running your own encrypted chat service with Matrix and Riot

Workshop Instructor:

This workshop is distributed under a CC BY-SA 4.0 license.

What are we doing here?