Ahh BitCoins! Welcome to the world of crypto currencies, where everything is decentralized and where making money is as easy as find a solution to a crypto-problem… Continue reading “Bit Coin Wallet Collider”
MAC addresses
When working with Gateways, RPI (but also normal PCs), I often have the need to use a unique identifier of the device… The reason can be anything: for logging purposes to automatic authentication, to send “I Am Alive” messages to keep track of which devices are working properly. Continue reading “MAC addresses”
Merging two folders in python.
Recently i wanted to merge two folders in python and overwrite existing files in the destination folders. Shutil library offers a lot of high level file handling functions, however, noone of them offers offer the merging. Continue reading “Merging two folders in python.”