Skip to content
Nicola Inchingolo's Blog

  • Information and Communications Technology

    VBA Macro Example to Update Outlook Contacts

    26 Ottobre 2012 - By Nicola Inchingolo

    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…

    Continue Reading
  • Information and Communications Technology

    GNU ddrescue log SVG graph

    22 Ottobre 2012 - By Nicola Inchingolo

    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…

    Continue Reading

Recent Posts

  • Ripristino backup locale WhatsApp (versioni dbcrypt15 e superiori) su un nuovo dispositivo Android
  • Restore WhatsApp local backup (dbcrypt15 and over) on a new Android device
  • Connecting PowerBI to PostgreSQL
  • Xiaomi Themes MAML syntax
  • Windows SYSTEM user environment variables

Commenti recenti

  • carlos su Xiaomi downloaded files disappear or randomly deleted when moved
  • Mabo su Oracle Cloud Infrastructure Always-Free
  • Mabo su Oracle Cloud Infrastructure Always-Free
  • giovanni su La firma digitale italiana e l'open source [extract-p7m.pl: estrazione file firmati .p7m]
  • Anonimo su Chiamare un numero verde da cellulare come da fisso

Archivi

  • Luglio 2025
  • Maggio 2024
  • Settembre 2023
  • Luglio 2022
  • Settembre 2021
  • Luglio 2021
  • Aprile 2021
  • Febbraio 2021
  • Gennaio 2021
  • Settembre 2020
  • Aprile 2020
  • Dicembre 2018
  • Agosto 2018
  • Luglio 2018
  • Dicembre 2017
  • Novembre 2017
  • Gennaio 2017
  • Ottobre 2016
  • Luglio 2016
  • Marzo 2016
  • Febbraio 2016
  • Settembre 2015
  • Luglio 2015
  • Giugno 2015
  • Maggio 2015
  • Gennaio 2015
  • Novembre 2014
  • Agosto 2014
  • Luglio 2014
  • Giugno 2014
  • Aprile 2014
  • Marzo 2014
  • Febbraio 2014
  • Gennaio 2014
  • Aprile 2013
  • Marzo 2013
  • Gennaio 2013
  • Dicembre 2012
  • Ottobre 2012
  • Marzo 2012
  • Febbraio 2012
  • Gennaio 2012
  • Novembre 2011
  • Ottobre 2011
  • Settembre 2011
  • Luglio 2011
  • Maggio 2011
  • Gennaio 2011
  • Ottobre 2010
  • Giugno 2010
  • Maggio 2010

Categorie

  • Altro
  • Building
  • Economia
  • Edilizia
  • Elettronica
  • Informatica
  • Information and Communications Technology
  • Operatori Telefonici

Meta

  • Accedi
  • Feed dei contenuti
  • Feed dei commenti
  • WordPress.org
Graceful Theme by Optima Themes