Skip to content

Instantly share code, notes, and snippets.

#put it in /etc/wsl.conf
[automount]
enabled = true
root = /mnt/
options = "metadata,umask=22,fmask=11,case=off"
mountFsTab = false
[network]
generateHosts = true
@cenit
cenit / latlon_nominatim.py
Last active September 11, 2018 09:53
lat/lon from docx to nominatim
#! /usr/bin/env python2
# -*- coding: utf-8 -*-
#in case of any problem on macOS, remember to export PYTHONIOENCODING=utf-8
# first extract document.xml unzipping the docx
file = 'document.xml'
with open(file) as f:
contents = f.readlines()
@cenit
cenit / LabView_GIT_setup.md
Last active December 7, 2018 10:55
Git diff config for LabVIEW

The following repo seems already fully well documented for the process (note that the actual code is not in the master branch, but the instructions actually work since they point to that specific branch directly at clone event): GitHub repo

Another interesting post full of informations is here: Lavag forum