%%{init: {'flowchart': {'nodeSpacing': 60, 'rankSpacing': 100}} }%%
flowchart LR
subgraph Контексты
Client["Клиент (Упр. прил.)"]
Server["Сервер"]
end
subgraph Модули
Glob["ирГлобальный"]:::both
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Скрипт для получения списка всех файлов репозитория GitHub с ссылками. | |
| Сохраняет результат в текстовый файл. | |
| Использование: | |
| python github_files.py owner/repo [branch] | |
| Примеры: | |
| python github_files.py grevinden/dajet-metadata main | |
| python github_files.py grevinden/pydajet-metadata dajet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-DnsClientServerAddress -AddressFamily IPv4 | | |
| Where-Object { | |
| $_.InterfaceAlias -notlike "*Loopback*" -and | |
| -not ( $_.ServerAddresses -and | |
| $_.ServerAddresses.Count -eq 1 -and | |
| $_.ServerAddresses[0] -eq "127.0.0.1" | |
| ) } | Set-DnsClientServerAddress -ServerAddresses 127.0.0.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env -S -- sudo --prompt пароль: --bell -- pwsh -NoLogo -NoProfile | |
| #Requires -Version 7.4 | |
| #Requires -RunAsAdministrator | |
| #Requires -PSEdition Core | |
| # скрипт предназначен для macOS 26 | |
| # Проверка ОС и версии PowerShell | |
| if (-not $IsMacOS) { | |
| Write-Error "СКРИПТ ТОЛЬКО ДЛЯ macOS!" -ForegroundColor Red | |
| Write-Host "Текущая система: $($PSVersionTable.OS)" -ForegroundColor Yellow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Процедура СформироватьПодпись() | |
| Если ЗначениеЗаполнено(Объект.Руководитель) Тогда | |
| Элементы.ДекорацияПодпись.Гиперссылка = Истина; | |
| Если Не ЗначениеЗаполнено(Объект.ДолжностьРуководителя) | |
| И Не ЗначениеЗаполнено(Объект.ОснованиеПодписиРуководителя) Тогда | |
| Элементы.ДекорацияПодпись.Заголовок = "<должность не указана>"; | |
| Иначе | |
| ДолжностьРуководителя = ?(ЗначениеЗаполнено(Объект.ДолжностьРуководителя) | |
| , Строка(Объект.ДолжностьРуководителя), "<должность не указана>"); | |
| ОснованиеПодписи = ?(ЗначениеЗаполнено(Объект.ОснованиеПодписиРуководителя) |
select BinaryData from dbo.Params where FileName=N'DBNames'zlib.decompress(binary_data, wbits=-15, bufsize=zlib.DEF_BUF_SIZE).decode(encoding='utf-8-sig')
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /// script | |
| # requires-python = "~=3.13" | |
| # dependencies = [ | |
| # "anyio", | |
| # "asyncer", | |
| # "typer", | |
| # "uvloop", | |
| # ] | |
| # /// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pattern: re.Pattern[str] = re.compile(r"\uFEFF{\S+\"(.*)\"}", re.DOTALL | re.UNICODE | re.IGNORECASE) | |
| res = ujson.loads(pattern.search(zlib.decompress(self.message.deserialize(v)[18:], wbits=-zlib.MAX_WBITS).decode())[1]) |
- регистрируем устройство сначала в linux потом в macos
- выгружаем ключ из macos
sudo defaults read com.apple.bluetoothd.plist LinkKeys > linkkeys.txt
{ "a0-99-9b-16-43-d2": { "00-1f-20-47-e5-22": "0x4d6b002f37584c09ee219365b78ba03e", "04-0c-ce-3d-15-4d": "0xfe998c624bb29a7c40b2e67010db71ed"}}
- основан на критерии отбора - ЗадачиПоИсполнителю смысл в том что разделителем потоков задач мы сделали пользователя таким образом прописывая параметр адресации задачи предопределнному пользователю мы можем отслеживать разделы бизнес-процессов целиком
NewerOlder
