Access Google Data API From Command Line
Googlecl is a Google utility to access Google Data API from the command line. Googlecl is written in Python. Googlecl allows you to update your Blogger…
// TAG · 59 POSTS · DOWNLOADS
Googlecl is a Google utility to access Google Data API from the command line. Googlecl is written in Python. Googlecl allows you to update your Blogger…
I know cheating is not the right thing to do, but sometimes you have to. Imagine when you have to submit your assignment by tomorrow and…
Sometimes your code produces large numbers that are hard for users to read. For example, 17753392783 bytes or 18293753038 units. For human eyes, it’s easier to…
Installing Ubuntu is easy. There are many ways to install Ubuntu. You can grab the CD image from the Ubuntu website or other mirror sites. Or…
HTML5 is a new HTML standard for structuring and presenting content on the World Wide Web. One of its new features is media playback, including video…
Curl is a command line tool to transfer data using various protocols. The Curl project was released with libcurl, which is a library for curl that…
Image resizer tools are one of the most frequently used by me. Most image processing software has this feature, such as ACD See or Adobe Photoshop.…
I have written an article about preventing DDoS attacks with mod_evasive in a previous post. But mod_evasive alone is not enough, because DDoS techniques may vary.…
If you move or change your hosting server, beside the files you also need to move your MySQL data as well. MySQL database holds all your…