Skip to content
Roberto Mignucci Blog

Roberto Mignucci Blog

  • About Me
  • Leith Hill MTB
  • MTB Robin! 

    January 8, 2017
  • Quarry run drops

    October 17, 2016
  • Leith Hill MTB

    September 18, 2016
  • Xmas Moon

    December 25, 2015
  • Messier 42

    Still getting the camera setting wrong.

    December 25, 2015
  • WP backup strategy

    This is my WP backup strategy: The strategy involves backing up both the MySQL database and the WordPress file system. I have successfully migrated my site to different machines and restored from various failures, and this approach has proven reliable. To back up the MySQL database, I installed automysqlbackup. This user-friendly tool simplifies the setup…

    October 7, 2015
  • IPaddress change alert script

    My old ISP use to change my external IP address all the time and to keep my DNS name on track I wrote this script: #!/usr/bin/python import smtplib import urllib2 import time import sys def send_email(): try: server = smtplib.SMTP(‘smtp’, 587)#smtp address and port number server.starttls() #Next, log in to the server server.login(“smtp username”, “password”)#username…

    September 30, 2015
  • New Arduino Project

    I am trying to get my Arduino to connect over WiFi to start my little IoT project. Still getting my head around some of the electronics.

    August 25, 2015
  • Venus & Jupirer

    Massive Venus and a lovely evening sky. Should have taken this picture with a proper camera.

    July 2, 2015
  • Sieve Of Eratosthenes (Still on Prime)

    I could not make my code any better so I decided that I new approach needed to be found… Boom Eratosthenes came to the rescue. I found those two great web sites: Sieve Of Eratosthenes explained and Sieve Of Eratosthenes code. In the second link I found a bit of code that run 10^7 in…

    June 17, 2015
←Previous Page
1 2 3 4 … 6
Next Page→

Roberto Mignucci Blog

Proudly powered by WordPress