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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #172 · 26 окт.

Метод строки isidentifier() поможет узнать, подходит ли данная строка в качестве имени объекта. Вполне может заменить самостоятельно придуманную регулярку. >>> 'some_name'.isidentifier() True Обычное имя переменной >>> '私は手紙です'.isidentifier() True Юникод в качестве имени тоже доступен >>> '1_name'.isidentifier() False Имя не может начинаться с цифры >>> '੬_name'.isidentifier() False Включая все цифры юникода >>> 'some name'.isidentifier() False Пробелы недопустимы #basic

Hashtags

Резултати

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

Пребарај: #cops

当前筛选 #cops清除筛选
Libreware

@libreware · Post #944 · 12.05.2021 г., 20:15

LockUp Android application that will monitor the device for signs for attempts to image it using known forensic tools like the Cellebrite UFED. https://github.com/mbkore/lockup https://blog.korelogic.com/blog/2020/06/29/cellebrite_good_times_come_on Build by nekohasekai: https://github.com/nekohasekai/lockup/releases https://apt.izzysoft.de/fdroid/repo/io.nekohasekai.lockup #lockup#Cellebrite#cops