Skip to content

Instantly share code, notes, and snippets.

@HelderMagalhaes
HelderMagalhaes / Windows-IFEO-PerfOptions.md
Last active September 7, 2025 16:11
Windows - Image File Execution Options (IFEO) - Performance Options (PerfOptions)
@cseeman
cseeman / markdown_examples.md
Last active October 23, 2025 12:12
Markdown for info panel/warning box

Examples for how to create your own info panel, warning box and other decent looking notification in GitHub markdown.

All the boxes are single/two cell tables or two row tables.

Warning box

❗ You have to read about this
@ww9
ww9 / gist_markdown_examples.md
Last active November 1, 2025 09:05
Gist markdown examples

Gist markdown examples

A collection of Markdown code and tricks that were tested to work in Gist.

This and all public gists in https://gist.github.com/ww9 are Public Domain. Do whatever you want with it including , no need to credit me.

Todo

  • Reformat this whole document and assimilate these:
@echo off
setlocal EnableDelayedExpansion
rem | TortoiseSVN - Fix icon overlays
rem | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
rem |
rem | Motivation: every few months, Dropbox/OneDrive/GDrive launch an update which breaks TSVN icon overlays [1].
rem | Fix: run through overlay identifiers and increase TSVN icons using the same hack everyone is using: prepend spaces before
rem |
rem | References: