github Github : Changelog.md bash script Recently I have been tagging my releases with the following tag format "release/0.2.10" and I felt the need to generate a changelog that would then be visible
python Python: Rename files using a csv map This script is written in Python and makes use of a 2 column .csv file to find and rename files by mapping their existing name and rename it to the
code Python: Check the resolution of images in a directory Check the resolution of images in a directory and output the filename of the incorrect images. I had to check over 200 images and there was no better way than
api Wordpress - Send post data to external (3rd party) service Did you ever want to send Wordpress post data as soon as a post is created, or published, or updated? Maybe even when the post is trashed or deleted? Using
drupal Drupal 7 – Enable a theme from a custom module via code Sometimes you are required to enable a theme programmatically from a module without needing to do it manually all the time, so to do this I have used the hook_
code How to stop a youtube iframe video after closing a popup If you ever embed a youtube video in a popup window, unless you use a third-party modal plugin, you would need to stop the video when the popup is closed