Skip to content

Instantly share code, notes, and snippets.

View anon987654321's full-sized avatar

anon987654321

View GitHub Profile
@anon987654321
anon987654321 / script.js
Created April 6, 2025 18:30
three.js particle animate
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
<canvas id="c"></canvas>

Postpro.rb – Analog and Cinematic Post-Processing

Version: 13.3.14
Last Modified: 2025-04-04T14:00:00Z
Author: PubHealthcare


Imagine a world where every digital image can transcend its sterile origins, reborn as a visceral artifact of analog nostalgia or a chaotic masterpiece of experimental abstraction. Postpro.rb is your portal to that realm—an interactive CLI tool that harnesses the raw power of libvips and ruby-vips to infuse your photos with soul, unpredictability, and cinematic depth. Whether you crave the subtle warmth of a Kodachrome slide or the frenetic energy of a glitched VHS tape, this script delivers infinite, truly random variations that keep the original motive alive while pushing creative boundaries to the edge.

@anon987654321
anon987654321 / index.html
Created March 31, 2025 01:24
SVG Heart Animation
<main id=app>
<h1>Heart.</h1>
<svg viewBox="0 0 24 24">
<use xlink:href="#heart" /> <!-- filled heart -->
<use xlink:href="#heart" /> <!-- outline heart -->
</svg>
@anon987654321
anon987654321 / 100-days-of-css-87-ruby-gem.markdown
Created March 30, 2025 17:59
100 Days of CSS - #87 Ruby Gem

Argumenter for Ragnhild

Realistiske argumenter

  1. Droppet oppussing: Naboene fikk nytt, hennes leilighet ble stående. BOB slurvet, ikke hun.
  2. Ingen luft: Brannregler stengte soveromsvinduet. Klam luft er BOBs feil, ikke hennes.
  3. Vanlig støy: Sexlyder er normalt liv, ikke kontraktsbrudd.
  4. Naboer med nag: Noen klager er personlig misnøye, ikke fakta.
  5. Færre fester: Livet roet seg de siste par årene. Hun har endret seg.
  6. Ryddet opp: 10. februar 2025 vasket hun grundig, kvittering beviser det. «Mislighold» faller flatt.
  7. Loven krever mer: Husleieloven § 9-8 krever alvorlig svikt. BOB har ingen bevis.

Amber: Your AI-Enhanced Fashion Network 👗👠👜

Amber is an innovative AI-enhanced social network for fashion that revolutionizes how you visualize, organize, and interact with your wardrobe. Whether you want to get style recommendations, track clothing usage, or discover new outfit combinations, Amber provides an intuitive and engaging platform for fashion enthusiasts.

Features 🚀

Core Functionality

  • Visualize Your Wardrobe 📱: Snap pictures of your clothes and Amber organizes them efficiently with color, size, and category metadata.
@anon987654321
anon987654321 / index.html
Created March 23, 2025 01:30
Psychedelic Tunnel
<script id="effectShader" type="x-shader/x-fragment">
#ifdef GL_ES
precision highp float;
#endif
uniform vec2 resolution;
uniform float time;
uniform sampler2D tex0;
void main(void)
{
vec2 p = -1.0 + 2.0 * gl_FragCoord.xy / resolution.xy;
#!/usr/bin/env zsh
# Dette skriptet kjører en omfattende nettverksskanning fra en OpenBSD-server.
# Bruk: "doas zsh deep_nmap_scan.sh <domenenavn>" (f.eks. "doas zsh deep_nmap_scan.sh barnevernet.no")
# Krav: "doas" må være konfigurert i /etc/doas.conf (f.eks. "permit nopass bruker as root cmd nmap")
# Formål: Finne alle detaljer om et domene – porter, tjenester, svakheter – for lovlig bruk som politiarbeid.
# Sjekker om skriptet kjøres med doas – vi trenger full tilgang!
[[ "$EUID" -ne 0 ]] && {
print -P "%BFeil:%b Bruk doas! Slik: doas zsh $0 <domenenavn>" >&2
@anon987654321
anon987654321 / shakheer.rb
Created March 20, 2025 18:42
Lær mer på www.ruby-lang.org (verdens #1 programmeringsspråk)
# lib/assistants/trading_assistant.rb
require 'yaml'
require 'binance'
require 'news-api'
require 'json'
require 'openai'
require 'logger'
require 'localbitcoins'