Skip to content

Instantly share code, notes, and snippets.

@d0n13
d0n13 / ipagrabber.py
Created January 18, 2024 14:14 — forked from n0mi1k/ipagrabber.py
.IPA file extracter for Apple Configurator
import os
import shutil
"""
Steps to retrieve the IPA file from the Configurator app:
1. Install Apple Configurator from the Mac App Store and sign in
2. Connect your iOS device to your Mac
3. Select "Add > Apps..." and search for the app you want to install, click "Add"
4. The newer Apple Configurator deletes the IPA after installing it, so you'll need to use this tool to grab it
@d0n13
d0n13 / Install.md
Last active February 16, 2022 11:00
Install Cardano node on M1 Mac using Debian VM
@d0n13
d0n13 / processAprilTagImages.sh
Last active October 6, 2021 13:43
Convert single pixel AprilTag images to custom bitmap sizes without distortion
#!/bin/bash
# resizse 1 pixel AprilTag to 300x300 without blurring
mogrify -path out -filter box -resize 300x300 tag36_11_0*
# remove 29 pixels from around the outside if required
mogrify -path shaved -shave 29x29 *.png
# Run multiple commands over multiple CPUs with 100 operations per thread
find . -name "*.png" | xargs -P8 -n100 mogrify -path out -filter box -resize 300x300
@d0n13
d0n13 / keybase.md
Created September 20, 2019 09:19
keybase

Keybase proof

I hereby claim:

  • I am d0n13 on github.
  • I am d0n13 (https://keybase.io/d0n13) on keybase.
  • I have a public key ASDc088jXfp1CNidaDPH7qarC0RxTLBVQQbYFKhzTEHPEwo

To claim this, I am signing this object: