Moved "40H" tools/utilities to a new URL

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

Norm Pollock
Posts: 1056
Joined: Thu Mar 09, 2006 4:15 pm
Location: Long Island, NY, USA

Moved "40H" tools/utilities to a new URL

Post by Norm Pollock »

Moved the "40H Chess Tools and Utilities" links page
(a/k/a "Norm's Chess Downloads") to a new URL:

40h.000webhostapp.com

Unfortunately the previous host suddenly stopped providing
service without warning or explanation. I tried several times
and ways to contact them but I could not get a response.

So after waiting a week, I decided to move on to a new host.

Please update any links you may have.

-Norm
Vikram
Posts: 18
Joined: Mon Nov 16, 2015 9:47 am
Location: India

Re: Moved "40H" tools/utilities to a new URL

Post by Vikram »

User avatar
Guenther
Posts: 4606
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Moved "40H" tools/utilities to a new URL

Post by Guenther »

Norm Pollock wrote:Moved the "40H Chess Tools and Utilities" links page
(a/k/a "Norm's Chess Downloads") to a new URL:

40h.000webhostapp.com

Unfortunately the previous host suddenly stopped providing
service without warning or explanation. I tried several times
and ways to contact them but I could not get a response.

So after waiting a week, I decided to move on to a new host.

Please update any links you may have.

-Norm
Thanks for info. I noticed already that the old address linked to a new and unrelated domain.
I have updated my link section today.
brtzsnr
Posts: 433
Joined: Fri Jan 16, 2015 4:02 pm

Re: Moved "40H" tools/utilities to a new URL

Post by brtzsnr »

Hi, Norm!

Could you share a Linux binary or source to compile?

Regards,
Norm Pollock
Posts: 1056
Joined: Thu Mar 09, 2006 4:15 pm
Location: Long Island, NY, USA

Re: Moved "40H" tools/utilities to a new URL

Post by Norm Pollock »

brtzsnr wrote:Hi, Norm!

Could you share a Linux binary or source to compile?

Regards,
The source code is in Java. If you send me your email by pm I will send you one source code. If you are able to compile a workable Linux binary then we will go from there.

-Norm
brtzsnr
Posts: 433
Joined: Fri Jan 16, 2015 4:02 pm

Re: Moved "40H" tools/utilities to a new URL

Post by brtzsnr »

Hi, Norm!

You can use <my username> at gmail.com

I don't know how to make an executable from a java file, all documentation I found says you still need a JVM. However, a .jar should work.

I'm interested in bmOpcode mostly to evaluate some positions using stockfish and compare with my chess engine.

Thank you very much,
and happy holidays!
Jesse Gersenson
Posts: 593
Joined: Sat Aug 20, 2011 9:43 am

Re: Moved "40H" tools/utilities to a new URL

Post by Jesse Gersenson »

Some ideas on how to compiling a ".class" file.

http://stackoverflow.com/questions/1296 ... class-file

Once it's compiled you can run, for example truncate.class, with:

Code: Select all

java truncate helloworld.pgn 4 
Norm Pollock
Posts: 1056
Joined: Thu Mar 09, 2006 4:15 pm
Location: Long Island, NY, USA

Re: Moved "40H" tools/utilities to a new URL

Post by Norm Pollock »

brtzsnr wrote:Hi, Norm!

You can use <my username> at gmail.com

I don't know how to make an executable from a java file, all documentation I found says you still need a JVM. However, a .jar should work.

I'm interested in bmOpcode mostly to evaluate some positions using stockfish and compare with my chess engine.

Thank you very much,
and happy holidays!
Hi Alexandru,

Creating linux executables from a Java program is beyond my know-how. One major advantage of Java is that you do not have to make local executables for every tom, dick and harry operating system. You can work within a JRE or Java Runtime Environment whatever the platform.

There is some instruction in the readme, but basically here is what you have to do:

Do you have a java environment already installed?

in a command window enter

java -version

if the no response or version less than 6.xx then this might help:

https://www.java.com/en/download/help/linux_install.xml

Once java JRE (or JDK) installed, check java version again (see above)

Then using the "Java" download from 40H, use the appropriate class file. In this case "bmOpcode.class". Do not enter the entension in the command:

java bmOpcode Analyses.log

Remember you have to have Analyses.log already created from Arena 3.1, and in the same folder. Be careful with Arena, if you using an older version, they spell it "Analysis", in which case you should change the name or get a newer version.

40H tools only have 1 class file per tool. If there were more than 1, they would have to be put into a "jar" file that would be used in place of the "class" file and then you would also have to use a "-jar" parameter.

-Norm
Adam Hair
Posts: 3226
Joined: Wed May 06, 2009 10:31 pm
Location: Fuquay-Varina, North Carolina

Re: Moved "40H" tools/utilities to a new URL

Post by Adam Hair »

The new URL is not working for me. It did yesterday, but not now.
Norm Pollock
Posts: 1056
Joined: Thu Mar 09, 2006 4:15 pm
Location: Long Island, NY, USA

Re: Moved "40H" tools/utilities to a new URL

Post by Norm Pollock »

Adam Hair wrote:The new URL is not working for me. It did yesterday, but not now.
To say they are unreliable is an understatement.

Fortunately Jesse offered to host the site and while we are in the process of testing it, it does seem to be ok. Try this one:

https://komodochess.com/pub/40H-pgn-utilities/