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 ;).

PWM Controller

Hi, for some time, I designed my own hardware. It is a simple PWM Controller for PC fans. My PC motherboard has 4 pins PWM connectors, and I want to control the speed of fans, including a stop of them all. To build a semi-passive PC that is completely silent when I am watching TV. I found this idea on Tech Power Up site. So the idea is not mine, but the Continue ReadingPWM Controller

Settlers IV PL on MacBook Pro in FullScreen 16:10

Hi. today I want to share the solution for making Settlers IV PL – Gold Edition v. 2.50.1516 work on MacBook Pro fullscreen in 16:10 aspect ratio resolution. Settlers IV is, in my opinion, one of the best fairy tail designed computer strategies. It was published in 2001, and you can still buy it. Also, it not using DRM, so it is essential for the emulation of the game. For make this Continue ReadingSettlers IV PL on MacBook Pro in FullScreen 16:10

The Clock

Hi, today I made a nice clock for my blog, I put it just under my picture on it. And because I like how it is built, I want to share the solution with you. This solution is nice, because it uses ProcessingJS library. And because I really like analog watches and the simple way I made them, I want to share the solution with you. You can download source code here Continue ReadingThe Clock