Hi all! Just ran into the task of working with time in a different time zone. I had to figure out the solution, so I’m sharing it – it might come in handy for someone 🙂 Continue reading Python – time in another time zone
All posts by Oleksiy
Python – how to work with time without headache?
Hi all! Working with time in Python is a different story (and headache). And today we will deal with the problem: how to work with time without a headache (yes, this is quite real)? Continue reading Python – how to work with time without headache?
Telegram message “this message couldn’t be displayed on your device due to copyright infringement”
Hi all! Today we will figure out how to get rid of the message “this message couldn’t be displayed on your device due to copyright infringement”, which you can see in Telegram if you are trying to access data that is protected by copyright. Continue reading Telegram message “this message couldn’t be displayed on your device due to copyright infringement”
PHP – how to save a file to a folder on the server?
PHP – how to save a file to a folder on the server? A simple task – but … is it so simple, especially for a beginner? Continue reading PHP – how to save a file to a folder on the server?
Fake Email List + Generator
As part of the post dedicated to the ability to extract links and email addresses, it was necessary to make a list of fake email addresses, which would allow not only to generate fake addresses, but also to do it in a form ready for use in the html code. Actually, the Python generator code itself is available below (suddenly it will come in handy for someone) (and the PHP generator is at the very bottom of the page 😉 ): Continue reading Fake Email List + Generator