Explore Pastes
Discover public pastes from the community
📄 plaintext
57
#EXTM3U #EXTINF:-1 tvg-id="¡HOLA! TV SD.co" tvg-name="[ES] ODISEA HD 1080P" tvg-logo="https://i.postimg.cc/K8yvFGdg/descarga.png" group-title="DOCUMENTALES ESPAÑA",[ES] ODISEA HD 1080P http://weibp...
Untitled Paste
by guest
17d ago
📄 plaintext
133
Image Paste
by guest
17d ago
📄 plaintext
79
_______ JEANSON ANCHETA_______ CATALOGUE: https://designevent.github.io/jeansontools1/ MT103/MT202 CashApp Transfer MT799 Block funds PayPal Transfer Skrill Transfer Venmo Transfer Direct Depos...
Untitled Paste
by guest
17d ago
📄 plaintext
82
100个灵魂拷问问题 1. 你喜欢日出还是日落?|日落 2. 喜欢哪个歌手?|邓紫棋 3. 你讨厌什么颜色?|没有讨厌的 4. 最喜欢哪个颜色?|粉色吧,无搭配情况优先粉色 5. 喜欢哪个季节?|秋季 6. 城市 or 乡村?|城市 ,更方便 7. 做过最傻的事情。|小时候和爸爸算术,我说45+45=100 8. 喜欢什么动物?|猫咪 9. 害怕失去什么?|珍视...
Untitled Paste
by guest
19d ago
📄 plaintext
74
_______ JEANSON ANCHETA_______ CATALOGUE: https://designevent.github.io/jeansontools1/ MT103/MT202 CashApp Transfer MT799 Block funds PayPal Transfer Skrill Transfer Venmo Transfer Direct Deposi...
Untitled Paste
by guest
19d ago
📝 markdown
65
# Зыбь — Манифест о языке / Manifesto on Language / 言語についてのマニフェスト / 語言宣言 Зыбь — это не форма. Это смысл. Язык — не клетка, не граница, не паспорт. Язык — поток, в котором плавают смыслы. Когда мысль...
Untitled Paste
by guest
20d ago
📄 plaintext
142
{
"FitRecords" : [
[ 0, "FILE_ID", [
[ 0, "type", 0, 1, 0, "", false, "FILE"],
[ 1, "manufacturer", 132, 1, 0, "", false, "MANUFACTURER"],
[ 2, "product", 132, 1, 0, "", false, "U...
Untitled Paste
by guest
20d ago
📄 plaintext
76
Test 6RSH content
Untitled Paste
by guest
21d ago
📄 plaintext
174
http://paste.tc/5w5XdKXs
Untitled Paste
by guest
21d ago
🐍 python
214
# Hello World Example
print("Hello, World!")
# Function example
def greet(name):
return f"Hello, {name}!"
# Main execution
if __name__ == "__main__":
print(greet("TutPaste"))
Hello World in Python
by demo_user
22d ago
🎨 css
162
/* Flexbox Container Properties */
.container {
display: flex;
flex-direction: row | column | row-reverse | column-reverse;
flex-wrap: nowrap | wrap | wrap-reverse;
justify-content: flex-start...
CSS Flexbox Cheatsheet
by demo_user
22d ago
📄 plaintext
101
Meeting Summary - Q2 Planning Date: June 3, 2026 Attendees: John, Sarah, Mike, Lisa Key Discussion Points: - Product roadmap review for Q3 - Budget allocation for new features - Timeline adjustmen...
Quick Notes - Meeting Summary
by guest
22d ago
📝 markdown
296
# JavaScript Async/Await
## Basic Usage
```javascript
// Async function declaration
async function fetchUser(id) {
try {
const response = await fetch(`/api/users/${id}`);
const data = awai...
JavaScript Async/Await Guide
by demo_user
22d ago
📄 yaml
128
version: '3.8'
services:
web:
build: .
ports:
- "3000:3000"
environment:
- NODE_ENV=production
- DATABASE_URL=${DATABASE_URL}
depends_on:
- db
- redis
restart: unless-stopped
db:
image: postgres:15-...
Docker Compose Example
by demo_user
22d ago