So this page is really gonna be a shitpost, its a collection of stuff really, its the best way to describe it. Most of it is shit, but thats what you get when your stating out isn't it.


Below are 2 prime finders, I made these in Java first, Then ported them to JS and well they took some adpating but it works


The Input Below will tell you if a given Number is Prime. This is the Optimised Version.

[Result Here]

[Find Time Here]


The Box Below will display all primes number up to said number (In Console I'm not a madman.. Okay I am, But not that mad)

This is the optimised version, it only checks prime numbers as factors

[Find Time Here]


The Input Below will tell you if a given Number is Prime. This is the unoptimised version.

[Result Here]

[Find Time Here]


This is te Semi-Optimised UptoPrime Fuction

It will display all prime numbers up to a given number (In Console once again)

[Find Time Here]



Below is an input to convert a given decimal number to a binary number

[Binary Number Here]