This is a simple macro example that describes how to update outlook contacts: Sub updateContacts() Dim ContactsFolder As Folder Dim Contact As ContactItem Set ContactsFolder = Session.GetDefaultFolder(olFolderContacts) i = 0 For Each Contact In ContactsFolder.Items first_name = Contact.FirstName middle_name = Contact.MiddleName last_name…
-
-
GNU ddrescue log SVG graph
This is a perl script that creates the svg code that matches a ddrescue log file. SVG module is required. Edit the $INPUT_FILE and $SCALE_FACTOR variables as needed. The SVG code is outputted to standard output. The messages to standard error. Use ddrescue-svg-log.pl > output.svg to output to file. #!/usr/bin/perl…
-
Yii Console Log with Unit Testing
1. install phpunit correctly pear install phpunit/PHPUnit pear install phpunit/PHPUnit_Selenium 2. create the class CConsoleLogRoute in the components directory in the file CConsoleLogRoute.php with this code: <?php class CConsoleLogRoute extends CLogRoute { protected function processLogs($logs) { foreach($logs as $log) { echo $this->formatLogMessage($log[0],$log[1],$log[2],$log[3]); } } } 3. configure YII to log…
-
Universal Remote Control RM-101 User's Guide
Page 1 Page 2
-
Virtual Burners for HP Recovery Manager Media Creator ISO creation
With my new laptop i want to create the recovery discs into the iso format, without burning any real dvd. Then i searched for a virtual dvd-r dvd-rw burner. I found TotalMounter 1.50 (free software). Then i created a virtual empty disc (a .iso file on the filesystem) and used…
-
Alice Gate ADSL Base [installazione, configurazione e connessione automatica]
LA SEGUENTE PROCEDURA È SPECIFICA PER WINDOWS 7 —- INSTALLAZIONE INIZIALE 1. Collegare e accendere il modem 1a. collegare il cavo telefonico alla presa telefonica 1b. collegare il modem al pc tramite cavo ethernet 2. Aspettare che il led rosso ADSL smetta di lampeggiare e diventi fisso [se non rimane…
-
SanDisk Cruzer Blade Windows Icons
I created some .ico files for Cruzer Blade Flash Drive: Cruzer Blade Icon Cruzer Blade Straight Icon Sandisk Icon
-
Modificare la qualità di piu' file jpg in contemporanea
1. Installare ImageMagick: Scaricarlo dal sito, in questo momento il link è questo (versione a 32bit per windows, il file con l’indicazione “Win32 dynamic at 16 bits-per-pixel”): http://www.imagemagick.org/download/binaries/ImageMagick-6.7.3-8-Q16-windows-dll.exe e installarlo 2. Creare il comando cambiaqualitajpg.bat in questo modo: TASTO WINDOWS + R digitare la riga seguente e premere invio notepad…
-
Using Empathy with MSN Telepathy Butterfly behind a proxy
According to the Empathy FAQs, the MSN telepathy butterfly component should correctly use a proxy if python-libproxy is correctly installed. I’m using linux mint debian edition latest with: telepathy-buttefly 0.5.15 python-libproxy 0.3.1 but for me empathy does not work behind a proxy. I’m trying to resolve this issue, but i…
-
Installing Windows 8 Beta Developer Preview on VMware Player
If you try to install Windows 8 Developer Preview on VMware Player 3.1 you will get an HAL_INITIALIZATION_FAILED error starting the installation of Windows 8. This error because VMware Player 3.1 do not support ACPI 2. It’s possible to “virtual” install Windows 8 on VMware Player 4. But there is…