I want to do this because my high school class has a lot of messages there(over 4k items during the last 10 years). Here is the brief introduction about how I did this.
Ruby学习笔记第四篇: rake
Rake is a build tool written in Ruby. You can compare it to make in the C world and ant in the Java world. However, it has something over them.
Get time from different time zone
Ruby Code: Export Blog Items from Sina Blog to Markdown files
In this code snippet, I use “nokogiri” to get/parse HTML content and convert the blog content into octopress-style markdown files.
Ruby Code: Call ImageMagick CLI Utility to Process Image Files
I wrote this Ruby code snippet to process some image files. This is a good example how easy it is in Ruby to call command line utility.
Add Syntax highlight for Markdown in VIM
Here is the method how to add syntac highlight for markdown in VIM, from here.
Check Files Exist or Not in Ant
Use Micro Cloud Foundry
Here’s some notes about using the micro cloud foundry. Refer here.
A Bite of Cloud Foundry
Refer here.
Use SWTBot
使用SWTBot,可以通过写JUnit测试代码为Eclipse plug-in开发做自动化测试。参考了这篇文章。