E-mail clients like Thunderbird or Outlook stopped to communicate with Courier IMAP/SMTP/POP TLS after some upgrade. The only clue in log file was this error […] Read More
Author: georgik
Python has support for virtual environment. It’s very handy to set up isolated space where you can store specific packages for the project. You can […] Read More
Google provides myriad of APIs for invoking operations on Google App Platform. It’s possible to integrate this calls with custom app using OAuth. One option […] Read More
Some time ago I wrote article How to decode stereogram by Photoshop. I made a small experiment and it’s possible to achieve similar results by GIMP. […] Read More
One of common tasks for OpenRefine is conversion of dates from String. Conversion could be performed by toDate function. Source data: 11-04-15 9:28 12-04-15 8:56 […] Read More