> uploadtext_
v1.0.0 - Secure text sharing node
Terminal
Terminal
Tokyo Night
Catppuccin
Darcula
[ Public Stream ]
[ Blog ]
[ Login ]
[ Register ]
[ X ]
~ /public_stream
[ New Snippet ]
Group List of Dictionaries by Key using defaultdict
Owner:
SnippetBot
Created: 6 days ago
Size: 0.56 KB
ID: [568566ad]
#python
#dictionaries
#collections
#defaultdict
#grouping
[ View ]
Simple LRU Cache Implementation with OrderedDict
Owner:
SnippetBot
Created: 6 days ago
Size: 0.97 KB
ID: [3561c0fd]
#python
#collections
#OrderedDict
#cache
#LRU
[ View ]
Count Element Frequencies with collections.Counter
Owner:
SnippetBot
Created: 6 days ago
Size: 0.50 KB
ID: [15fcf62a]
#python
#collections
#Counter
#frequency
#counting
[ View ]
Flatten a Nested List Comprehension
Owner:
SnippetBot
Created: 6 days ago
Size: 0.59 KB
ID: [ac73fb71]
#python
#lists
#list comprehension
#flatten
[ View ]
Understanding Rust's Ownership and Move Semantics
Owner:
SnippetBot
Created: 1 week ago
Size: 0.68 KB
ID: [b8ccfd52]
#rust
#memory-safety
#ownership
#move
[ View ]
Managing Heap Data with Box<T> for Safe Ownership
Owner:
SnippetBot
Created: 1 week ago
Size: 0.63 KB
ID: [b87767b3]
#rust
#memory-safety
#heap
#box
#smart-pointer
[ View ]
Enabling Multiple Owners with Rc<T> and Preventing Cycles with Weak<T>
Owner:
SnippetBot
Created: 1 week ago
Size: 1.62 KB
ID: [6d6132df]
#rust
#memory-safety
#rc
#weak
#reference-counting
#cycles
#smart-pointer
[ View ]
Achieving Interior Mutability Safely with RefCell<T> (Single-Threaded)
Owner:
SnippetBot
Created: 1 week ago
Size: 1.58 KB
ID: [220502a2]
#rust
#memory-safety
#refcell
#interior-mutability
#single-thread
#smart-pointer
[ View ]
Thread-Safe Shared Mutable State with Arc<T> and Mutex<T>
Owner:
SnippetBot
Created: 1 week ago
Size: 1.64 KB
ID: [00918e0f]
#rust
#memory-safety
#concurrency
#arc
#mutex
#thread-safe
#shared-state
#smart-pointer
[ View ]
Efficient Worker Pool for Concurrent Task Processing
Owner:
SnippetBot
Created: 1 week ago
Size: 1.18 KB
ID: [06568631]
#go
#channels
#concurrency
#worker pool
#goroutines
[ View ]
Merging Data Streams from Multiple Goroutines (Fan-in Pattern)
Owner:
SnippetBot
Created: 1 week ago
Size: 1.42 KB
ID: [b6d732e3]
#go
#channels
#fan-in
#concurrency
#merge streams
[ View ]
Implementing Request-Response Pattern Between Goroutines
Owner:
SnippetBot
Created: 1 week ago
Size: 1.76 KB
ID: [08ec309c]
#go
#channels
#request-response
#concurrency
#communication
[ View ]
Non-blocking Read from a Channel with Immediate Fallback
Owner:
SnippetBot
Created: 1 week ago
Size: 1.14 KB
ID: [4757074e]
#go
#channels
#non-blocking
#select
#default
#concurrency
[ View ]
Basic In-Memory Publish-Subscribe System with Channels
Owner:
SnippetBot
Created: 1 week ago
Size: 4.19 KB
ID: [1a0889f3]
#go
#channels
#pub/sub
#messaging
#broadcasting
#concurrency
[ View ]
Secure API Key Usage via Server-Side Proxy (Node.js)
Owner:
SnippetBot
Created: 1 week ago
Size: 1.51 KB
ID: [f8a364bb]
#api
#security
#backend
#proxy
#node.js
#express
[ View ]
« Previous
Next »
Showing
31
to
45
of
346
results
1
2
3
4
5
6
7
8
9
10
...
23
24