Skip to content

Instantly share code, notes, and snippets.

@DmitryYudin
DmitryYudin / rfc9051-syntax.abnf
Created May 10, 2025 13:33 — forked from nevans/rfc9051-syntax.abnf
RFC-9051 Formal Syntax
TEXT-CHAR = %x01-09 / %x0B-0C / %x0E-7F
; <any CHAR except CR and LF>
; %x01-09 / %x0B-0C / %x0E-7F
any-TEXT-CHAR-except-quoted-specials = %x01-09 / %x0B-0C / %x0E-21 / %x23-5B / %x5D-7F
; <any TEXT-CHAR except quoted-specials>
; '"' = %x22
; '\' = %x5C
ATOM-CHAR = %x21 / %x23-24 / %x26-27 / %x2B-5B / %x5E-7A / %x7C-7E
@DmitryYudin
DmitryYudin / Panel.Select.lua
Created January 7, 2024 00:14
Far manager Gray[Plus/Minus] remap
-- "C:\Users\Dima\AppData\Roaming\Far Manager\Profile\Macros\scripts"
Macro {
description="Gray Plus";
area="Shell";
key="Ctrl`";
action=function()
local vk = win.GetVirtualKeys()
Keys("Add")
end;
}
"C:\Program Files\Google\Chrome\Application\chrome.exe" -app=https://keep.google.com
@DmitryYudin
DmitryYudin / config.ini
Created October 28, 2023 00:07
far2l config
[Upgrade]
UpgradedOn=0x653c3e7f
[Screen]
Clock=1
KeyBar=1
ScreenSaver=0
ScreenSaverTime=5
ViewerEditorClock=0