I hereby claim:
- I am ushiocheng on github.
- I am ushiocheng (https://keybase.io/ushiocheng) on keybase.
- I have a public key ASA-okiNSdaMpISgF1Cimuf5CBhmuEqnk77m-1r6t9uqcAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I sometimes want to put some test data in a repo, but I don't want to change .gitignore
for others. So, here is a way to ignore a folder without doing that.
.gitignore
file in the folder**
in the .gitignore
file (yes this works)This guide have ~1450 words and should take 7-10 minutes to read.
This guide should be read in Obsidian under preview mode.
Markdown is a superset of HTML, so any HTML file is valid Markdown. *This is not always true since some feature are disable in Obsidian for security reasons.
#!/bin/sh | |
# ------------- Script INFOs ------------- | |
# Script Name: download-videos.sh | |
# Create Date: 2021-02-25 | |
# Version #: 1.2 | |
# Author: github@ushio-cheng | |
# Description: - Accept 2 parameter <path to a list of video links> [path to output video] | |
# - Downloads all videos in the list by spawning screen session | |
# - Will retry if youtube-dl failed |
// Based on https://github.com/dolph/dictionary/blob/master/popular.txt | |
in 4502 | |
er 3526 | |
ng 2849 | |
ed 2833 | |
es 2764 | |
re 2594 | |
ti 2508 | |
te 2437 |
// Rail stopper for MGN9H on 2020 Extrusion | |
// by github.com/ushiocheng | |
// WARNING: this is not tested | |
// variant 0: counterbored hole | |
// variant 1: rail guide | |
variant=1; | |
zfc=0.001; // correcting z-fighting in render view, not actually printable/functional |