Categories
Tags
algorithms APIT Arc arm assembly asynchronous base64 BitHacks Blogging box c clang-format client cmake compiler concat concurrency const_fn contravariant cos covariant cpp Customization cybersecurity DataStructure db debugging Demo deserialization discrete doc DP dtruss Dynamic Example FFI flat_map format FP fsanitize Functional functions futures Fuwari GATs gccrs generics gitignore glibc GUI hacking hashmap haskell heap interop invariant iterator join justfile kernel LaTeX leak LFU linux lto MachineLearning macOS Markdown math ML mmap nc OnceLock optimization OS panic parallels perf physics pin postgresql radare2 release reverse RPIT rust sanitizer science Science serialization server shift sin SmallProjects socket std strace String StringView strip strlen surrealdb SWAR swisstable synchronous tan toml traits triangulation UnsafeRust utf16 utf8 Video wsl x86_64 xilem zig
Sanitizer_is_a_tool_developed_by_Google
2025-12-31
Sanitizers - Tools(AddressSanitizer(ASan), LeakSanitizer(LSan), ThreadSanitizer(TSan), MemorySanitizer(MSan), UndefinedBehaviorSanitizer(UBSan))
306 words
|
2 minutes
250601_Math_Science_Discrete_Rust_Basic_001
2025-06-01
rust Math, Science, Discrete
4778 words
|
24 minutes
250601_List_of_logic_symbols_unicode_val_logic_name_001
2025-06-01
In logic, a set of symbols is commonly used to express logical representation. The following table lists many common symbols, together with their name, how they should be read out loud, and the related field of mathematics. Additionally, the subsequent columns contains an informal explanation, a short example, the Unicode location, the name for use in HTML documents, and the LaTeX symbol.
7238 words
|
36 minutes
250319WSL_The_Windows_Subsystem_for_Linux
2025-03-19
The Windows Subsystem for Linux is now open source | May 19, 2025 | By Pierre Boulay
2023 words
|
10 minutes
250104_string_impl_concat_default
2025-01-04
Here’s your code cleaned up and extended with `push_str`, `push`, `concat`, and `join` examples in a clear, idiomatic Rust style:
221 words
|
1 minutes
250103_string_append
2025-01-03
(concat , append) This keeps original data and adds new text after it.
106 words
|
1 minutes