TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

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

Hashtags

Резултати

Пронајдени 18 слични објави

Пребарај: #ofox

当前筛选 #ofox清除筛选
Xiaomi 12T Pro | K50U | Updates

@xiaomi_12tpro_updates · Post #373 · 17.06.2025 г., 01:54

🚀 ¡New OrangeFOX Build is released! #Ofox#diting Code Name:diting FileName:OrangeFox-R11.3_1-Unofficial-diting.zip Sha1Sum:f786d578226c382a83572c26af7448c34f8ba4a0 Size:53M * Weekly update Download:GoFile Mirror by @TeamMEX_XDA If you like my work and want to support it please consider making a donation this helps with server costs. Donate PayPal

Hashtags

Xiaomi 12T Pro | K50U | Updates

@xiaomi_12tpro_updates · Post #350 · 01.06.2025 г., 17:45

🚀 ¡New OrangeFOX Build is released! #Ofox#diting Code Name:diting FileName:OrangeFox-R11.3_1-Unofficial-diting.zip Sha1Sum:38c8a1a6bbf7307ff1a58ea2c6af078b121adb02 Size:53M * Weekly update Download: GoFile Mirror by @TeamMEX_XDA If you like my work and want to support it please consider making a donation this helps with server costs. Donate PayPal

Hashtags

Xiaomi 12T Pro | K50U | Updates

@xiaomi_12tpro_updates · Post #346 · 30.05.2025 г., 19:38

🚀 ¡New OrangeFOX Build is released! #Ofox#diting Code Name:diting FileName: OrangeFox-R11.3_1-Unofficial-diting.zip Sha1Sum: 40f78ea0499c97863426e72e78a56035f4b5df6d Size: 53M * Weekly update Download:GoFile Mirror by @TeamMEX_XDA If you like my work and want to support it please consider making a donation this helps with server costs. Donate PayPal

Hashtags

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #653 · 21.07.2025 г., 07:23

OrangeFox Recovery Project - Official | Nothing Phone (2) ✍️ Details: - Version: R11.3_1 Stable - Codename: #Pong - Released: 27/07/25 🔽 Download : Here ⚙️ Installation: Here 🆘 Support Threads : Here 📸 Screenshot: Here 🎄 DT: Here 💵 Donate : UPI | PayPal 🔖 Tags: #OFOX#Recovery#Official#NothingPhone2 💫 Changelogs: - Update to R11.3 stable 🏆Credits: - Nebrassy for his TWRP trees 👤 Maintainer : @phattylol 🔔 Updates : @NothingPhone2Updates 🐙 Chat : @NothingPhone2

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #298 · 19.05.2024 г., 04:53

OrangeFox Recovery Project - Official | Nothing Phone (2) ✍️ Details: - Version: R11.1_2 - Codename: #Pong - Released: 19/05/24 🔽 Download : Here | Toolbox ⚙️ Installation: Here 🆘 Support Threads : TG | XDA 📸 Screenshot: Here 🎄 DT: Here 💵 Donate : UPI | PayPal 🔖 Tags: #OFOX#Recovery#Official 💫Changelogs: - Built with latest sources 🏆Credits: - Nebrassy for his TWRP trees 👤 Maintainer : @phobosc_io 🔔 Updates : @NothingPhone2Updates 🐙 Chat : @NothingPhone2

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #241 · 08.02.2024 г., 12:58

OrangeFox Recovery Project - Official | Nothing Phone (2) 📝 Details: - Version: R11.1_1 - Codename: #Pong - Released: 08/02/24 ⬇️ Download : Here 🏛 Support Threads : TG | XDA ⚙️Installation | Visual Tutorial 📸Screenshots 💰 Donate : UPI || PayPal 🏷 Tags: #OFOX#Recovery#Official 🗒 Notes: Cmds to flash via fastboot: fastboot flash recovery_a <recovery.img> fastboot flash recovery_b <recovery.img> Flashing to both slots is optional! Users can update by flashing the new build over the previous one by flashing the zip in magisk or manually extracting the recovery.img and flashing it via fastboot or supported flashing apps. If you flash the OTA.zip (Nothing OS update packages), it's recommended to follow these steps for a smooth update process: 1. Flash the OTA.zip. 2. Immediately flash the OrangeFox.zip. 3. Reboot to recovery. 4. Flash the OTA.zip again. 5. Follow up with flashing the OrangeFox.zip. ✨Changelogs: - Synced with latest sources - fixes various bugs and problems - Fixed flags - Fixed flashing error via old orangefox via last build - Improved compatibility with custom roms 🏆Credits: - Nebrassy for his TWRP trees 👤 Maintainer : @phobosc_io 🔔 Updates : @NothingPhone2Updates 🐙 Chat : @NothingPhone2

Oneplus 13 Updates

@OnePlus13Series · Post #364 · 17.12.2025 г., 06:04

OrangeFox Recovery Project - Official | Oneplus 13 ✍️ Details: - Version: R11.3.1 beta - Codename: #dodge - Compatibility: CPH2653, CPH2649, CPH2655, PJZ110 - Released: 17/12/25 🔽 Download : Here 🌳 DT: Here 🔖 Tags: #OFOX#Recovery#Official 💫 Changelogs: - KernelSU: updated to v2.1.2 - KernelSU Next: updated to v3.0.0 - SukiSU Ultra: updated to v4.0.0 ✍️ Note: - CMDs for flashing in fastboot mode: fastboot flash recovery_a <recovery_name.img> fastboot flash recovery_b <recovery_name.img> 🏆Credits: - brokestar223 for initial recovery tree for PJZ110 - Daniel Springer & Ofox team for help 👤 Maintaner: @jonassalo93 🔔 Updates: @OnePlus13Series 💬 Discussion: @OnePlus13SeriesChatRoom

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #170 · 04.10.2023 г., 06:59

OrangeFox Recovery Project | Nothing Phone (2) 📝 Details: - Version: R11.1_0 (based on TWRP v3.7.0) - Type: #Recovery - Build: #Official - Status: #Beta (almost stable) - Codename: #Pong - Released: 01/10/23 Links: ⬇️ Download : Here 🏛XDA ⚙️Installation | Visual Tutorial 📲 Support Group 📸Screenshots 💰 Donate : UPI || PayPal 🏷Tags : #Recovery#Ofox Changelogs: * Released official version * Removed aromaFM and added app manager * Synced with latest source and changes Install cmd: - fastboot flash recovery_a <recovery.img> - fastboot flash recovery_b <recovery.img> Note: Flashing to both slots is recommended or switch slots accordingly Bugs: - You tell us (ofc with logs if any) Credits: - Nebrassy for his TWRP trees for Pong! 👤 Maintainer : @Phobosc_io 🔔 Updates : @NothingPhone2Updates 🐙 Chat : @NothingPhone2

Oneplus 13 Updates

@OnePlus13Series · Post #347 · 13.11.2025 г., 15:51

OrangeFox Recovery Project - Official | Oneplus 13 ✍️ Details: - Version: R11.3 beta - Codename: #dodge - Compatibility: CPH2653, CPH2649, CPH2655, PJZ110 - Released: 24/10/25 🔽 Download : Here 🌳 DT: Here 🔖 Tags: #OFOX#Recovery#Unofficial 💫 Changelogs: - Initial official release ✍️ Note: - CMDs for flashing in fastboot mode: fastboot flash recovery_a <recovery_name.img> fastboot flash recovery_b <recovery_name.img> 🏆Credits: - brokestar223 for initial recovery tree for PJZ110 - Daniel Springer & Ofox team for help 👤 Maintaner: Jonas Salo 🔔 Updates: @OnePlus13Series 💬 Discussion: @OnePlus13SeriesChatRoom

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #605 · 27.04.2025 г., 17:47

OrangeFox Recovery Project - Official | Nothing Phone (2) ✍️ Details: - Version: R11.3 Beta - Codename: #Pong - Released: 27/04/25 🔽 Download : Here ⚙️ Installation: Here 🆘 Support Threads : Here 📸 Screenshot: Here 🎄 DT: Here 💵 Donate : UPI | PayPal 🔖 Tags: #OFOX#Recovery#Official#NothingPhone2 💫 Changelogs: - Update to R11.3 🏆Credits: - Nebrassy for his TWRP trees 👤 Maintainer : @phatty_69 🔔 Updates : @NothingPhone2Updates 🐙 Chat : @NothingPhone2

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #514 · 18.01.2025 г., 11:29

OrangeFox Recovery Project - Official | Nothing Phone (2) ✍️ Details: - Version: R11.1_8 - Codename: #Pong - Released: 22/01/25 🔽 Download : Here | Toolbox ⚙️ Installation: Here 🆘 Support Threads : Here 📸 Screenshot: Here 🎄 DT: Here 💵 Donate : UPI | PayPal 🔖 Tags: #OFOX#Recovery#Official#NothingPhone2 💫 Changelogs: - Shows all option when flashing images - Built with latest sources 🏆Credits: - Nebrassy for his TWRP trees 👤 Maintainer : @phatty_69 🔔 Updates : @NothingPhone2Updates 🐙 Chat : @NothingPhone2

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #451 · 17.10.2024 г., 05:32

OrangeFox Recovery Project - Official | Nothing Phone (2) ✍️ Details: - Version: R11.1_6 - Codename: #Pong - Released: 17/10/2024 🔽 Download : Here | Toolbox ⚙️ Installation: Here 🆘 Support Threads : TG | XDA 📸 Screenshot: Here 🎄 DT: Here 💵 Donate : UPI | PayPal 🔖 Tags: #OFOX#Recovery#Official#NothingPhone2 💫 Changelogs: - Update to R11.1_6 version - Updated prebuilt magisk to v28.0 - Now when flashing image you see all options at once - Built with latest source 🏆Credits: - Nebrassy for his TWRP trees 👤 Maintainer : @phobosc_io 🔔 Updates : @NothingPhone2Updates 🐙 Chat : @NothingPhone2

12
ПретходнаСтраница 1 од 2Следна