Skip to content

Instantly share code, notes, and snippets.

@adoravel
adoravel / meowmix1.min.js
Last active March 3, 2026 17:21
meowmix1 'rithm, insert description here o algo así
L="m me mew meow mrow mrrr ow mreow rr nya prr purr rrr eow miao mraow".split` `,I=Math.imul,P=x=>{for(h=0xf7a7ba62,i=0;i<x.length;i++)c=x.codePointAt(i),i+=c>65535,h=I(h^c,0x9e3779b9);h=I(h^h>>>15,0x85ebca77),h=I(h^h>>>13,0xc2b2ae35);return(h^=h>>>16)>>>0},s=>{b=P(s),r="",n=(b&15)+5,b>>>=4;while(n--)y=b&63,v=y&15,w=L[v],z=y>>>4,w=z&2?w+w:w,r+=z&1?w.toUpperCase():w,(b>>=6)<64&&(b=I((b^v)+4919,374761393));return r}
@adoravel
adoravel / eleanor.css
Last active April 3, 2026 21:50
discord theme
:root {
--rounded-ui: on;
--roundness: 36px;
--font-weight-normal: 600;
--font-weight-bold: 900;
letter-spacing: -0.009rem;
}
/**
* Copyright (c) 2025 xwra
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import { useEffect, useRef } from "preact/hooks";
interface Particle {
offsetX: number;
offsetY: number;