Skip to content

Instantly share code, notes, and snippets.

View honggoff's full-sized avatar

honggoff

  • Switzerland
View GitHub Profile
@honggoff
honggoff / fix_names_in_vcards.py
Last active November 9, 2016 12:27
Fix for reversed first and last names in an address book.
#! /usr/bin/python
import vobject
"""
Fix for reversed first and last names in an address book.
This script go through all contacts in a vCard file, and for
each entry ask you if the first and last names should be
reversed.
@honggoff
honggoff / g-code-translation.py
Created October 22, 2016 21:08
Simple translation of command arguments in an G-code file.
#! /usr/bin/python
import argparse
import re
"""
Simple translation of command arguments in an G-code file.
This script will rewrite all X, Y and Z argument values in a G-code file,
incrementing them by the supplied offset values. It does simple text