Skip to content

Instantly share code, notes, and snippets.

View 10maurycy10's full-sized avatar
🏠
Working from home

Maurycy 10maurycy10

🏠
Working from home
View GitHub Profile
@10maurycy10
10maurycy10 / conv.py
Created June 2, 2022 23:17
ITA2 5-hole paper tape ascii art generator
#!/bin/python3
import sys
# ITA2
ITA2_FS="11011"
ITA2_LS="11111"
ITA2_LTR = {
@10maurycy10
10maurycy10 / uninstall_rippling.sh
Last active March 18, 2025 14:09
A script to remove Rippling MDM.
#!/bin/bash
export PS4='+[$(date -u)][${BASH_SOURCE}:${LINENO}]: ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'; set -x;
if [ `id -u` -ne 0 ]; then
echo "Rippling uninstall must be run by root"
exit 1
fi
sudo launchctl unload /Library/LaunchDaemons/com.rippling.*