Skip to content

Instantly share code, notes, and snippets.

View KorigamiK's full-sized avatar
🦚

KorigamiK KorigamiK

🦚
View GitHub Profile
@KorigamiK
KorigamiK / claude_tex.user.js
Created June 17, 2024 19:31
render tex on claude.ai
// ==UserScript==
// @name Claude MathJaX
// @namespace http://tampermonkey.net/
// @version 0.5
// @description Render LaTeX math formulas on the page using MathJax
// @match https://claude.ai/*
// @grant none
// ==/UserScript==
// deno-lint-ignore-file no-window no-window-prefix
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[inline]{enumitem}
\usepackage[table,xcdraw]{xcolor} % for table color
\setlength\parindent{0pt}
\newcommand{\entry}[2]{\begin{tabular}{c}\\#1\\#2\\\phantom{ }\end{tabular}}
\pagenumbering{gobble}
\usepackage{geometry}
\geometry{
@KorigamiK
KorigamiK / #Calculate Sub Drop CGPA.md
Last active June 22, 2024 20:57
cgpa drop calculation

Calculate Optimal Sub Drop CGPA

To get max gains 💪

{
"lock": false,
"tasks": {
"start": "deno run -A --watch=static/,routes/ dev.ts",
"update": "deno run -A -r https://fresh.deno.dev/update ."
},
"imports": {
"$fresh/": "https://deno.land/x/fresh@1.2.0/",
"preact": "https://esm.sh/preact@10.15.1",
"preact/": "https://esm.sh/preact@10.15.1/",
@KorigamiK
KorigamiK / yt-playlist.py
Last active March 13, 2024 21:30
Create YouTube Playlists from videos
import os, io
import webbrowser
import json
from urllib import request
videos = []
getVideoId = lambda s: s.split("=")[-1]
with open("playlist.json") as data_file:
data = json.load(data_file)
@KorigamiK
KorigamiK / NSUT-dark.png
Last active September 21, 2023 02:39
NSUT vector logo
NSUT-dark.png
@KorigamiK
KorigamiK / enactus-logo.png
Last active August 31, 2023 04:03
Enactus
enactus-logo.png
@KorigamiK
KorigamiK / socks4
Created June 18, 2023 18:35 — forked from Lampadov/socks4
socks
50.27.184.225:54321
91.144.95.163:4145
103.244.36.129:4145
122.55.202.100:4145
125.25.187.226:4145
131.255.194.60:11337
176.110.125.233:51327
36.22.76.246:1080
45.118.144.47:26591
45.118.144.47:26643
@KorigamiK
KorigamiK / victor-mono-bolder.css
Last active January 2, 2023 19:47 — forked from pyrho/victor-mono.css
A bolder font file for Blink Shell with the Victor Mono font
@font-face {
font-family: "VictorMono Nerd Font";
font-style: normal;
font-weight: 200;
src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/VictorMono/Semi-Bold/complete/Victor%20Mono%20SemiBold%20Nerd%20Font%20Complete.ttf?raw=true);
}
@font-face {
font-family: "VictorMono Nerd Font";
font-style: normal;
font-weight: 400;