Skip to content

Instantly share code, notes, and snippets.

View jericjan's full-sized avatar
🗿
bruh

Kur0 jericjan

🗿
bruh
View GitHub Profile
@jericjan
jericjan / main.py
Created March 29, 2025 16:08
check for size parameter in URL that returns 200
"""
Full disclosure. Generatedd this with Gemini 2.5 Pro
"""
import requests
import sys
import concurrent.futures
import time
# --- Configuration ---
@jericjan
jericjan / .screenrc
Created April 2, 2026 10:38
my GNU screen config backup
caption always "%?%F%{= Kk}%:%{=u kR}%? %n %t"
@jericjan
jericjan / main.py
Created April 4, 2026 10:55
GIF compressor using gifsicle and binary searching
# flake8: noqa: E501
import concurrent.futures
import os
import re
import shutil
import subprocess
import sys
import tempfile
MAX_LOSSY = 500 # Don't use lossy values higher than this
@jericjan
jericjan / 15-edited.jsonc
Last active April 25, 2026 08:18
HyDE Project - waybar edited config
{
"layer": "top",
"output": [
"HDMI-A-1"
],
"height": 10,
"exclusive": true,
"passthrough": false,
"reload_style_on_change": true,
"include": [