Topics - shinkarom [ switch to compact view ]

Pages: [1] 2next
1
NANY 2021 Entry Information

Application Name Bible Chapter
Short Description It allows you to select a random chapter, verse or book from the Bible (for example, for your daily reading routine).
Supported OSes Online
Web Page https://shinkarom.github.io/biblechapter
Download Link https://github.com/shinkarom/biblechapter/archive/master.zip
Author https://shinkarom.github.io


Description
It allows you to select a random chapter, verse or book from the Bible (for example, for your daily reading routine).

Features
Select a random book.
Select a random chapter.
Select a random verse.
Several algorithms.
Several languages.

Planned Features
Adding new languages.

Screenshots
Bible Chapter.png

Usage
Installation
Unpack the archive to your preferred folder. Run index.html.

Using the Application
Select the language, select the algorithm. See the result under the controls.

Uninstallation
Delete the folder.

2
N.A.N.Y. 2020 / Polyglot Zobrist Key Generator
« on: November 24, 2019, 02:56 AM »
https://shinkarom.github.io/zobrist/
When writing a chess engine, you might want to support opening books in Polyglot bin format. This format creates the hash for the position using Zobrist hashing. If you want to debug your hash generator, I haven't found any services that can generate hash from the position.
So I wrote one. You paste the position as FEN and get the resulting hash.

3
https://shinkarom.github.io/sqrt

The Babylonian method of finding square root is:
  • guess a random number
  • divide the number whose square root you want to find by it
  • average the two and get your next guess
Rinse, repeat until your guesses are too close to each other.

This program allows you to see each step of this procedure.

4
DC Member Programs and Projects / FizzBuzz Quiz
« on: November 17, 2018, 11:00 AM »
https://shinkarom.github.io/fizzbuzzquiz

After many countless hours spent in computing if numbers are Fizz, Buzz or some combination of the two, the machines have risen and are looking for revenge.

Now you must tell them the answer. And the machines will duly note your accuracy (for future reference).

5
N.A.N.Y. 2019 / NANY 2019 - Color Mixer
« on: November 13, 2018, 01:16 PM »
https://shinkarom.github.io/colormixer/

Select the first and the second colors of the gradient, then select the mixing percentage, and you've got an intermediate color between the two.

Made in HTML, CSS and JavaScript with the help of the Sakura CSS framework.

Screenshot attached.

Pages: [1] 2next
Go to full version