This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function(){"use strict";var tt=Array.isArray,Lr=Array.prototype.indexOf,rt=Array.from,Pr=Object.defineProperty,De=Object.getOwnPropertyDescriptor,Or=Object.prototype,Rr=Array.prototype,zr=Object.getPrototypeOf,It=Object.isExtensible;function Vr(e){for(var t=0;t<e.length;t++)e[t]()}function Nt(){var e,t,r=new Promise((n,a)=>{e=n,t=a});return{promise:r,resolve:e,reject:t}}const D=2,nt=4,at=8,$=16,ee=32,ue=64,Ue=128,Y=512,A=1024,q=2048,te=4096,L=8192,de=16384,ot=32768,me=65536,Mt=1<<17,Ht=1<<18,ge=1<<19,Fr=1<<20,Ae=32768,ct=1<<21,st=1<<22,oe=1<<23,Ie=Symbol("$state"),_e=new class extends Error{name="StaleReactionError";message="The reaction that called `getAbortSignal()` was re-run or destroyed"};function Ur(e){throw new Error("https://svelte.dev/e/lifecycle_outside_component")}function Yr(){throw new Error("https://svelte.dev/e/async_derived_orphan")}function Gr(e){throw new Error("https://svelte.dev/e/effect_in_teardown")}function Kr(){throw new Error("https://svelte.dev/e/effect_in_unowned_derived")}function |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ==UserStyle== | |
| @name budget.alexis.lol/budget | |
| @namespace github.com/openstyles/stylus | |
| @version 1.0.0 | |
| @description Actual — Catppuccin Theme | |
| @author Alexis Vielma (https://alexis.lol) | |
| @preprocessor stylus | |
| @var select theme "Theme" { | |
| "Mocha": "Mocha", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %------------------------ | |
| % Author : Alexis Vielma | |
| % GitHub : https://github.com/aelxxs | |
| % Website : https://alexis.lol | |
| %------------------------ | |
| \documentclass[letter,11pt]{article} | |
| \pagestyle{empty} | |
| \usepackage{titlesec} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # REPLACE :id with your Discord ID | |
| # REPLACE :key with your Lanyard API Key | |
| # TASK: run every minute | |
| $endpoint = "https://api.lanyard.rest/v1/users/:id/kv/battery" | |
| function Get-ChargingStatus { | |
| return (Get-WmiObject -Class BatteryStatus -Namespace root\wmi).Charging | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Canvas } from 'canvas-constructor/skia'; | |
| // ? Tatsumaki Rank Card Skeleton (760x260) | |
| new Canvas(760, 260) | |
| // * Background | |
| .setColor('#D3D3D3') | |
| .printRoundedRectangle(0, 0, 760, 260, 30) | |
| // * Avatar Panel | |
| .setColor('#FFFFFF') | |
| .printRectangle(28, 0, 165, 260) |