@echo off | |
setlocal | |
:: Downloads older versions of Beat Saber through Steam and can backup and overwrite the installed version. | |
:: #### Configuration #### ------------------------------------------------------------------------- | |
set "username=natep" | |
:: if BACKUP_DIRECTORY is not set it will default to a path. See LOAD DEFAULTS. |
#!/bin/sh | |
# Regex to increment a number in text. | |
# Source: https://stackoverflow.com/a/31599758/761771 | |
echo " 0 1 2 3 7 8 9 10 19 99 109 199 909 999 1099 1909" | | |
perl -pe 's/\b([0-9]+)\b/0$1~01234567890/g' | | |
perl -pe 's/\b0(?!9*~)|([0-9])(?=9*~[0-9]*?\1([0-9]))|~[0-9]*/$2/g' | |
# Output > 1 2 3 4 8 9 10 11 20 100 110 200 910 1000 1100 1910 |
This document contains a prompt designed to be used at the end of a conversation to help summarize the discussion, reflect on the personal writing style, and identify actionable steps. It is intended to facilitate a deeper understanding and continuity between conversations, supporting personal reflection or professional development. This prompt ensures comprehensive feedback that encompasses all important aspects of the conversation and can be referred to in future interactions.
Use the following prompt at the conclusion of any discussion to gather a structured and useful summary:
This Tampermonkey script adds a convenient "Download Files & Markdown" button to OpenGameArt.org content pages, streamlining the process of downloading assets and their associated information.
- Adds a download button to https://opengameart.org/content/* pages
- Generates a markdown file containing:
- Asset title with link to the original page
- Author name with link to their profile
Transform this conversation into structured project documentation, capturing both explicit and implicit knowledge. Focus on: | |
Extract and organize key information into these sections: | |
Context: Core scenario/question being explored, including initial assumptions and constraints | |
Core Concepts: Primary ideas, conclusions, and alternative approaches considered | |
Technical Details: Scientific/physical aspects, implementation considerations | |
Relationships: Cause-effect chains, dependencies, and system interactions | |
Open Questions: Unresolved items, risks, and areas for future exploration | |
Reference Notes: Critical discussion points with context preserved |