Skip to content

Instantly share code, notes, and snippets.

View jubilancy's full-sized avatar
💘

eliana jubilancy

💘
View GitHub Profile
@jubilancy
jubilancy / ratios.py
Created June 17, 2026 15:07
this script groups them into 6 standard digital buckets (Square, Portrait, Landscape, Ultrawide) plus an "Other" catch-all, keeping your final folder count down to around 10 or fewer.
from PIL import Image
import os
import shutil
def get_aspect_ratio(image_path):
with Image.open(image_path) as img:
width, height = img.size
aspect_ratio = float(width) / float(height)
return aspect_ratio
@jubilancy
jubilancy / glitch.html
Created June 16, 2026 15:59
glitch-art.vercel.app
<img src="https://glitch-art.vercel.app/api/simple?word=eliana" alt="Glitch Art" />
<details>
<summary>welcome to ravel!</summary>
<details>
<summary>ravel is a tool for making unfolding texts out of the html details tag.</summary>
<details>
<summary>write text in the "Write" tab, left</summary>
<div>(click on any piece of text to edit it)</div>
<details>
<summary>while writing, press enter to make a new node of editable text</summary>
<div>it will be nested under the node you were writing in</div>
@jubilancy
jubilancy / gists-embeds.md
Created April 23, 2026 15:16
📑 Gist Pins

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Universal CSV Viewer</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css">
:root {
--border-color: #e1e4e8;
--header-bg: #f6f8fa;
--header-text: #24292e;
--row-hover: #f1f8ff;
--link-color: #0366d6;
--text-muted: #586069;
}
/* 1. Container for Responsiveness & Sticky Header */
@import url("https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap");
/* ============================
1. VARIABLES & RESET
============================ */
:root {
--width: 900px;
--font-main: "Cutive Mono", monospace;
--background-color: #1b2c45;
--heading-color: #ffffff;
/**
* X/Twitter Bookmark Remover
*
* This script automatically removes all bookmarks from your X/Twitter account
* by scrolling through your bookmarks page and clicking the remove button for each bookmark.
*
* HOW TO USE:
* 1. Go to your bookmarks page: https://twitter.com/i/bookmarks or https://x.com/i/bookmarks
* 2. Open browser developer console (F12 or Ctrl+Shift+J or Cmd+Option+J)
* 3. Copy and paste this entire script into the console
@jubilancy
jubilancy / Vs code bulk installer.md
Created April 12, 2026 17:40 — forked from securingsincity/Vs code bulk installer.md
VS Code bulk install plugins

VS Code bulk extensions installer.

  • run code --list-extensions > vscodeplugins.txt on the first machine

  • Then copy over vscodeplugins.txt to the new machine and run codeinstaller.sh on the new machine