@animal_fighting · Post #262 · 22.09.2022 г., 10:05
Man VS Sheep A dangerous game😀 #sheep
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #281 · 18 авг.
Что-то вы гоните насчет "привычного вида формата 755 и 644". Я вот вообще не понял что это!😳 Действительно, что означают цифры которые мы получили в прошлом посте? Это кодировка, заключающая в себе режимы доступа к файлу. Подробней можно почитать в статье про chmod. Там можно увидеть альтернативное обозначение того же самого с помощью символов r w x, что значит чтение, запись, исполнение. Чтобы преобразовать восьмеричное число в такое обозначение в Python есть готовая функция >>> stat.filemode(0o755) '?rwxr-xr-x' Мы видим 3 группы по 3 символа, дающие 3 типа доступа для 3 типов юзеров. А что за знак вопроса в начале? Давайте передадим в эту функцию необрезанное значение от os.stat >>> stat.filemode(os.stat(path).st_mode) 'drwxr-xr-x' Это данные, которые мы безжалостно обрезали в прошлый раз😼 Первый символ обозначает тип объекта. Это может быть файл (-), директория (d) или симлинк (l). Вот простая схема данной кодировки [1][3][3][3] │ │ │ │ │ │ │ └──> Others Permissions │ │ └─────> Group Permissions │ └────────> Owner Permissions └───────────> File Type (разверните экран если вы с телефона) Если вы попробуете получить пермишены для симлинка то получите пермишены для файла >>> path = '.venv/bin/python3' >>> stat.filemode(os.stat(path).st_mode) '-rwxr-xr-x' Чтобы получить свойства именно симлинка, нужно это явно указать >>> stat.filemode(os.stat(path, follow_symlinks=False).st_mode) 'lrwxrwxrwx' #tricks#basic
Пребарај: #sheep
@animal_fighting · Post #262 · 22.09.2022 г., 10:05
Man VS Sheep A dangerous game😀 #sheep
Hashtags
@animal_fighting · Post #238 · 09.09.2022 г., 11:03
Aggressive sheep is in the town #sheep🐑
Hashtags
@animal_fighting · Post #130 · 04.07.2022 г., 12:46
Sheep VS Man Just tried to protect a cub #sheep
Hashtags
@SukoFaultyArtLair · Post #4567 · 15.12.2019 г., 01:58
https://twitter.com/NarukaLewd #male#sheep
@StickersChannel · Post #1086 · 04.04.2016 г., 11:45
❎ Baach ↘️https://telegram.me/addstickers/Baach #Sheep#Animals
@animal_fighting · Post #172 · 23.07.2022 г., 11:03
Sheep VS Camel An insolent was punished #sheep🐑#camel🐪
@animal_fighting · Post #98 · 14.06.2022 г., 10:04
Horse VS Sheep It's better not to deal with a crazy sheep 😁 #horse#sheep
@animal_fighting · Post #126 · 01.07.2022 г., 11:03
Sheep VS Zebu An attack failed😀 #sheep#zebu
@TgSticker · Post #42951 · 23.04.2026 г., 16:16
⭐Бе-бе-безумие #овца#sheep#max t.me/addstickers/sheepmax 😊создать свои стикеры
@xinwenchigua8 · Post #66778 · 11.05.2026 г., 14:39
四百块钱,真不贵。。。 8日,新疆伊犁,拉那提景区。。游客带的阿拉斯加犬把小羊咬了,主人赔了四百块钱把羊买下来了。。。 现在好了,不光要养狗,还得养只羊了 #阿拉斯加犬#羊 Four hundred yuan, not expensive at all... On the 8th, in Lanati Scenic Area, Yili, Xinjiang... A tourist's Alaskan Malamute bit a lamb, and the owner paid four hundred yuan to buy it back... Now, not only do you have to keep a dog, you also have to keep a sheep. #AlaskanMala#Sheep
Hashtags
@googlefactss · Post #40711 · 27.02.2026 г., 15:02
Sheep can recognize and remember faces. They can remember 50 sheep faces over two years and at least 10 human faces. They look at outside features first, then focus on eyes, nose, and mouth when familiar. If a sheep stares, it might be memorizing your face! 🐑🧠 @googlefactss #Sheep#SmartAnimals#Faces#Memory#Animals
@googlefactss · Post #40739 · 05.03.2026 г., 15:01
Sheep can feel emotions like fear, anger, boredom, and happiness. They evaluate their surroundings using checks like suddenness, familiarity, predictability, and control, similar to humans. Sudden events can cause fear, while predictable environments may lead to boredom. 🐑⚽️ @googlefactss #AnimalWelfare#Sheep#Emotions#AnimalCare#Nature