Skip to content

Instantly share code, notes, and snippets.

View MrGeislinger's full-sized avatar
🍼
Training my baby neural networks (my twins) 👶 👶

Victor Geislinger MrGeislinger

🍼
Training my baby neural networks (my twins) 👶 👶
View GitHub Profile
@MrGeislinger
MrGeislinger / ssh_interactive.sh
Last active December 7, 2022 03:24
Quick snippets from NormConf talk (Dec 2022) on ssh
# Example of a command that will remain interactive until exited (pseudo-tty allocation)
ssh remote -t 'cd ~ && less myclock.txt'
@MrGeislinger
MrGeislinger / extract_from_url.py
Created October 13, 2020 17:38
Quick way to download zip from a URL and extract it onto machine (leaves no *.zip residue)
import os.path
from io import BytesIO
from urllib.request import urlopen
from zipfile import ZipFile
def load_ext_file(data_zip_url, data_path='data/'):
'''Download the zip file from URL and extract it to path (if specified).
'''
# Check if path already exits
@MrGeislinger
MrGeislinger / git_alias_git_log.sh
Last active October 13, 2020 06:51
git alias for log graph
git config --global alias.lg 'log --all --color --graph --pretty=oneline --abbrev-commit'

Title that recommends an action

Subtitle describing the analysis

Authors: Student1, Student2, Student3

The contents of this repository detail an analysis of the module one project. This analysis is detailed in hopes of making the work accessible and replicable.

Business problem: