lunedì 26 dicembre 2022

[PHP] namespace

Il namaspace o spazio dei nomi ( in italiano ) è disponibile  a partire da PHP 5.3.0.

mercoledì 13 maggio 2015

[ Linux ] Picasa, problemi di autenticazione

Picasa è un software per gestire i propri album fotografici sviluppato da Google per la piattaforma Windows e Mac, il supporto per Linux è stato abbandonato con un post sul sito ufficiale il 20 Aprile 2012.

martedì 16 dicembre 2014

How to convert ACT to TCX ( act2tcx )

I am very disappointed with software included on GB-580P, the software doesn't support TCX format or FIT format.
TCX and FIT are the "standard" format for sport computer, every website support TCX but no one support ACT format of Globalsat.
This is a problem when you want share your sport activity, you need to buy other software for use your device, that nonsense for me.
I worked to PHP script for resolve this issue, current software is under alpha testing, I tested it only with my version of software and only with my device.



You can try to test software at this website ( temporaly webpage ), if you want try it on local download last versione from GitHub.

giovedì 11 marzo 2010

New Year, New Blog :-)

Hi All,

I've moved my blog from DevLog Berlios to here, the motivation are explained on last blog.

My Road Map for that year

  • To Complete libiat ( lib/tool for analyze (raw) data image of CD/DVD )
  • Work at libimgr ( lib/tool parser from proprietary file descriptor to CUE/TOC )
  • Work at iGnus ( interface gui for burning image ).

EDIT : Berlios.de delete my old blog without advice

domenica 15 novembre 2009

libiat (re) design [ Boo Boo ]

I’ve from more time don’t updated source code, because I work now (re) design libiat , current code need a changes for work as ( very good ) lib.

venerdì 21 agosto 2009

Iso9660 Analyzer Tool - Logo

These two logos below are official logo of application.
This is with stars

















and this without









below a list of others concept logos





















































All Logos are created with inkscape and png with gimp, and is my first work with it, if you have any idea or suggestion post a comment :-)

mercoledì 15 luglio 2009

mdf2iso go to retirement

I've today update code from git version of Iso9660 Analyzer Tool, with this version 0.1.6.git, I've replaced all function of mdf2iso as export from image a Cue sheet file or TOC file.

Why change application ?

Well, I've write some table for understand it.



BINARY IMAGE : are images without proprietary header on image or images not compressed ( as mdf, img, bin, dat )
BINARY IMAGE WITH PROPRIETARY HEADER : are images with proprietary info on the header or on the foot of image ( as nrg )
BINARY IMAGE COMPRESSED : are images compressed with zlib ( as uif )
BINARY IMAGE ( UNKNOWN ) : are images not tested, but work because are not compressed.



Mode 1 / 2352 : CD GAME, CD with Mp3, CD with Xvid....
Mode 1 /2448 : CD GAME with protection.
Mode 2 / 2336 (VCD/SVCD) SVCD/VCD
Mode 2 / 2352 (VCD/SVCD )SVCD/VCD



DATA CD / DVD ISO9660 IMAGE
VCD/SVCD CD-ROM XA is an extension of the Yellow Book
AUDIO CD Compact Disc Digital Audio system, or CDDA

About IAT, is still in develop and BINARY IMAGE COMPRESSED and CD AUDIO are on plan.

Download 0.1.6 of iat from here or if you want last code all time



git clone git://git.berlios.de/iat


How to compile

./autogen.sh
make
make install