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

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #85 · 15 мај

"Ну и как же нам перекидывать строки ви числа?" спросите вы. Проверять каждый символ, очистив строку от лишних знаков и точек. Потом конвертить допустимые символы в числа и восстанавливать знак, дробную чусть и тд??? Самый быстрый способ это просто "попробовать" 😜 text = "-0.3" try: num = float(text) except ValueError: print('Dough!') Всё остальное это уже парсинг и разбор символов для иных целей. #basic

Hashtags

Резултати

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

Пребарај: #remount

当前筛选 #remount清除筛选
Libreware

@libreware · Post #972 · 12.08.2021 г., 09:52

Rclone Remount Remount cloud storage locally during boot via rclone & fusermount directly on your Android powered smart device. Virtually limitless storage expansion with support for dozens of cloud providers including Dropbox, GDrive, OneDrive, SFTP & many more. Extremely useful for devices without physical storage expansion capabilities. Also great for streaming large media files without need for full caching. Binaries compiled using Termux. Features: Support for arm, arm64, & x86 Huge list of supported cloud storage providers Apps with ability to specify paths can access /mnt/cloud/ Most file explorers work just fine (issue #9) Mount points use names of remote(s) in rclone.conf Specify custom rclone params for each remote via /sdcard/.rclone/.REMOTE.param Access remotes via http://127.0.0.1:38762 Access remotes via ftp://127.0.0.1:38763 Mount bind to /sdcard/ (see issue #5) Support for Work Profiles https://github.com/Magisk-Modules-Repo/com.piyushgarg.rclone #rclone#remount#cloud#alternatives