A simple web application that shows a precomputed list of the shortest sum of squares for a given number.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Antonio De Lucreziis f93fd35574 updated html 5 months ago
julia-scripts initial commit 5 months ago
public initial commit 5 months ago
src feat: script copied message 5 months ago
.gitignore initial commit 5 months ago
README.md updated readme 5 months ago
bun.lockb initial commit 5 months ago
index.html updated html 5 months ago
package.json initial commit 5 months ago
tsconfig.json initial commit 5 months ago
vite.config.js initial commit 5 months ago

README.md

Shortest Sum of Squares (DEMO)

This is a simple web application that shows a precomputed list of the shortest sum of squares for a given number. The list is generated in Julia and then exported as a text file. The web application is built using Vite and SolidJS.

Motivation

The printers in our department have a bug where they will print n^2 copies of a document if you ask for n copies. This solves the problem in a very convoluted way.

I also wanted to try out Vite with SolidJS for once.

Usage

Setup

bun install

Development

bun dev

Build

bun run build