Hello Hugh,
I have just downloaded Scid and I am navigating my way around it. I would
like to load my own games in a separate database, but I cannot see how to
add another database in addition to the Example 1 and Example 2 databases.
Create a new database: "File" --> "New" --> [write] "my_ne
Hi,
at the beginning of the file ratings.spp there is the description of the
format (it is common with the spelling.spp).
The lines with elo informations are very simple:
%Elo YEAR:ELO_1PERIOD,ELO_2PERIOD,ELO_3PERIOD,... YEAR:ELO_1PERIOD,...
Feel free to ask if you have any further doubt.
There i
It seems to me the ratings.ssp hasn't been updated for some time (more
than two years to be exactly). I'm working on a small python program
what reads the monthly ratings published by FIDE and updates the
ratings.ssp with that data.
If have some questions about that:
There is a copyright statemen
CQL 5.1 is available from http://gadycosteff.com/cql . This is a
command-line chess search engine.
Highlights:
- Built on Shane Hudson's SCID PGN parser
- Much more powerful than earlier versions of CQL.
- Code is C++ 11, and is much cleaner than earlier versions.
- Source via contact informat