Many of the books that I wanted to read on my Kindle(s), were in Arabic or Persian, and were also available freely online. These books were not of .mobi format, but were available as online books, in many html pages. I created a script that snatches these pages, stitches them together and forms a huge HTML file (one for each book). The problem was that these books would not display/sync properly on my kindles. I have a Paperwhite, and a …
Category: Hacks
In this post, we will go through the process of deep copying a PHP variable in user land (i.e., in pure PHP) step by step, describing the challenges facing every …
NOTE: the script is not functional at the moment (due to facebook API changes). I will remove this note once I make a new working version. Update Sep 2014: I’ve …