iChess.io v7.27

iChess.io Friend Mode

Generate X-FENs for Chess960

Hello, today I would like to share code spike for generation of stating positions of X-FEN chess notation for Chess960 variant. Enjoy! :-). p ;).

Free Correctly MCTS in C in the iChess.io

Hi, today I would like to show you issue I faced for a long time… I wanted to use Monte Carlo Tree Search with classic select, expand, back propagate and so on… the problem I faced was the memory leak, and I was looking for some time to good solution to reduce memory by one level and efficnet free memory. To make it correclty you have to calculate max depth and reecude Continue ReadingFree Correctly MCTS in C in the iChess.io

EuroJackpot with EnCog ANN and Stats

Yes, I know that it is impossible to predict lottery results. But if the results would be predictable? Of course, I know they are not, but just hypothetically, for a play with Perceptron Neural Network and prediction algorithms, I want to show you that in 256 😉 Lines of code you can play with prediction thanks to the EnCog 3.4 library. I recently bought 2 of Jeff Heaton’s  books about neural networks Continue ReadingEuroJackpot with EnCog ANN and Stats

Multi Service Bus Core 2.0

Hi, today I want to present Multi Service Bus Core 2.0. The new version has a lot of small bugs fixed. I recently bought myself an excellent tool to draw diagrams. Below I will want first to start by showing the concept diagram. Multi-Service Bus Core 2.0 offers Server-Client communication. It is an important point, so I described it first with this but let me start from the basics principles of the Continue ReadingMulti Service Bus Core 2.0

Code Puzzle – Get Behind Firewall

Hi, I have a very nice code puzzle for you today. Code Puzzle is to implement two blue boxes in the following diagram. That can be implemented in Java and/or C# with the following requirements. The only system that can receive connections is behind the green box, which is an open server endpoint. The system behind the red box is closed, and you cannot connect to it. I have an extraordinary prize Continue ReadingCode Puzzle – Get Behind Firewall

Learn Java so Far so Good Java 1D Array

Hi, I am happy to announce, that my learn Java journey at the Hacker Rank is going very nice. Today I was pleased to solve the code puzzle named Java 1D Array (Part 2), and this puzzle already has a 39.64% success rate. And its category of Data Structure Challenges, most of the code puzzles have more than a 90% success rate. So far, so good. I have 313 points in Java Continue ReadingLearn Java so Far so Good Java 1D Array

Learn Java proof at Hacker Rank in Tag Content Extractor

Hi, some time ago I started learn Java language. I am trying to self-study and learn Java. And I have to say that the language is very nice, and with deep knowledge of C#, my progress is fast. I want to show you today here one of the nice code puzzle solutions named Tag Content Extractor. It takes me some time. I started learning Java from straightforward puzzles, and every next one Continue ReadingLearn Java proof at Hacker Rank in Tag Content Extractor

The Best RTS Warcraft III works again on native Mac OS X

Hi, I have a very good news Today. Warcraft III works again on the Mac OS X fully natively. To play it, you need to download the installer from battle.net and install it on your Mac OS X or Windows if you wish. More importantly, it supports Battle.net network play that was broken when Mac OS X disabled one of their network protocols, a very old one. Unfortunately, I forget the name Continue ReadingThe Best RTS Warcraft III works again on native Mac OS X

PWM Fan on Cable Connector Controller

Hi, today I would like to share with you this weekend innovation for my Dream PC. It is a PWM controller for both 4-pin and 3-pin fans. I used a cable connector that is very popular, the 30 centimeters long cable with 4-pin input and output connectors. And I decided to put a bit of analog electronic hardware between those cables. I have prepared a simple HowTo Picture below for you because Continue ReadingPWM Fan on Cable Connector Controller

Simple Service Bus Training

Hi, today I prepared my first screencast training on YouTube about the Simple Service Bus I made. It took me a lot of effort, and it is just a start. If you like such content, please share that information in the comments. I would love to make more such videos in the future. Here you can find ( downloads). Enjoy! p ;).