Skip to content

Instantly share code, notes, and snippets.

View droserasprout's full-sized avatar

Lev Gorodetskii droserasprout

  • Montevideo, Uruguay
  • 14:28 (UTC -03:00)
View GitHub Profile
#!/usr/bin/env python3
import attrs
import cattrs
import copy
import json
from typing import Any, Callable
@0x666c6f
0x666c6f / dipdup-beta-feedback.md
Last active September 28, 2022 20:15
Feedback on new Dipdup installer and project generator

Install

❯ python -c \
    "$(curl -sSL https://raw.githubusercontent.com/dipdup-net/dipdup/aux/more-pipx/src/dipdup/install.py)" \
    --ref aux/more-pipx
=> Welcome to DipDup installer
=> Installing pipx
  WARNING: The script userpath is installed in '/XXXX/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  NOTE: The current PATH contains path(s) starting with `~`, which may not be expanded by all applications.
@frabert
frabert / COPYING
Last active December 21, 2023 13:35
Favicons for HN
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
@ariccio
ariccio / BluetoothConstants.ts
Created January 10, 2022 18:59
GATT services and characteristics
//Extracted 1/10/2022 from my COVID-CO2-tracker project, in case they're useful to anybody. I'm gonna file an issue/suggesting a few places, and it seems polite to dump it here rather than a long preformatted bit in an issue.
export const GENERIC_GATT_SERVICE_SHORT_ID_DESCRIPTIONS = new Map([
//these are hex strings, without the 0x. Chrome zero extends the devices... so 0x1800 becomes 0x00001800.
// This is a hack to make things easy.
['1800', "generic_access"],
['1801', "generic_attribute"],
['1802', "immediate_alert"],
['1803', "link_loss"],
@artem78
artem78 / SymbianDev-en.md
Last active March 13, 2026 23:21
Developing for Symbian OS guide
@TheDauntless
TheDauntless / bankingapps.txt
Last active November 5, 2024 06:04
Collection of mobile banking/financial/crypto apps that have been attacked in the past by mobile malware
ae.almasraf.mobileapp
air.app.scb.breeze.android.main.my.prod
alior.bankingapp.android
anz.com
app.wizink.es
app.wizink.pt
ar.bapro
ar.com.redlink.custom
ar.com.santander.rio.mbanking
ar.macro
@LukeZGD
LukeZGD / ios-downgrade-dualboot.md
Last active March 18, 2026 20:29
Downgrade and dualboot status of almost all iOS devices

Downgrade and dualboot status of almost all iOS devices

UPDATED: 2026-02-08

@artem78
artem78 / SymbianDev-ru.md
Last active January 3, 2026 14:00
Разработка под Symbian OS

Полезные ресурсы по разработке под Symbian

  1. Небольшой сайт, содержащий ссылки на SDK и другие полезные ресурсы - https://mrrosset.github.io/Symbian-Archive/index.html
  2. Список активных разработчиков под Symbian - mrRosset/Symbian-Archive#10
  3. Чат - https://discord.gg/5Bm5SJ9 или https://discord.com/channels/431429574975422464/743412813279526914
  4. Презентация по основам Symbian - http://www.cs.rug.nl/~aiellom/images/SymbianOS.pdf
  5. Файлы:
  • моя коллекция: [h
version: "3.6"
services:
deluge:
image: "linuxserver/deluge"
container_name: "deluge"
environment:
- PUID=${PUID}
- PGID=${PGID}
@thehesiod
thehesiod / 1pass_dups.py
Last active December 21, 2024 15:18
1password duplicate remover (alpha, only run in debugger with breakpoints everywhere *g*)
#!/usr/bin/env python3
import json
import subprocess
import sys
from concurrent.futures import ThreadPoolExecutor
import html
import dictdiffer
import iso8601