My requirements for organizing a huge number of PDF e-books:- - An automated way of renaming all of these e-books to their actual titles. - Removing all duplicate files. My solution:- - git clone https://github.com/sayak-sarkar/pdf-title-rename - export PYTHONPATH=${PYTHONPATH}:$(pwd)/xmp.py - python pdf-title-rename/pdf-title-rename.py /* - ./remove_duplicate.sh
-
-
Working around untrusted certificate errors in Express JS
Quick workaround for Error: DEPTH_ZERO_SELF_SIGNED_CERT and UNABLE_TO_VERIFY_LEAF_SIGNATURE while using express requests.
-
Rebooting the Bugsmith’s Blog
It's been a long long time since I last posted in this space. I guess I had been a bit too caught up with life and had been overly focused on my job. So, enough with the slacking around for so long. It's time to reboot the Bugsmith and get…
-
Using Vim to generate HTML output of code
This is an interesting bit that I learnt about from an email in a mailing list by James Pryor. To generate html output for code within a shell script you can use: vim myscript.sh '+syntax on' '+ set nu' '+set background=light' +TOhtml '+w myscript.html' '+qall!' If you don’t want numbers…
-
Installing EditorConfig on Sublime Text
To install Editor Config on Sublime Text all you need to do is to follow the following steps:- Go the Preferences tab -> Package Control. Select Install Package from the drop down menu. Wait for the list to load, once it loads it will show you a list of packages.…
-
Creating scrollable Charts using Angular-Kendo
Creating Scrollable Charts: Horizontal scrolling of Charts is not supported out of the box in Kendo UI, however it can be achieved using a bit of custom styling. Basic steps: Set overflow: auto of the <div class="chart-wrapper">; Set width of the aforementioned div; Set width of the <div id="chart"> to…
-
The Greek Experience – Remo Training Days
Last week Mozilla brought together 40 Mozilla Reps from all over the world at Athens for week-long training exercise called Reps Training Days. The idea was to gather the most pro-active Mozillians under the ReMo programme in a single place and train them about leading the Webmaker initiative in their…
-
From Netscape To Firefox: The Story Of Mozilla Firefox
Introduction The history of Mozilla, upon which Firefox was built, extends all the way back to 1994, when the name was first established as a branding for the “mosaic killer,” Netscape Navigator. Mozilla as a modern day institution found its beginnings in 1998, when Netscape decided to release the source…