260720_Imperative_VS_FP_basic002
Comprehensive Analysis: Imperative vs Functional Programming
3262 words
|
16 minutes
260719_FP_Functional_Programming_Basic001
Functional programming is a style of programming that emphasizes the evaluation of expressions, rather than execution of commands.
1268 words
|
6 minutes
cargo-insta
A review tool for the insta snapshot testing library for Rust
463 words
|
2 minutes
String_View_zig
String_View(C-> Zig) zig version (0.16.0-dev.2984+cb7d2b056)
429 words
|
2 minutes
StringView_Unsafe_Rust_ver
StringView(Unsafe Rust Version) 거의 C언어의 가까운 러스트 코드
594 words
|
3 minutes
C23_leak_macOS_system_libraries_during_initialization
Summary: Your code has **no memory leaks**. You_re correctly calling `free(s)` after `strdup()`. The 120 bytes reported are from macOS system libraries during initialization, which are suppressed with the `.lsan.supp` file. The real issue in your output is the typo: \"Hello, Worl\" - this is because line 8 (`s[n - 1] = 0;`) removes the last character \"d\" since there\"s no newline in the original string.
226 words
|
1 minutes
Impl_init_sockaddr
Implemented init_sockaddr function(server & client)
457 words
|
2 minutes
StringView
StringView(C, Rust)
243 words
|
1 minutes