Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

Packaging Python Projects

2 minute read

It is a short note to show how to package a simple Python project, build it and how to upload it to the Python Package Index, which is a repository of softwa...

Remove an automatically spawned process

2 minute read

Recently I got a new computer from work and it was pre-installed with some softwares from IT support service. Some of them are useful to aid IT support to re...

Out from the shadow

1 minute read

I had been very actively on writing technical notes from 2009 on WordPress and then it had cooled down gradually until a complete stop in late 2017.

C++ Generating code with macro

1 minute read

In order to avoid repetition of code, which means a big No to copy-and-paste code, I need to put similar code into a macro, or a function. Considering this, ...

Arrange photos by their creation dates

3 minute read

The goal is that photos would be arranged programmatically into different directories, preferably starting with Year as root directories and a list of YYYY-M...