@airdropgoldchannel · Post #157912 · 04.02.2025 г., 08:18
🪂Solana L2, XOS Airdrop program 💯FREE 👉 Visit: http://X.ink ✅Connect wallet + socials ✅Claim daily points + spins ✅ Join Guild: https://guild.xyz/xos #xos
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #146 · 16 сеп.
Функция sub в regex может принимать функцию в качестве аргумента repl. 📄 Из документации: If repl is a function, it is called for every non-overlapping occurrence of pattern. The function takes a single match object argument, and returns the replacement string. То есть для каждого совпадения будет вызвана функция для вычисления замены вместо замены на одну и ту же строку для всех совпадений. Иными словами, для замены разных совпадений на разные строки не потребуется запускать re.sub() много раз для каждой строки замены. Достаточно определить функцию, которая вернёт строку для каждого из совпадений. Описание слишком запутанное🤔, давайте лучше рассмотрим на простом примере: Создаем карту замены. То есть какие строки на какие требуется менять. remap = { 'раз': '1', 'два': '2', 'три': '3', 'четыре': '4', 'пять': '5', } Пишем функцию поиска строки для замены. Единственным аргументом будет объект re.Match. Используя данные этого объекта мы вычисляем замену on-the-fly! def get_str(match: re.Match): word = match.group(1) return remap.get(word.lower()) or word Пример текста. text = '''Раз Два Три Четыре Пять Вместе будем мы считать Пять Четыре Три Два Раз Мы считать научим вас ''' Теперь запускаем re.sub и вместо строки замены (repl) подаём имя функции. (Данный паттерн ищет отдельные слова в тексте) >>> print(re.sub(r'(\w+)', get_str, text)) 1 2 3 4 5 Вместе будем мы считать 5 4 3 2 1 Мы считать научим вас Думаю, достаточно наглядно 🤓 #libs#regex
Пребарај: #xos
@airdropgoldchannel · Post #157912 · 04.02.2025 г., 08:18
🪂Solana L2, XOS Airdrop program 💯FREE 👉 Visit: http://X.ink ✅Connect wallet + socials ✅Claim daily points + spins ✅ Join Guild: https://guild.xyz/xos #xos
Hashtags
@NothingPhone2Updates · Post #737 · 03.05.2026 г., 08:58
halogenOS - Official | Android 16 | Nothing Phone (2) ✍️ Details: - Version: 16.2 - Codename: #Pong - Updated: 26/05/02 - Type: #Vanilla 🔽 Download: Here 🆘 Support : Here ⚙️ Installation: Here 🔖 Tags : #ROM#AOSP#Official#XOS ✍️ Changelog: - Dimmed mode - New launcher app drawer design - Slidable tiles - Battery charge limit - Add font customization - Add centered lockscreen clock style - Add VRR mode - April 2026 Security Patch - Increase Bluetooth sound quality when using AAC or SBC ✍️ Note: - Firmware is not included, based on NOS B4.0-251226-1110 - ROM is signed by official halogenOS keys. GApps support and PI not guaranteed (only vanilla with Sandboxed Play is officially supported). 🏆 Credits: - Chandu - Pong dev team & testers - halogenOS Community 👤 Maintainer : @N0m4n904 🔔 Updates : @NothingPhone2Updates 💬 Chat : @NothingPhone2
@NothingPhone2Updates · Post #679 · 26.09.2025 г., 05:51
HalogenOS - Official | Android 16 | Nothing Phone (2) ✍️ Details: - Version: 16.0 - Codename: #Pong - Initial Release: 25/09/25 - Type: #Vanilla 🔽 Download: Here 🆘 Support : Here ⚙️ Installation: Here 🔖 Tags : #ROM#AOSP#Official#XOS ✍️ Note: - Kernel is prepatched KSU - Firmware is not included, latest is recommended - ROM is signed by official halogenOS keys. GApps support and PI not guaranteed (only vanilla is officially supported). - Refer to this post for future updates related to the ROM. 🏆 Credits: - Chandu for Kernel (and DT which served as as a reference) - Pong dev team & Testers 👤 Maintainer : @N0m4n904 🔔 Updates : @NothingPhone2Updates 💬 Chat : @NothingPhone2
@NothingPhone2Updates · Post #663 · 18.08.2025 г., 04:23
HalogenOS - Official | Android 16 | Nothing Phone (2) ✍️ Details: - Version: 16.0 - Codename: #Pong - Initial Release: 18/08/25 - Type: #Vanilla 🔽 Download: Here 🆘 Support : Here ⚙️ Installation: Here 🔖 Tags : #ROM#AOSP#Official#XOS ✍️ Note: - Kernel is prepatched KSU - Firmware is not included, latest is recommended - ROM is signed by official halogenOS keys. GApps support and PI not guaranteed (only vanilla is officially supported). - Refer to this post for future updates related to the ROM. 🏆 Credits: - Chandu for Kernel (and DT which served as as a reference) - @chrome6boy for testing - Pong dev team 👤 Maintainer : @N0m4n904 🔔 Updates : @NothingPhone2Updates 💬 Chat : @NothingPhone2