Архангельск, Урицкого, 6к1,
Квартира 90 этаж 10
Код домофона: #987#
-
демонтаж + монтаж перегородки
-
дверь входная
- откосы входной двери - штукатурка под покраску
| /* | |
| ==UserCSS== | |
| @name Remplanner enable screenshots | |
| @match https://remplanner.ru/* | |
| @version 1.0 | |
| ==/UserCSS== | |
| Tested with Firemonkey extension. | |
| */ |
Either download a ready to use shortcut (save as, then rename to .lnk) or follow the instruction below.
https://gist.github.com/user-attachments/assets/feee1293-0e64-4810-bde6-3c154da1e44e

| [Computer\HKEY_CURRENT_USER\SOFTWARE\pdfforge\PDFCreator\Settings\ConversionProfiles\0\Ghostscript] | |
| AdditionalGsParameters = -dNoOutputFonts |
| If you wish to always display Advanced panel when you meet the “Potential Security Risk” warning, | |
| please go to about:config and set browser.xul.error_pages.expert_bad_cert = true |
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Thunderbird] | |
| "DisableAppUpdate"=dword:00000001 | |
| function fix_value(i,e) { | |
| t = $(e).text(); | |
| t = t.replace(/Документ об отгрузке.+№/g, "УПД №"); | |
| $(e).text(t); | |
| } | |
| jQuery(".document-title>a").each(fix_value); |
| ffmpeg -i input.file -map 0:a:0 -b:a 96k output.mp3 |