skip to main | skip to sidebar

One byte seed may give thousand giga byte fruits

Saturday, March 19, 2011

Resources related to the crisis in Japan and ways to help.

Thanks to Google for a good initiative

Inspired from
http://www.google.com/crisisresponse/japanquake2011.html

Posted by shanmukha at 8:39 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Sunday, December 5, 2010

Changing the name of a column in MySQL

Changing the name of a column in MySQL.

Tested on MySQL 5.0

mysql> alter table org_table change column1 new_column1 int(11);
Query OK, 770 rows affected (0.19 sec)
Records: 770 Duplicates: 0 Warnings: 0

Ref:
http://www.tech-recipes.com/rx/379/modify-an-existing-mysql-column/
Posted by shanmukha at 8:20 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Thursday, August 5, 2010

Android Developers Blog: Best Practices for Handling Android User Data

Android Developers Blog: Best Practices for Handling Android User Data
Posted by shanmukha at 4:30 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Home
Subscribe to: Posts (Atom)