Skip to content

Instantly share code, notes, and snippets.

View infinitechris's full-sized avatar
:atom:
Working on a Factorio mod while waiting for parts.

Christopher Infante infinitechris

:atom:
Working on a Factorio mod while waiting for parts.
View GitHub Profile
@infinitechris
infinitechris / NonoSolver.html
Last active July 15, 2026 00:10
NonoSolver
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nonogram Companion</title>
<link rel="manifest" href="data:application/manifest+json,{%22name%22:%22Nonogram%20Companion%22,%22short_name%22:%22NonoSolver%22,%22start_url%22:%22.%22,%22display%22:%22standalone%22,%22background_color%22:%22%23121212%22,%22theme_color%22:%22%231f1f1f%22}">
<style>
:root {
--bg: #121212;