All public logs

Jump to navigation Jump to search

Combined display of all available logs of John Senner. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:37, 15 May 2024 John talk contribs created page Eight Queens (Created page with "== SQL Eight Queens in SQL == '''Create the board:''' <source lang="sql"> CREATE TABLE rows ( id integer PRIMARY KEY ); INSERT INTO rows (id) VALUES (1),(2),(3),(4),(5),(6)...")