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

IoT Platform PoC

Hi, I am starting a new coding adventure that probably takes me a few weekends. It will be IoT Platform PoC based on Multi Service Bus Core 2.0. I have only one Raspberry Pi 3, and for PoC, I plan to use a small sensor, maybe for the temperature in our home. I do not have a sensor that can use MQTT, but I really want, so if you can borrow one Continue ReadingIoT Platform PoC

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

Multi Service Bus Core on Raspberry Pi 3

Hi, today thanks to a solution that I found on the Internet named Setting up Raspian and .NET Core 2.0 on Raspberry Pi I was able to configure .NET Core 2.0 and Multi Service Bus Core on the Raspberry Pi 3. This is a kind of PoC – Proof-of-Concept that makes it possible to use on R Pi 3 for sensors for IoT my own service bus. The mentioned solution Multi Service Continue ReadingMulti Service Bus Core on Raspberry Pi 3

Azure SaaS and Multi Service Bus Core

Hi, today I would like to share some Azure SaaS architecture. I have been learning Azure for over a year, and I have had a chance to combine many things. However, I have not got a chance yet to combine it with the Multi-Service Bus Core. So today, I would like to share your idea of SaaS communication I have many years from now. To build very easy-to-use communication for the SaaS Continue ReadingAzure SaaS and Multi Service Bus Core

Generic Free Pattern Improved C#

Hi, some time ago I posted information about Generic Free Pattern, but I used there the reflection. Today I would like to share with you a much faster solution. The source of creation is a bridge between non-generic and generic classes in the Creator method. The usage of the pattern is at the end of the code. Where you can create a class EntityManager that is non-generic, but the logic that is Continue ReadingGeneric Free Pattern Improved C#

Code Puzzle – Get Behind Firewall – Solution

I feel really disappointed because I have not received any solution from anyone for this puzzle. The solution to this is very trivial with the correct tools. Tool I am using to solve this is Simple Service Bus. I want to remind you what was the architectural design pattern. And below you can find very trivial and working solution. Can you explain why nobody solves this? Just wonder. The only thing I Continue ReadingCode Puzzle – Get Behind Firewall – Solution

KinectCamV2 for Kinect V2

Hi, There is new Kinect V2 device and I have this amazing new device since Friday. I bought it from Microsoft Store last week, and of course, I checked if the new version of Kinect and its SDK 2.0 support works as a Web Cam. And it is not so I decided to create new version of KinectCam for Kinect V2 and I named it KinectCamV2. But lets begin with first unpacking Continue ReadingKinectCamV2 for Kinect V2

New Bonsai and Fastest Binder

Hi, I am very happy to say that I have new one bonsai tree :), I know I have them everywhere. This one will grow up on my desk in my new workplace. The reason for having bonsai trees and carrying them is because of my favorite team role, the Plant. I like plants, especially bonsai trees, as you may already know. I want to say also that the acting Plant/Creator role Continue ReadingNew Bonsai and Fastest Binder

Kinect for PC and Skype means KinectCam

This is solution for Original Kinect for Windows. If you are looking for solution for Kinect V2 you need to go to my recent post about that at KinectCamV2. To install get ( downloads) and enjoy! or ( downloads) or ( downloads), unpack, run install.bat as Administrator. Version 1.2 has the freeze bug fixed, and the new version supports HD mode in 1280×960 resolution. ( downloads), unpack, run install.bat as Administrator. Version Continue ReadingKinect for PC and Skype means KinectCam

It is time to reap the fruit

Hi, yep for me this end of the 2012 year bring me a nice fruit. As I wrote before, I am now Microsoft Certified Trainer. Moreover, I provided training for 7 developers last two days of last week. And when I am writing about the fruits, I am not only thinking about the clementine fruits of my bonsai tree; I care about that you can see next behind this text. I am Continue ReadingIt is time to reap the fruit

ProcessesManagerAspect

Hey, below solution is useful when you create a process and you need to be sure that all your  started process by your application will be killed when application end. So I have two examples. First is a console application usage example. Second is a WinForms application usage example. And below you can see 85 lines of the ProcesseesManagerAspect implementation. P ;).

DevDay 2012

Hi, today I was very happy attendee of the nice DevDay 2012 conference in Kraków, Poland. There were a lot of very charismatic presenters. And it was a great pleasure to watch them all in action. Well, the special guest of the conference was my favorite blogger Scott Hanselman and I think it was a great opportunity to meet him and make a small talk with him. I also receive signature on Continue ReadingDevDay 2012

Performance Manager Aspects (New)

Hi today I created powerful combination of performance aspects. First MemoryManagerAspect<T> and second ThreadsManagerAspect. Both of that ideas are for high-speed services created on multicore systems. I will show you code that produce following output that can be a proof that it is possible to create very low latency and asynchronous code in C#. This code was produced by Idea of two performance aspects. First, manages memory to help in garbage collector Continue ReadingPerformance Manager Aspects (New)