Forwarded from Технологический Болт Генона
🤩2
Блог*
— БОЖЕЧКИ КАКАЯ МИЛАЯ ПЛЮШЕВАЯ АКУЛА
В связи с уходом IKEA из России продам санкционный товар
Forwarded from Питонические атаки
Вам всегда в питоне не хватало указателей и арифметики над ними? Держите, пользуйтесь, теперь такое есть! (Пожалуйста, не надо)
https://github.com/ZeroIntensity/pointers.py
https://github.com/ZeroIntensity/pointers.py
GitHub
GitHub - ZeroIntensity/pointers.py: Bringing the hell of pointers to Python.
Bringing the hell of pointers to Python. Contribute to ZeroIntensity/pointers.py development by creating an account on GitHub.
#prog #article
mtime comparison considered harmful
(Или о том, почему поведение make неадекватно для сегодняшних систем сборки)
mtime comparison considered harmful
(Или о том, почему поведение make неадекватно для сегодняшних систем сборки)
apenwarr.ca
mtime comparison considered harmful
tl;dr: Rebuilding a target because its mtime is older than the
mtimes of its dependencies, like `make` does, is very error prone. redo does...
mtimes of its dependencies, like `make` does, is very error prone. redo does...