How to convert SQLite2 to SQLite3 database

iOS Development 11 November 2010 0 Comments



Here is the sample :

sqlite2 path/to/olddb .dump > backupfile
sqlite3 path/to/newdb < backupfile

Google Gears For Firefox 3.5

Debian,Google,Mac OS X,Macbook,Ubuntu 10 July 2009 0 Comments



For Windows and Linux versions, check out these custom extension builds from Gears Google Group. If you are Mac OS X users you can get it on Google Code.

I’ve tested the Mac version, so far everthing’s working as expected. I believe official builds by Google will be coming very soon if you’re happy to wait.

Google Chrome For Linux & Mac Developer Release

Google,Mac OS X,Open Source 5 June 2009 0 Comments



Google Chrome for Linux & Mac is finally here. However it’s just a developer release which is lack of features.

But if you would like to try it, download this release.

PLEASE NOTE: Google Chrome for Mac OS X Developer Release is a very early release version and does not yet have some of the functionality that a full general release version would have. Many of the features still under development affect the privacy behavior of Google Chrome for Mac OS X. The issues marked in bold text below will be resolved prior to releasing Google Chrome for Mac OS X to the beta channel for broader consumer use.

Firefox PDF Plugin For Mac OS X

Mac OS X,Macbook 9 May 2009 0 Comments

Requires Firefox 3 and Mac OS 10.4 or higher.

Get it! http://code.google.com/p/firefox-mac-pdf/

Smart Sleep

Mac OS X,Macbook 14 February 2009 2 Comments

SmartSleep is a preference pane that dynamically sets the sleep state of your macbook (pro).

4 states available for you to choose :

1. sleep : machine will go to sleep only (saves state in RAM only, battery keeps RAM contents)
2. sleep & hibernate : machine sleeps and hibernates. (default)
3. hibernate only : machine will go to hibernate only. (saves state on disk, battery will not be used)
4. smartsleep : lets your macbook (pro) just sleep while the battery has a high level. If the battery level drops below a certain point ( default is less then 20% or 20 minutes ) it will switch to sleep and hibernate.

Download HERE

Ok. Have fun with it.