Tag: code

Python – Simulating the Bitcoin Mining Process – YouTube video

Ok, currently the BTC is 68 491,28 USD and instead of feeling bad for not buying it, you can try to simulate it the mining process with Python just for fun. It is an interesting way to have fun, but

Tagged with: , , , ,

Python – Central Limit Theorem

Here is an explanation of the Central Limit Theorem (CLT) in a few simple points: Explanation: The Central Limit Theorem states that the distribution of the sample means (averages) of a large number of samples from any population will be

Tagged with: , , , , ,

VBA – Quick Renamer of files in folders with VBA

Hi there, if you ever need a quick renamer of files in forlders – that is the VBA code you may use:

What it does? It enters the directory “C:\users\chinese” and renames any file there adding “_Chinese” to its

Tagged with: , ,

C# – WPF – Generate an Excel file with WPF

In the current article I proudly present a simple application, which creates a simple Excel file from XAML. In the example I present I am using Excel 2010 as this is my current version. In order to be able to

Tagged with: , , , , , , ,

C# – WPF – EightBall Application – simple code

In this article I present a code from the book “Pro WPF 4.5. in C#“, which I consider useful and interesting. The application concerns building a simple program where you may ask a yes-no question and get a random answer.

Tagged with: , , , , , , , ,

C# – WPF – Dropdown menus & audio combination

In this article I present the combination of a drop-down menu and audio in a WPF application. Simply, the application’s logic is the following – you select one media file from a drop-down list and then you play it. The

Tagged with: , , , , , ,
Top