Skip to content

Instantly share code, notes, and snippets.

View gauthier12's full-sized avatar

Gauthier Folzan gauthier12

View GitHub Profile
@ssimono
ssimono / splittypie-csv-export.js
Created July 22, 2022 22:13
Export the expenses of a Splittypie event into CSV. Runs on the browser only.
/**
* Usage: Copy this entire snippet and paste it into the developer console.
* A link will appear on the top just above the event title (on Desktop view).
* Just click it to get a CSV containing the expenses.
*
* Please double-check the result as this is made via frontend scrapping and
* can therefore miss edge cases or break upon future changes in the document
* structure.
*/
@MBing
MBing / install_wlan_dongle.sh
Last active April 3, 2024 05:20
install TP-Link-WN725N Nano USB Wifi on Raspberry Pi with Kernel 5.10+
# DO NOT PUT THE WIFI DONGLE IN THE DEVICE BEFORE MENTIONED EXPLICITLY BELOW
# Brief note, after this the UI will not show the usb dongle,
# the wifi does work and I get an IP address, so all works,
# but I don't go into detail of making it show on the Raspbian UI.
# (for this purpose I don't care about the UI)
# For the use of this I connected my device to an ethernet connection and through the Router could see the IP which I can SSH into.
## STEP 1: Prepare machine and install packages needed