Similar Posts
TreeMapping
A recent school project got us excited to explore the idea of mapping the trees of city of Vancouver in a more practical way. My friends and I had a fruitful meeting today with @daeaves who has extensive information and experience in this subject. There is a tree mapping platform, OpenTreeMap, to start with. It…
Archive | Deluge | PHP | Technology | ZohoImporting data from FTP server into Zoho Creator
Zoho Creator has grown to be a great cloud-based app creation platform. You can build simple apps in the matter of hours or have complex solutions up and running much quicker than a from-scratch project. Manipulating data is a core capability of (Zoho) Creator . There is a rich toolset of UI elements, business logic components,…
Playing with data structures in Ruby
Sorting I’ve been trying to sort a mixed array in Ruby the shortest way. Each element of the array by itself is a mixed array of a number and and a hash: a = [ [0, {:a=>”31″, :b=>”21″}], [1, {:a=>”32″, :b=>”11″}], [1, {:a=>”25″, :b=>”19″}], [0, {:a=>”12″, :b=>”10″}] ] #sort by first item of each row (number) a.sort{|x,y|…
Renaming files in bulk with Excel
So you have a bunch of files (read thousands) that you need to rename. If you deal with documents/records in the workplace and you don’t have access to fancy EDRMS, EDMS, then you most probably resort to physical files (Word, PDF, etc.) on shared drives and some in-house classification systems. In a real case scenario (where I work as a…
The fPhone
Back in 2007 when Facebook was becoming a global phenomena, my first impression as a user was a normal pessimism at first that left me with just an account to reserve my name and no actual use of the service. As an expatriate who lived at least 25% of my life out of my hometown…
Archive | Javascript | Productivity | Technology | TutorialsBulk exporting Word documents to other formats with JavaScript
JavaScript is hot commodity for server and client side web development. But when it comes to command line programming it is unlikely to ditch the likes of Python and Ruby for JavaScript. I don’t have the luxury of picking my toolset at work. I’m a business consultant with no access to anything beyond the essential…
So far so good. Going forward 🙂