Prep: 15 minutes. Cooking: a few minutes per round. One batch serves about 3 people.
- large mixing bowl
- griddle (alternatively: several flat frying pans)
- large, thin spatula
- soup ladle
| meta: | |
| id: nl2 | |
| title: nanoloop two save file | |
| file-extension: | |
| - nl2 | |
| ks-version: 0.9 | |
| endian: be | |
| seq: | |
| - id: data_blocks | |
| type: block |
| <joystickMap><?xml version="1.0" encoding="utf-16"?><JoystickMap dataVersion="2" hardwareGuid="00000000-0000-0000-0000-000000000000" hardwareName="Unknown" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://guavaman.com/rewired http://guavaman.com/schemas/rewired/1.1/JoystickMap.xsd" xmlns="http://guavaman.com/rewired"><sourceMapId>0</sourceMapId><categoryId>0</categoryId><layoutId>0</layoutId><name></name><hardwareGuid>d74a350e-fe8b-4e9e-bbcd-efff16d34115</hardwareGuid><enabled>false</enabled><buttonMaps><ActionElementMap><actionCategoryId>0</actionCategoryId><actionId>4</actionId><elementType>1</elementType><elementIdentifierId>6</elementIdentifierId><axisRange>0</axisRange><invert>false</invert><axisContribution>0</axisContribution><keyboardKeyCode>0</keyboardKeyCode><modifierKey1>0 |
| #!/bin/sh | |
| set -e | |
| source_path="${1:?missing first argument: tar archive of cargo project}" | |
| dest_path="${2:?missing second argument: path of output executable}" | |
| rm -rf __proj | |
| mkdir __proj | |
| tar --strip-components=1 -xf "$source_path" -C __proj | |
| cd __proj |
| ffmpeg -i in.mov -c:v copy -af 'pan=2c|c0=c4|c1=c5' out.mov |
| meta: | |
| id: pseudoregalia_save | |
| endian: le | |
| seq: | |
| - id: magic | |
| contents: GVAS | |
| - id: unknown1 | |
| size: 22 | |
| - id: version | |
| type: strn |
| // ==UserScript== | |
| // @name Filimin fix gradient | |
| // @version 1 | |
| // @include https://manager.filimin.com/products/*/edit | |
| // ==/UserScript== | |
| function make_stops(start_deg, end_deg, n_stops) { | |
| const stops = []; | |
| const span_deg = ( | |
| end_deg > start_deg |
| rest: !include_dir_list rest/ |
| ! to keep your filters updated, import this list as: | |
| ! https://gist.github.com/qguv/0b1def9db429a4caf6a97fd7b48b52b2/raw/static-filters.txt | |
| ! 2021-01-18 https://stackoverflow.com | |
| ! accessibility: remove dark rabbit-hole distraction links | |
| ! to update: | |
| ! 1. visit https://stackexchange.com/sites?view=list | |
| ! 2. open devtools (F12) | |
| ! 3. choose the console tab | |
| ! 4. paste the following (without the ! at the beginning) |
| From b54569d3510e0c35e8d3fe5207f68adea5fa1a4f Mon Sep 17 00:00:00 2001 | |
| From: Quint Guvernator <[email protected]> | |
| Date: Sat, 4 Feb 2023 19:47:38 +0100 | |
| Subject: [PATCH] float window | |
| --- | |
| src/window.cpp | 3 +++ | |
| 1 file changed, 3 insertions(+) | |
| diff --git a/src/window.cpp b/src/window.cpp |