An open API service indexing awesome lists of open source software.

https://github.com/funnyboy-roks/random-javascript-projects

This is a repo of the random JS projects that I work on
https://github.com/funnyboy-roks/random-javascript-projects

data-structures hexadecimal-color javascript math

Last synced: 3 months ago
JSON representation

This is a repo of the random JS projects that I work on

Awesome Lists containing this project

README

        

# Random-JavaScript-Projects
This is a repo of the random JS projects that I work on

## Projects:

* ### [Hexadecimal to Minecraft Conversion](https://github.com/funnyboy-roks/Random-JavaScript-Projects/tree/master/Hexadecimal-To-MC-Conversion)
A simple converter that converts normal hex codes to ones that can be used on a specific Minecraft server (farlandsmc.net)

* ### [Factor Calculator](https://github.com/funnyboy-roks/Random-JavaScript-Projects/tree/master/Factor-Calculator)
A simple factor calculator that can calculate the factors of a number.

* ### [Goldbach Conjecture](https://github.com/funnyboy-roks/Random-JavaScript-Projects/tree/master/Goldbach-Conjecture)
A script that will work through the [Goldbach Conjecture](https://en.wikipedia.org/wiki/Goldbach%27s_conjecture "Wikipedia")

* ### [Hex Word Generator](https://github.com/funnyboy-roks/Random-JavaScript-Projects/tree/master/hex-word-gen/client) [(Live)](http://funnyboyroks.com/Random-JavaScript-Projects/hex-word-gen/client/)
A simple button that will create a random hexadecimal value that works as a word, like `facade` or `c0ffee`