Google, Happy birthday Alberto!


Google si è ricordato di me e mi ha dedicato la sua home page + il mio profilo con gli auguri di compleanno!!!

Read More

 

[Objective-C] Use database with sql (lite)

Here a simple tutorial to use SQLite in Objective-C to make complex iphone|ipad applications that uses a database!

First of all, you NEED to download Firefox, after that you need to download and install SQLite Manager Add On for Firefox from here.
The plugin will be used later…

Read More

 

Italia – Serbia, Genova 12/10/2010

Uefa Result

Read More

 

Android VS iPhone

Picture!


Android VS iPhone

 

[Shell] Linux date, get X days ago

I forget often these strings….

Read More

 

[C#] Use “right double click”

Yes!
It’s double right click!

In this snippet you can use right double click to “go back” on your web browser!
It’s a stupid tricks, but it’s very useful!

Read More

 

[Objective C] UIColor from RGB

Do you want to create an UIColor from RGB value?
Here the snipplet:

Read More

 

[Windows] List complete command-line arguments used for each process

Hello,
I found a magic trick for windows… it use WMIC.

Using WMIC, it is possible to list out all the running processes and their parameters!

Read More

 

[Win] Convert .rm + .camv +.smil in AVI mpeg4

Well,

a usefully thing (for me) that convert real media files like CAMV, RM, SMIL in iPod compatible video (AVI mpeg4).

It’s a multithread windows executable easy to use.

Read More

 

[C#] Get Pixel Color At X,Y

Hello,

a simple trick for you to get pixel color on a particular position of your screen with Windows GDI32.dll API libs.

First of all, you need to import Win32 API:

Read More