Skip to content

Instantly share code, notes, and snippets.

View jubilancy's full-sized avatar
💘

eliana jubilancy

💘
View GitHub Profile
beep
<div id="w555f50efd0c36cd317280773714f55ef"></div><script type="text/javascript" charset="UTF-8" src="https://www.librarything.com/widget_get.php?userid=tezeta&theID=w555f50efd0c36cd317280773714f55ef"></script><noscript><a href="https://www.librarything.com/profile/tezeta">My Library</a> at <a href="https://www.librarything.com">LibraryThing</a></noscript>
https://www.librarything.com/widget.php?shareID=w555f50efd0c36cd317280773714f55ef&sharefrom=tezeta
<div id="w3d171ffa5e20d88597a39ae343674840"></div><script type="text/javascript" charset="UTF-8" src="https://www.librarything.com/widget_get.php?userid=tezeta&theID=w3d171ffa5e20d88597a39ae343674840"></script><noscript><a href="https://www.librarything.com/profile/tezeta">My Library</a> at <a href="https://www.librarything.com">LibraryThing</a></noscript>
https://www.librarything.com/widget.php?shareID=w3d171ffa5e20d88597a39ae343674840&sharefrom=tezeta
<script type="text/javascript" src="https://www.librarything.com/ltsw/mySearchWidget.php?option_userid=t
@jubilancy
jubilancy / fetch_ghstars.md
Created April 8, 2026 19:46 — forked from dannguyen/fetch_ghstars.md
fetch_ghstars.py: quick CLI script to fetch from Github API all of a user's starred repos and save it as raw JSON and wrangled CSV

fetch_ghstars.py: quick CLI script to fetch and collate from Github API all of a user's starred repos

  • Requires Python 3.6+
  • Creates a subdir 'ghstars-USERNAME' at the current working directory
  • the raw JSON of each page request is saved as: 01.json, 02.json 0n.json
  • A flattened, filtered CSV is also created: wrangled.csv

Example usage:

@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

/**
* 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
@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;
: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 */
<!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">
@jubilancy
jubilancy / gists-embeds.md
Created April 23, 2026 15:16
📑 Gist Pins