Skip to content

Instantly share code, notes, and snippets.

View MathiasBaumgartinger's full-sized avatar

Mathias Baumgartinger MathiasBaumgartinger

View GitHub Profile
{
"basics": {
"name": "Mathias Baumgartinger-Seiringer",
"label": "&ensp;<i class='fa-solid fa-code'></i>&ensp;Computer Scientist. &ensp;<i class='fa-solid fa-book'></i>&ensp;Academic.",
"image": "",
"email": "mathias.baumgartinger@proton.me",
"phone": "+43 680 1311072",
"url": "https://toothgap.at",
"summary": "My name is Mathias Baumgartinger-Seiringer. I am a creative developer that is passionate about craftsmanship surrounding software, games and other digital creations. Also, I am a firm believer in free and open source tools.",
"location": {
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "thomas.edison@example.com",
"phone": "(123) 456-7890",
"url": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "thomas.edison@example.com",
"phone": "(123) 456-7890",
"url": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
@MathiasBaumgartinger
MathiasBaumgartinger / open.py
Last active September 8, 2022 05:28
WSL python script for easy opening of files and directories
#!/usr/bin/env python3
"""
Add this script to a global directory (e.g. /usr/local/bin) in your WSL
without the ``.py`` extension.
This script will automatically open any file/directory with it's default
Windows Application. Directories will be opened with Windows' file
explorer.
Usage: open <(dir/file)>