Skip to content

Instantly share code, notes, and snippets.

# StayFocusd challenge solver (https://ibb.co/JtW2W9s) lol
from pynput.keyboard import Key, Controller
import time
keyboard = Controller()
name = input('enter text: ')
print('firing in 3 seconds')
time.sleep(3)

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@eula01
eula01 / pdfexpert_trial_reset.sh
Last active February 28, 2022 19:26
PDF Expert free trial reset script
#!/bin/bash
# --------------------------------------------------------
# this script will remove config files for PDF Expert,
# allowing you to indefinitely claim the 7-day free trial
# --------------------------------------------------------
# If you want to schedule this to run every 7 days, see:
# https://crontab.guru/every-7-days
# --------------------------------------------------------