Skip to content

Instantly share code, notes, and snippets.

View Sidpatchy's full-sized avatar
🛠️
Has more projects than free time

Sidpatchy

🛠️
Has more projects than free time
View GitHub Profile
@Sidpatchy
Sidpatchy / Calculator.py
Created October 19, 2018 05:54
Simple Python Calculator
print('Please select which operation you would like to perform')
print('1) Add')
print('2) Subtract')
print('3) Multiply')
print('4) Divide')
operation = float(input('Enter a number to get started: '))
if operation == 1:
x = input('Enter a number to be added: ')
y = input('Enter a second number to be added: ')
@Sidpatchy
Sidpatchy / knockpy_url-converter.py
Last active February 11, 2023 05:06
Tool to convert knockpy lookups to a txt file with domains
import yaml
import sLOUT as lout
from time import sleep
lout.clearScreen()
filename = input("File name to parse: ")
statusCodeCounts = {}
@Sidpatchy
Sidpatchy / README.md
Last active June 20, 2025 16:13
Zendesk Auto Minimize Composer

Zendesk Auto Minimize Composer

by Sidpatchy

A simple Tampermonkey script to automagically minimize the response composer on the Zendesk Agent Workspace ticket screen. Allows for reopening the composer with the / key.

Installation

  1. Install Tampermonkey: https://www.tampermonkey.net/
  2. Open the Tampermonkey Dashboard
  3. Select the 'Utilities' Tab
  4. Find the 'Import from URL' section.
@Sidpatchy
Sidpatchy / README.md
Created April 4, 2025 22:11
Zendesk Auto Refresh