I deleted a file from Explorer, but it came back when I refreshed, and I get Access Denied if I try to delete it again
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
I deleted a file from Explorer, but it came back when I refreshed, and I get Access Denied if I try to delete it again
The file is circling the drain, but it's not gone yet.
Practical Advice for Maintaining and Migrating Working Code - Brian Ruth - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Practical Advice for Maintaining and Migrating Working Code - Brian Ruth - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Modern best practices always recommend writing new code for testability and maintenance. However, most of us spend more time reading other people’s code and trying to find a place to put our change…
https://github.com/CppCon/CppCon2020
---
Modern best practices always recommend writing new code for testability and maintenance. However, most of us spend more time reading other people’s code and trying to find a place to put our change…
Online ROS Meetup 27 января: Оптимизированная передача данных в ROS2 без копий
Источник: Habr
Автор: AmigoRRR
Источник: Habr
Автор: AmigoRRR
Хабр
Online ROS Meetup 27 января: Оптимизированная передача данных в ROS2 без копий
В Robot Operating System сообществе мы решили в эру изоляции проводить специализированные мини митапы на темы связанные с робототехникой. Теперь каждая встреча будет посвящена одной теме, которую мы...
DINS C++ EVENING: принципы разработки высокопроизводительных сетевых приложений и типовые проблемы Threadpool и Numa
Источник: Habr
Автор: avoshal
Источник: Habr
Автор: avoshal
Хабр
DINS C++ EVENING: принципы разработки высокопроизводительных сетевых приложений и типовые проблемы Threadpool и Numa
Андрей Новохатько из DINS расскажет, как устроены современные NIC, в чем заключаются основные идеи DPDK фреймворка и как это можно использовать для оптимизации своих высоконагруженных...
How we used C++20 to eliminate an entire class of runtime bugs--Cameron DaCamara
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
The mystery of the crash that seems to be on a std::move operation--Raymond Chen
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Fixing the crash that seems to be on a std::move operation--Raymond Chen
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Kitware Enhances AI Infrastructure for Scientific Applications Under Department of Energy Grant
Источник: Kitware Blog
Источник: Kitware Blog
Kitware Inc
Kitware Enhances AI Infrastructure for Scientific Applications Under Department of Energy Grant
Kitware’s Data and Analytics Team is building an open source software platform called OASIS, Open source AI Software Infrastructure for Science, for researchers in the scientific domain. OASIS prov…
How can I recognize file systems that don’t support 64-bit unique file identifiers?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
How can I recognize file systems that don't support 64-bit unique file identifiers?
A customer observed that their attempt to find out whether two handles refer to the same file was not working because some remote file systems report zero for the volume serial number and unique file identifiers, regardless of what file you asked for.