dman is now compatible with macOS/FreeBSD. Huge thanks to @stokito for helping upstream this patch!
curl https://salsa.debian.org/debian/debian-goodies/-/raw/master/dman?ref_type=heads > ~/.local/bin/dman| const mapping = | |
| "S......S..S.S......SSSS.T..S.SSTS..S.S...S...S.....S..SS.........SS..S...S...S...........SS....S.........SS............T...T......S....SS.S......STS...T........S.S........S..S..S......S.....S........S..S.S......................S.S..........S...............................SSSSS..SSS...SSSS..SS...........................T...........S....TS.........S.S................................T...............T.........S..S.SSSSSS.S.........T..........TT.............................T..S..S.SSS..S..................T.....T..T.T.....T.........................T..............S...S..........T..................................S.......TT.....S.TSS.................T....T.TT...........S.SSS...T.T...TTT.T......T...T..T...T.......T...................T..T................T......T.T.T...TT......T...TT..T......T..........T.......T....T..TTT..S............T....ST...ST..S............T.T......S..SS....S.S.S...S...S.TS.T.S............S.SS.....S.......T....S..SS.S.....S....S...S.S..S..ST.S.S.........ST...S...S......S.S.S.T.. |
| { | |
| "1": [], | |
| "2": [], | |
| "3": [ | |
| "ул. Азгура - 1", | |
| "ул. Азгура - 1а", | |
| "ул. Азгура - 1б", | |
| "ул. Азгура - 3", | |
| "ул. Азгура - 5", | |
| "ул. Андреевская - 7/2", |
| /* ==UserStyle== | |
| @name Clean style for Ozon homepage | |
| @namespace ozon-sanity@ale.sh | |
| @version 1.1.1 | |
| @author Alexander Pushkov (hey@ale.sh) | |
| ==/UserStyle== */ | |
| @-moz-document url("https://www.ozon.ru/") { | |
| .container, | |
| [data-widget="paginator"] { |
| #!/usr/bin/env python3 | |
| # (c) 2025 Alexander Pushkov <pyoathtool@ale.sh> | |
| # Based on https://github.com/susam/mintotp, copyright (c) 2019 Susam Pal | |
| # SPDX-License-Identifier: MIT | |
| import argparse | |
| import base64 | |
| import hmac | |
| import struct | |
| import time |
dman is now compatible with macOS/FreeBSD. Huge thanks to @stokito for helping upstream this patch!
curl https://salsa.debian.org/debian/debian-goodies/-/raw/master/dman?ref_type=heads > ~/.local/bin/dman| # SPDX-License-Identifier: Unlicense | |
| rm() { | |
| local flags=() | |
| local args=() | |
| for arg in "$@"; do | |
| if [[ $arg == -* ]]; then | |
| flags+=("$arg") | |
| else |
| services: | |
| app: | |
| image: docuseal/docuseal:latest | |
| networks: [default, traefik-public] | |
| deploy: | |
| labels: | |
| - traefik.enable=true | |
| - traefik.docker.network=traefik-public | |
| - traefik.constraint-label=traefik-public | |
| - traefik.http.routers.${PROJECT_NAME?}-http.rule=Host(`${DOMAIN?}`) |
| from typing import Any, Final | |
| import msgspec | |
| from msgspec import inspect | |
| class _RecurseMarker: | |
| def __repr__(self): | |
| return "RECURSE" |
| { | |
| "meta": { | |
| "theme": "professional" | |
| }, | |
| "basics": { | |
| "name": "Alexander Pushkov", | |
| "label": "Full-Stack Developer", | |
| "summary": "I’m a versatile full-stack developer with a diverse background in various industries. I prioritize intuitive interfaces and thoughtful interactions in my development process and strive to ship software that users will love.", | |
| "email": "alexander@notpushk.in", | |
| "location": { |