Have you ever wondered on what servers the top 50 most visited Bulgarian sites run? That is definitely an interesting question, if you are Bulgarian IT admin and you have pretty much free time 🙂 Anyway, as far as I am …

Python – Crawling the top 50 sites from Bulgaria for their servers Read more »

Yup! That is what we are gonna do – Setup jQuery project with node.js and server from scratch in Ubuntu. There are plenty of ways to do it in the internet. Setting up a jQuery project is something, that should be …

Ubuntu – Setup jQuery project with node.js and server from scratch Read more »

initially, the idea of the article was to write four lines of code, doing the following 2 tasks: uploading data to a given file getting JSON data from file and using it in an application However, as soon as I started, I …

Python – Add data to external files and get JSON data from files Read more »

JSON is somehow powerful. With Node JS and JSON you may build almost anything you can think of (if you have unlimited time and coffee/beer). How about building a small console application with the following options: Yesterday, I started to …

Node JS – Manipulation with files and JSON Read more »

Some time ago I have started to learn Python. Today, I will present a way to solve the problem “Reduce file path”. The problem is the following – you are given a string and you should reduce it to a meaningful …

Python – Reduce file path problem (with string slicing and list comprehension) Read more »

Throwing dices used to be a way to gamble. Nowadays, with TexasHoldEm all over the internet, this game is forgotten 🙂 Probably for good. Anyway, at the beginning of statistics every student is required to resolve some problems, containing dice, cards or …

VBA – Probability Simulation of Two Dice Read more »