their noggins sticking out. quote by Wes Bos. https://www.youtube.com/watch?v=0ua-Odhd0Go
A Pen by Tom Hermans on CodePen.
their noggins sticking out. quote by Wes Bos. https://www.youtube.com/watch?v=0ua-Odhd0Go
A Pen by Tom Hermans on CodePen.
Play with different filters and combine them to produce amazing results. CSS and SVG filter codes are generated automatically.
A Pen by Tom Hermans on CodePen.
A Pen by Cyd Stumpel on CodePen.
Should add a solver Todo: https://github.com/jes/cntdn
A Pen by Tom Hermans on CodePen.
| // src/lib/plugins/externalLink.ts | |
| /** | |
| * usage: | |
| * | |
| export default defineConfig({ | |
| //... more config | |
| markdown: { | |
| rehypePlugins: [ | |
| [ |
| #!/usr/bin/env node | |
| /** | |
| * CSV Converter for Bookmark Import to Supabase | |
| * | |
| * This script converts bookmark exports (like Instapaper, Pocket, etc.) | |
| * to a standardized CSV format compatible with Supabase database import. | |
| * | |
| * USAGE: | |
| * node convert-csv-instapaper.js [input-file] [output-file] |
| httrack "https://sitename.xyz/" -O "/Users/admin/websites/sitename" -s0 -F "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" -%v |
| <div class="wrap"> | |
| <aside> | |
| <h1>Typescale Calculator <br> with Clamp | |
| <span>and easy copy to clipboard</span></h1> | |
| <div class="controls"> | |
| <div class="control-group"> | |
| <label for="baseSize">Base Font Size (rem):</label> | |
| <input type="number" id="baseSize" value="1" step="0.01" min="0.5" max="2"> |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/svelte/4.2.0/svelte.min.js"></script> | |
| <div id="app"></div> |
| /* Image Resize and Compress Script | |
| * -------------------------------- | |
| * This script resizes images in a specified folder and saves them to a new folder with a timestamp. It allows the user to specify the target width, height, and compression quality. The script also handles errors gracefully and provides feedback on the processing status. | |
| * | |
| * Features: | |
| * - Interactive prompts for input folder, dimensions, and compression | |
| * - Preserves aspect ratio (optional) | |
| * - Creates a timestamped output folder | |
| * - Applies JPEG compression with quality control |