Archive for October, 2006

Oct 29 2006

ABN Amro mutatieoverzicht exporteren bij zakelijke rekeningen

Published by pj under opensource

(This article is regarding the Dutch online banking website for ABN Amro

Voor het exporteren van de mutatiehistorie bij ABN Amro moet er bij zakelijke rekeningen 5 ct/regel betaald worden, terwijl het bij de particuliere versie gratis is.

Dit GreaseMonkey script voegt een ‘CSV’ knop toe aan je mutatiehistorie, zodat je ten alle tijde kostenloos je mutatie-historie kunt exporteren.

ABN Amro mutations download Screenshot 1

Wanneer je op de ‘CSV’ knop klikt, krijg je in een apart scherm de mutatiehistorie als tekst te zien, welke je via de webbrowser kunt ‘Opslaan als’:

ABN Amro mutations download Screenshot 2

Bekende problemen:

- Na klikken op de ‘CSV’ knop krijg je in je originele scherm een error op de ABN website – klik dan op ‘terug’ om terug te gaan naar je overzicht

- Er zijn twee ontbrekende velden (vermoedelijk de begin- en eind-balans waarden)

- Deze “CSV” is nog geen echte CSV: het is leesbare machine-tekst zoals ABN Amro het zelf ook exporteert.

No responses yet

Oct 11 2006

Apache2 and subversion broken

Published by pj under apache2,bugs,opensource,subversion

Problem: SVN (Subversion) didn’t work: “(20014)Internal error: Bad database version: compiled with 4.4.20, running against 4.3.28″

Solution:

But only this time: the debian-apache2 team linked apache2 against both libdb4.3 and libdb4.4. I rely heavily on the apache2 module “dav_svn”, which uses apache2′s preferred libdb.

After four hours of reinstalling and debugging with the help of Peter Samuelsen, he found this issue and reported it to the debian-apache2 team.

The updated subversion debian package is at: http://free.linux.hp.com/~troyhebe/subversion-1.4.0-5/libsvn1_1.4.0-5_i386.deb

No responses yet

Oct 04 2006

Fun with graphviz and dot

Published by pj under design,dot,opensource

I am currently using “Graphviz” to visualize the design of a use case model within a wiki environment.

(Trac plugin: http://trac-hacks.org/wiki/GraphvizPlugin)

Consider this line:

pie->I->like->pie->yummy->I->yummy->like->I->pie->like->yummy->pie

Resulting in this picture:

Example of Dot's usage

Delicious!

No responses yet

Oct 03 2006

New home

Published by pj under elmo,site

For years, this page has been guarded by elmo:

elmo
Elmo has a new home now. He’s hosted on this website running on a virtual server (XEN) on www.rootaccess.nl.

No responses yet