New paste

No registration required
1 line0 / 65,536 bytes

Everything you publish is public. Don’t paste passwords, tokens, or personal information.

Public pastes

Newest first
Results for stirkbin.comGreetings Submit stirkbin.com in Google's Search Index so it can be displayed in online sear
sql
backup.sh - excludes#!/bin/sh # run from the project directory rsync -av --dry-run --exclude=node_modules/ --exclud
shell
old .env, delete me# copied off the old box before wiping it, most of this is probably dead APP_ENV=production DB_
plain
import fails on line 418Traceback (most recent call last): File "import_readings.py", line 27, in <module> readin
plain
duplicate album namesSELECT artist_id, title, COUNT(*) AS n FROM albums GROUP BY artist_id, title HAVING COUNT(*) >
sql
nginx local proxyserver { listen 8080; server_name localhost; location / { proxy_pass http:
plain
sort tracks numericallyconst tracks = ["track1.ogg", "track10.ogg", "track2.ogg"]; tracks.sort((a, b) => a.localeComp
javascript
printer notesusb printer / spare laptop - shows up in lsusb - test page works from cups - PDF from browser
plain
fetch with timeoutasync function getJson(url, ms = 5000) { const controller = new AbortController(); const ti
javascript
A Few Design Issues I Noticed on Your stirkbin.comHello stirkbin.com, I noticed a few design-related issues on your stirkbin.com that could im
python
slow query before/after indexEXPLAIN QUERY PLAN SELECT * FROM readings WHERE sensor = 'porch' AND ts > 1757000000; -- SCAN r
sql