코딩Coding/Rust❤️Optimization❤️
-
들여쓰기를 할 때 tab을 많이 쓰자 space가 용량 더 먹는다. ㅠㅠ코딩Coding/Rust❤️Optimization❤️ 2023. 10. 20. 19:32
https://velog.io/@toezilla/1D1Q-003.-%EB%93%A4%EC%97%AC%EC%93%B0%EA%B8%B0%EB%A5%BC-%ED%95%A0-%EB%95%8C-%EC%99%9C-space%EA%B0%80-tab%EB%B3%B4%EB%8B%A4-%EA%B6%8C%EC%9E%A5%EB%90%A0%EA%B9%8C 들여쓰기를 할 때 왜 space가 tab보다 권장될까? Question > 들여쓰기를 할 때 왜 space가 tab보다 권장될까? 🤔 00. 개요 Python 코드를 어떻게 구상할지에 대한 스타일 가이드인 PEP8에는 이런 내용이 있습니다. > Spaces are the preferred indentation met velog.io
-
bindiff - 구글이 만든 바이너리 파일을 위한 Diff 도구 (github.com/google)코딩Coding/Rust❤️Optimization❤️ 2023. 10. 12. 18:40
https://news.hada.io/topic?id=11304&utm_source=discord&utm_medium=bot&utm_campaign=1480 bindiff - 구글이 만든 바이너리 파일을 위한 Diff 도구 | GeekNews디스어셈블된 코드 기반으로 차이점 및 유사점을 쉽게 찾을 수 있게 도와줌연구자들의 업체 제공 패치의 취약점을 식별하고 격리하는 데 도움동일한 바이너리의 여러 버전을 분해하는 과정에news.hada.io bindiff - 구글이 만든 바이너리 파일을 위한 Diff 도구 (github.com/google) https://github.com/google/bindiff GitHub - google/bindiff: Quickly find differences and simil..
-
Rust❤️Threads Id & Process Id 🆔코딩Coding/Rust❤️Optimization❤️ 2023. 9. 3. 15:19
https://stackoverflow.com/questions/47075469/get-the-current-thread-id-and-process-id-as-integers Get the current thread id and process id as integers?Is there a way to get the current process id and thread id in Rust as integers? The closest I got was ::std::thread::current().id() which returns an opaque ThreadId object. When trying to access...stackoverflow.com https://github.com/ruuda/thread-..