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 77b32f9e2c initial commit 2 years ago
julia-scripts initial commit 2 years ago
public initial commit 2 years ago
src initial commit 2 years ago
.gitignore initial commit 2 years ago
README.md initial commit 2 years ago
bun.lockb initial commit 2 years ago
index.html initial commit 2 years ago
package.json initial commit 2 years ago
tsconfig.json initial commit 2 years ago
vite.config.js initial commit 2 years ago

README.md

Shortest Sum of Squares

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.

Usage

Setup

bun install

Development

bun dev

Build

bun run build