petemillspaugh.com clippings: #1 – January 2024 Process for sending out a newsletter: Publish newsletter on the Web Fork this val and update subject, webUrl, targetSendDate Uncomment call to insertIntoNewslettersTable Add to @petermillspaugh/newsletters list Val
0
petermillspaugh
unsubscribeFromNewsletter
HTTP
Forked from petermillspaugh/unsubscribe
0
adrianmg
sqliteExplorerApp
HTTP
Forked from nbbaier/sqliteExplorerApp
0
mrt
TodoApp
HTTP
Forked from stevekrouse/TodoApp
0
benlenarts
SongTagger
HTTP
Forked from hunty/spotify
0
peterhartree
sqliteExplorerApp
HTTP
Forked from nbbaier/sqliteExplorerApp
0
stevekrouse
poembuilder3
HTTP
Forked from stevekrouse/poembuilder
0
izuchukwu
sqliteExplorerApp
HTTP
Forked from pomdtr/sqliteExplorerApp
0
pomdtr
valTownToSQLite
Script
Val Town To SQLite Dump all public vals to an sqlite table TODO [x] Upsert instead of insert
1
Negash
reactExample
HTTP
Forked from stevekrouse/stevekrouse_minimal
0
rawwerks
lastlogin
Script
Forked from pomdtr/lastlogin
0
tmcw
untitled_beigeElephant
HTTP
const result = await sqlite.execute(`
CREATE TABLE plugin_stats (
name TEXT,
t TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
install_count NUMBER,
like_count NUMBER,
view_count NUMBER
)`);