Skip to content

Instantly share code, notes, and snippets.

View beadon's full-sized avatar
🙃

Bryant Eadon beadon

🙃
View GitHub Profile
@orangewolf
orangewolf / uninstall_rippling.sh
Last active March 5, 2026 00:53 — forked from 10maurycy10/uninstall_rippling.sh
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.*
@adrien-cardinale
adrien-cardinale / NetworkInterface.c
Created November 23, 2023 06:34
FreeRTOS-Plus tcp driver for TMS320F2838x
/**
* @file: NetworkInterface.c
* @author: Adrien Cardinale <adrien.cardinale@heig-vd.ch>
* @date: Nov 23, 2023
* @copyright:
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitation the rights to
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of