You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small php script to create a MySQL...A small php script to create a MySQL table containing all files in a folder. It expects that a database already exists and will prompt you for database login info executed.
1
<?php
2
echo"Server:\n";
3
$servername = trim(fgets(STDIN));
4
echo"User:\n";
5
$username = trim(fgets(STDIN));
A Tampermonkey script that adds the ...A Tampermonkey script that adds the daily New York Times Connections art to the main game page instead of hiding it in the hints page.
1
// ==UserScript==
2
// @name Add daily art to NYT Connections
3
// @namespace http://tampermonkey.net/
4
// @version 2025-08-19
5
// @description Adds the NYT Connections daily art from the hint page to the main game page.