Skip to content

Instantly share code, notes, and snippets.

View vioxcd's full-sized avatar
🐧
Available

Vio vioxcd

🐧
Available
View GitHub Profile
@vioxcd
vioxcd / links.txt
Last active September 7, 2021 12:47
All the Kaggle notebook links from Martin Henze talks with Abhishek Thakur
@vioxcd
vioxcd / sparse-checkout
Last active May 4, 2022 22:58
Script to download specific folder from a github repo
#!/bin/bash
# this script is taken from:
# https://github.community/t/how-can-i-download-a-specific-folder-from-a-github-repo/278/27
# I made it a script just to make it easier (while learning some bash) :D
# USAGE:
# ./sparse-checkout <project_url> [path/to/folder]
# EXAMPLE:
# ./sparse-checkout https://github.com/caleb531/automata automata/base automata/fa