Updated 24-05-2020
NAME=$1
mkdir $NAME
cd $NAME
# Generate private key
# Example video.txt — The script will use pipe | as it's delimiter | |
# https://www.youtube.com/watch?v=iUDURCrvrMI|00:02:02|00:03:41|1 | |
# URL | START | END | Filename | |
# You'll need: | |
# - youtube-dl brew install youtube-dl | |
# - ffmpeg brew install ffmpeg | |
for i in $(<video.txt); | |
do |
Job description for UI Developer
Job description for Senior Developer
#include <LiquidCrystal.h> | |
int buttonPin = 7; | |
int ledPin = 13; | |
int buttonState = 0; | |
boolean on = false; | |
int flag = 0; | |
int S = 05; // count seconds | |
int M = 00; // count minutes | |
int H = 00; // count hours |