Quantitative | Ordinal | Nominal |
---|---|---|
Position | Position | Position |
Length | Density | Hue |
Angle | Saturation | Texture |
Slope | Hue | Connection |
Area | Texture | Containment |
Volume | Connection | Density |
Density | Containment | Saturation |
Saturation | Length | Shape |
Hue | Angle | Length |
Slope | Angle | |
Area | Slope | |
Volume | Area | |
Volume |
Dependent | Continuous | Bar | Line |
Discrete | Bar | Bar | |
Independent | Continuous | Gantt | Scatter |
Nominal / Discrete | Table | Gantt | |
Nominal / Discrete | Continuous | ||
Independent |
Discrete | Continuous | |
---|---|---|
Ordered | Ordinal, Quantitative | Fields (e.g. altitude, temperature) |
Unordered | Nominal, Categorical | Cyclic values (e.g. directions, hues) |
xargs -I{} sh -c 'pdflatex {}.tex && bibtex {} && pdflatex {}.tex && pdflatex {}.tex' <<< filename
usage() {
grep '^#' < "$0" | tail -n +2 | cut -c 3-
}
mkdir processed
for f in *.pdf; do
filename=${f/.pdf}
printf "## %s\n\n" "${filename//[-_]/ }" >> pdf_text.md
pdftotext "${f}"
cat "${f}.txt" >> pdf_text.md
printf "\n\n" >> pdf_text.md
mv -- ${f} "${filename}.txt" processed/
done
scp <source-filepath> <user@address:destination-filepath>
# Examples:
scp /path/to/file.pdf [email protected]:/path/to/destination
# Or, using an ssh config entry alias `target_server`
scp /path/to/file.pdf target_server:/path/to/destination
git log --diff-filter=D --name-only --pretty=format:"%h %ad %s" -- '*pattern*'
aws s3 ls
aws s3 cp [file-name] s3://[bucket]/[object-path]
aws cloudformation create-stack --stack-name [app-name] --template-body file://[filename].yaml --capabilities CAPABILITY_NAMED_IAM
aws cloudformation update-stack --stack-name [app-name] --template-body file://[filename].yaml --capabilities CAPABILITY_NAMED_IAM
aws lambda update-function-code --function-name [function-name] --zip-file fileb://[filename].zip
npm install -g easy-pdf-parser
pdftotext document.pdf