Merging multiple MP4 videos with FFMPEG

I have a collection of video tutorials split into multiple sections and multiple clips in each section. I wanted to merge the files to one, so I can upload and download from services like Google Drive & Dropbox.

Read more...






How to view (Windows) line ending characters on Mac OSX

Notepad++ on windows has this beautiful option “View all characters” to display all invisbile characters such as line endings. Programming editors on mac like Textwrangler and Textmate has an option to Show Invisibles but failed to display the character block for Carriage Return as Notepad used to.

Read more...


Recommended Git workflow

I recently started using Git as my revision control tool. Impressed by the use of branching and merging, I create and merge a lot of branches.

Read more...