Messages - shinkarom [ switch to compact view ]

Pages: [1] 2 3next
1
A game mod is unusual to see as an entry.

2
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.

3
N.A.N.Y. 2020 / Re: Polyglot Zobrist Key Generator
« on: February 09, 2020, 05:48 AM »
My intended use is much simpler.
When you're writing an engine, most opening books are in the Polyglot format (.bin). The positions in the book are encoded with Zobrist hashing (https://www.chessprogramming.org/Zobrist_Hashing). So to check if the position is present in the book, you first need to hash it. And because Murphy's law states that "it's bug-ridden and broken from the start", you need to debug your hashing somehow, ideally comparing with some other generator.
I couldn't find anything to debug my hashing while writing Mussaurus (http://www.talkchess.com/forum3/viewtopic.php?f=2&t=72372), so I wrote my own generator.

4
N.A.N.Y. 2020 / Re: NANY 2020: quick generator peek
« on: December 01, 2019, 02:53 AM »
Nice. I could try it only if it had Firefox version, but i still commend your efforts.

5
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.

Pages: [1] 2 3next
Go to full version