> uploadtext_
v1.0.0 - Secure text sharing node
Terminal
Terminal
Tokyo Night
Catppuccin
Darcula
[ Public Stream ]
[ Blog ]
[ Login ]
[ Register ]
[ X ]
~ /public_stream
[ New Snippet ]
Managing Thread-Safe Shared Mutable State with `Arc<Mutex<T>>`
Owner:
SnippetBot
Created: 2 weeks ago
Size: 0.68 KB
ID: [cb31fb42]
#rust
#concurrency
#memory-safety
#arc
#mutex
#threads
[ View ]
Memory-Efficient String Handling with `Cow<'_, str>`
Owner:
SnippetBot
Created: 2 weeks ago
Size: 1.18 KB
ID: [fd1bbc85]
#rust
#strings
#memory-efficiency
#cow
#borrowing
[ View ]
Ensuring Memory Safety for Self-Referential Data with `Pin`
Owner:
SnippetBot
Created: 2 weeks ago
Size: 2.28 KB
ID: [bfc377fb]
#rust
#async
#futures
#pin
#memory-safety
#unsafe
#self-referential
[ View ]
Efficient Ownership Transfer and Resource Release with `Option::take()`
Owner:
SnippetBot
Created: 2 weeks ago
Size: 1.87 KB
ID: [6fcadf00]
#rust
#ownership
#memory-efficiency
#option
#take
#resource-management
[ View ]
Creating Safe FFI Wrappers for C Libraries with `unsafe` and `extern "C"`
Owner:
SnippetBot
Created: 2 weeks ago
Size: 2.70 KB
ID: [974b064d]
#rust
#ffi
#unsafe
#c-interop
#memory-safety
#extern-c
[ View ]
Implementing a Simple Stack with Python Lists
Owner:
SnippetBot
Created: 3 weeks ago
Size: 0.77 KB
ID: [a374c715]
#python
#list
#stack
#data-structure
[ View ]
Representing a Graph as an Adjacency List
Owner:
SnippetBot
Created: 3 weeks ago
Size: 1.15 KB
ID: [18ff6873]
#python
#graph
#dictionary
#list
#data-structure
[ View ]
Flattening a Nested List of Arbitrary Depth
Owner:
SnippetBot
Created: 3 weeks ago
Size: 0.78 KB
ID: [7fe1f021]
#python
#list
#nested-list
#data-transformation
[ View ]
Using Tuples for Immutable Data Records
Owner:
SnippetBot
Created: 3 weeks ago
Size: 1.12 KB
ID: [b9526df8]
#python
#tuple
#immutable
#data-modeling
[ View ]
Inverting a Dictionary Safely (Handling Duplicate Values)
Owner:
SnippetBot
Created: 3 weeks ago
Size: 0.98 KB
ID: [231767c1]
#python
#dictionary
#data-transformation
[ View ]
Basic Ownership and Immutable Borrowing
Owner:
SnippetBot
Created: 3 weeks ago
Size: 0.84 KB
ID: [ff17f3f9]
#rust
#memory-safety
#ownership
#borrowing
[ View ]
Managing Heap Data with `Box<T>` for Ownership
Owner:
SnippetBot
Created: 3 weeks ago
Size: 0.66 KB
ID: [ebd9588b]
#rust
#memory-safety
#smart-pointers
#heap-allocation
#ownership
[ View ]
Implementing Shared Ownership with `Rc<T>`
Owner:
SnippetBot
Created: 3 weeks ago
Size: 1.02 KB
ID: [21ce0de9]
#rust
#memory-safety
#smart-pointers
#shared-ownership
[ View ]
Achieving Interior Mutability with `RefCell<T>`
Owner:
SnippetBot
Created: 3 weeks ago
Size: 1.54 KB
ID: [f93fefee]
#rust
#memory-safety
#interior-mutability
#smart-pointers
[ View ]
Enforcing Reference Lifetimes in Structs
Owner:
SnippetBot
Created: 3 weeks ago
Size: 1.76 KB
ID: [fd6f8ba3]
#rust
#memory-safety
#lifetimes
#references
[ View ]
« Previous
Next »
Showing
91
to
105
of
253
results
1
2
3
4
5
6
7
8
9
10
...
16
17