Firebird’s a Winner

Anche quest’anno si son chiuse le votazioni per i migliori software OpenSource sul più prestigioso dei repository : SourceForge.
A questo indirizzo http://sourceforge.net/community/cca09/ si può consultare l’elenco dei vincitori per categoria, il mio superaffezzionato Firebird porta a casa una altro bel titolo, dopo essere già  stato vincitore nel 2007 quest’anno si attesta il titoto di [...]

HowTo- Installing Open Office 3.0 on Ubuntu 64 8.10

Now i’m on updating my 64bit ubuntu system with new OO 3.0. HowTo do this i found a good tutorial here.

hope is good for you
bye
ivan

Change eclipse svn saved password

I could’t find any way to change the stored user/password for svn inside eclipse. I use Subclipse plugin to use svn feature but i think this could work for others svn plugins. Just erase the file file %ECLIPSE_HOME%/configuration/org.eclipse.core.runtime/.keyring and when you try again to connect to svn it will be prompted user/password.
PAY ATTENTION: Other stored [...]

Delphi openGL and 3ds files….

Ambiente di sviluppo : Microsoft Visual C++ , Delphi 7.0, GNU GCC

Come tutti ormai credo sappiano Borland include una libreria per la gestione dell’OpenGl che appunto si chiama OpenGl.pas che a sua volta mappa per windows buona parte dei metodi contenuti nella dll di sistema ‘opengl32.dll’. Questa libreria funziona molto bene, [...]

Waiting Firebird 3.0 …. external procedure in Java, really ?

External Java Procedures Plug-in
a plug in for FB 3.0 done by Adriano dos Santos Fernandes, 6 July 2009

from Firebird official site:

I’m pleased to announce that the first test version of my Firebird/Java plugin (”FB/Java”) is available to test. FB/Java is a plugin for the Firebird “external engines” feature to be introduced in v3.0, that [...]

Hand made XML - HTML

Sometime,appen is required to produce an Xml Document where you can’t have a good Xml parser or for perfomance you can’t use that.
Assuming thay you need create a simple Xml file like :

Worng Xml file :

 

<?xml version="1.0" encoding="ISO-8859-1"?>

  <person>

      <firstname>Rossi</firstname>

      <lastname>Rossiglio</lastname>

      <birthdate>27/02/1973</birthdate>

      <companyname>pippo&pluto</companyname>

 </person>