Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
#
# === DESCOMENTAR PARA DEBUGGEAR: ===
#set -eux
# errexit (terminar si falla),
# nounset (fallar por usar una variable no declarada),
# xtrace (imprimir antes de ejecutar).
if [ $# -eq 0 ]; then
echo "Uso: $0 <archivo(s)_PDF_a_comparar>"
@487164
487164 / sxmxs_espub_pres.js
Last active October 29, 2025 20:04
sxmxs_espub_pres.js: Autofill the time and attendance form with the current time
// ==UserScript==
// @name Somos5
// @version 0.2-beta
// @description Autofill the time and attendance form with the current time
// @author esP
// @grant none
// @match https://sxmxs.esp.ub/*resencia/
// ==/UserScript==
URL=""
cookie=""
@487164
487164 / profile.ps1
Last active December 13, 2024 09:04 — forked from timsneath/profile.ps1
### PowerShell template profile
### Version 1.03 - Tim Sneath <tim@sneath.org>
### From https://gist.github.com/timsneath/19867b12eee7fd5af2ba
###
### This file should be stored in $PROFILE.CurrentUserAllHosts
### If $PROFILE.CurrentUserAllHosts doesn't exist, you can make one with the following:
### PS> New-Item $PROFILE.CurrentUserAllHosts -ItemType File -Force
### This will create the file and the containing subdirectory if it doesn't already
###
### As a reminder, to enable unsigned script execution of local scripts on client Windows,