Ubuntu Tips #1 - Format a media Stick

by command prompt you can view alla media connected to your pc by

 

sudo fdisk -l

 

and the result :

Disco /dev/sda: 320.0 GB, 320072933376 byte
255 testine, 63 settori/tracce, 38913 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0xce46c7a1

Dispositivo Boot Start [...]

Ubuntu 9.10 and Cinergy Terratec T2

Configure ubuntu 9.10 with Terratec Cinergy T2 to view DVB on your pc is soo simple, and the recording is in incredible quality. To view and record TV i have choose Kaffeine that is simple, rapid and stable.

First connect your Terratec T2 DVB to your usb port on your computer, after that verify [...]

Excel binary files to parsable text with Java

Usage: java -jar xls2txt.jar [options] fileToImport.xls

Possible options:
-list : Outputs the list of sheets of the excel document
-sheet sheet-name : Outputs only the contents of the specified sheet-name
-comma: Use “,” instead of “.” for decimal separator
Without options all the excel sheets will be converted in text.
Use “>” operator to redirect standard output to a text file.
In [...]

Back from London …. Emabrcadero Workshop

Questa settimana abbiamo fatto una visitina a Londra al fine di partecipare al “Embarcadero Technologies Developer Workshop”, dove era presente David Intersimone “Chief Evangelist of Embarcadero”.
A questa sessione erano presenti diversi membri della comunità Delphi Inglese, che è una comunità di sviluppatori molto attiva. Gli argomenti affrontati da David I.sono stati molti, cercherò di [...]

Evalutation on Delphi Prims

Applicazioni native portabili

Come software house abbiamo notato una crescente tendenza dei clienti di avere applicazioni portabili sui vari sistemi operativi esistenti.
Una stessa applicazione che funziona con l’interfaccia grafica del sistema nativo non è un utopia.
L’esempio di semplice applicazione nelle figure seguenti dimostra questa possibilità.

La tecnologia utilizzata è Java con librerie grafiche SWT. Tra l’altro questa tecnologia può [...]