p5.js + html2canvas procedural shirt generator based on the very complicated, understandably pricey shirts from "I Think You Should Leave"
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
| <main> | |
| <div class="logo"> | |
| <div class="frames"> | |
| <div> | |
| <svg> | |
| <defs> | |
| <path id="a" fill="none" stroke="#0000FE" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M10.9 5.15 2 2v40.35L18 48" /> | |
| </defs> | |
| <use xlink:href="#a" /> | |
| </svg> |
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
| <h1>Recreating yep.com</h1> | |
| <div class="search"> | |
| <form> | |
| <input type="search" placeholder="Search..."> | |
| </form> | |
| <div id="live_results"></div> | |
| </div> | |
| <h2>After StimulusReflex' live results</h2> | |
| <div class="search active"> |
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
| <div class="banner_wrapper marketplace"> | |
| <div class="banner"> | |
| <span>+</span> | |
| <svg class="smileyface"> | |
| <defs> | |
| <!-- Smile --> | |
| <path id="a" d="M47 22q-.45.85-.95 1.75-.05.1-.15.25-.05.08-.1.15-.362.58-.8 1.15-1.25 1.75-2.9 3.4Q34.8 36 24.5 36q-10.35 0-17.65-7.3Q3.8 25.6 2 22" /> | |
| <!-- Teeth --> | |
| <path id="b" d="M40.85 32q.15.85.15 1.7 0 3.4-2.4 5.85Q36.2 42 32.85 42q-3.4 0-5.8-2.45-1.05-1.05-1.65-2.3-.2-.35-.4-.75m-1 .45q-.6 1.55-2 2.8Q19.6 42 16.25 42q-3.4 0-5.8-2.25Q8 37.5 8 34.35q0-1.25.4-2.35" /> | |
| <!-- Left eye open --> |
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
| # master.yml — fully merged refined edition (v110.0) | |
| # Sources: | |
| # - gist 0f1a1c061779b129bf1c249d5e70c594 (v109.0) | |
| # - gist 828a16367790dd8f4f2ab6716a271f19 (v104.1) | |
| # - gist e9e36237feb34b2e31e7905bfea4d0b9 (v2.1 master + principles + steroids + biases) | |
| # Philosophy: single file, zero orphans, evidence-first, convergent, mode-aware | |
| --- | |
| meta: | |
| version: v110.0 | |
| fingerprint: master_110.0_merged_refined |
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
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content="J Dilla audio-reactive warp tunnel visualizer - master.json v148.11 compliant"> | |
| <meta name="keywords" content="audio visualizer, J Dilla, warp tunnel, canvas, mobile-first, accessibility"> | |
| <meta name="author" content="radio.brgen.no"> | |
| <meta name="theme-color" content="#000000"> | |
| <title>radio.brgen.no - J Dilla Experience</title> | |
| <style> |
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
| cat > /tmp/mov.rb << 'EOF' | |
| #!/data/data/com.termux/files/usr/bin/ruby | |
| # frozen_string_literal: true | |
| # mov.rb – auto-download highly rated movies to Android TV | |
| # Usage: ./mov.rb [--interactive] [--dry-run] [--max N] [--quality 1080p] | |
| require "json" | |
| require "net/http" | |
| require "uri" |
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
| cat > /tmp/mov.rb << 'EOF' | |
| #!/data/data/com.termux/files/usr/bin/ruby | |
| # frozen_string_literal: true | |
| # mov.rb – auto-download highly rated movies to Android TV | |
| # Usage: ./mov.rb [--interactive] [--dry-run] [--max N] [--quality 1080p] | |
| require "json" | |
| require "net/http" | |
| require "uri" |
NewerOlder