Mitchell Lovelock-Fay

Mitchell Lovelock-Fay (born 12 January 1992 in Canberra) is an Australian cyclist riding for the Avanti Racing Team.[1]

Mitchell Lovelock-Fay
Personal information
Born (1992-01-12) 12 January 1992
Canberra, Australia
Team information
Current teamAvanti Racing Team
DisciplineRoad
RoleRider
Amateur team
2012Ricoh
Professional teams
2011Team Jayco-AIS
2013Christina Watches-Onfone
2014-Avanti Racing Team

Palmares

2012
1st Tour of Thailand
1st stage 2
2014
1st stage 3 Tour of Toowoomba (TTT)
1st Tour of Southland
1st Prologue (TTT) and stage 4
3rd Tour de Perth
gollark: As always, the lack of newlines creates optimization.
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.
gollark: Firefox has been declining lately in some ways...
gollark: Fascinating.
gollark: NONE are safe.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.