11/06/2013

SQL Scripts Runner

Introduction 0 0 1 21 125 Softopia LTD 1 1 145 14.0 Normal 0 false false false EN-GB JA X-NONE ...

9/12/2013

Switching between two threads in console application

I will present a very simple idea of switching between two threads. The switch can be done by user pressing the enter key or by timer. This is an idea which I am going to use to switch between main and backup service. In my case I am getting the data from TCP stream. It is AIS data, and if one of the streams do not receive data, should be able to switch to backup stream. This is the example which...

6/27/2013

Visual Studio: the project type is not supported by this installation error

I installed ASP.NET MVC and downloaded a few example projects. I kept getting an error when opening the project file: the project type is not supported by this installation. After some research, I found the solution over at stackoverflow: Replace theProjectTypeGuids in the csproj file to:{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} http://stackover...

6/09/2013

MSc Thesis in the University of Bristol - Visualising spatial and temporal electricity consumption data from Smart Meters

Since there is almost 1 year since I finished my MSc Thesis for the University of Bristol I think that it is time to share what I did with everyone interested in the topic. Before writing the final thesis I did extensive research and got distinction result in Research Skills subject in the University. This helped me a lot for the final push when I had to research, implement and analyse the final...

5/17/2013

Testing Large file upload in bleuimp Multiple file upload jQuery plugin

I had to create multiple file upload user interface for an old style asp.net web forms app. I know... old technology but what can you do when a system which is created 8 years ago is still working and you have to support it till the new version win MVC 4.0 eventually starts. For that task I used one...

1/28/2013

University of Bristol - Spam Filter Assignment

Lab 5: Spam filter - Part II In this part of the assignment, you will train your classifier on real-world e-mails, which you can download from here. They have the same convention of file-names as in part I. Specification The program should be written in Java, and the name of the main file should be filter.java and all files should compile using command: javac *.java But now,...

1/09/2013

How to reverse a linked list

This is a video in which I am trying to explain how we can reverse a linked list. I hope that it is clear enough. Here is the link to the presentation: https://docs.google.com/open?id=0B8-hzvXYHPBzUnFGVkwwekZXQ...

1/05/2013

The herding instinct...

Fascinating and amusing illustration of the tendency for people to herd or swarm. Raises questions about motivation and reward where people flock to follow or support a particular cause or product. People like to belong. Early adopters/pioneers are risk-takers. The swarm effect becomes part of the product's appeal. The internet and modern communications technologies accelerate and expand the phenomenon...

1/02/2013