Archive for mars, 2009

Hidding content in frontrow

Lundi, mars 16th, 2009


Looking around, I found nothing interesting explaining how to hide content in frontrow.  Why do this?  I don’t want all the items to appear here.  For example, I don’t want my TV Show in ITune to be available in Front Row.

The secret is in the /System/Library/CoreServices/Front Row.app/Contents/PlugIns where reside the information about what is displayed in the main menu.  Juste renaming the  TV.frappliance to .TV.frappliance (adding a dot in front of it) hide this item in the menu.May be we can have more granularity (using the checkbox in front of the item in itune for example) but I haven’t time to test everything.

Pointage de crédit

Lundi, mars 16th, 2009

Vous saviez qu’on a tous (ou presque) un dossier de crédit?  Mais saviez-vous que nous avons le droit de le consulter?  Et encore mieux, qu’on devrait tous le faire de temps en temps pour s’assurer que les informations qu’il contient sont exactes et pour détecter de possibles fraudes?

Voici les liens vers des les formulaires pour demander des informations de crédit chez les trois plus grandes compagnies qui tiennent de tels dossiers.

Pour Equifax, remplissez le formulaire suivant:
http://www.equifax.com/ecm/canada/demandededossierdecredit.pdf

Pour TransUnion:
http://www.transunion.ca/docs/personal/Consumer%20Disclosure%20Request%20Form%20_fr.pdf

Pour Experian:
http://www.creditbureau.ca/intl/pdfs/report_request_french.pdf

 

Source: Réseau des Ingénieurs du Québec.

CVS repository switch

Lundi, mars 9th, 2009

This is a simple script that change recursively the CVS repository of a project.

In this example, it changes from “-d :ext:lsabo:/gen” remote server to a local file repository “-d /cvsroots/gen”.

find * | grep Root | xargs sed -i 's/:ext:lsabo\/gen/\/cvsroots\/gen/'