- Repository resides here - https://github.com/looselytyped/web-apps-with-vue3
- Link to this Gist - https://gist.github.com/looselytyped/3374c6803523164c373d768f316a1a49
- Getting started with
create-vue - What do you have in the project you cloned?
| for context in Personal InterfaceWith Healthify HP FP EnjoyBy Delegated2 DailyDo DRAMAL ; do tc $context; tp > readme_$context.md; tt>readme_$context.md; ts >> readme_$context.md; tcn; echo $context; done |
create-vue| #!/bin/bash | |
| usage() { echo "$0 usage:" && grep " .)\ #" $0; exit 0; } | |
| [ $# -eq 0 ] && usage | |
| while getopts ":hs:b:e:" arg; do | |
| case $arg in | |
| b) # Specify b value. | |
| echo "runningBoD is ${OPTARG}" | |
| ./BoD.sh | |
| ;; | |
| e) # Specify e value. |
| ls | xargs -I {} mv {} PRE_{} | |
| ls | xargs -I {} mv {} {}_SUF | |
| # can use filering with ls in $0 |
| use std::collections::{BTreeMap}; | |
| use std::fs::File; | |
| use std::io::{self, BufRead, Read, Seek, SeekFrom}; | |
| use std::ops::AddAssign; | |
| use fnv::FnvHashMap; | |
| #[derive(Debug, Clone, Copy)] | |
| struct TemperatureStats { | |
| min: f32, | |
| max: f32, |
| echo Predicted is $PREDICTED | |
| COUNTER=0 | |
| PREDICTED=$1 | |
| PREDICTED="${PREDICTED:=12}" | |
| TEST="$(($PREDICTED*60))" | |
| while true | |
| do | |
| echo test is $TEST | |
| COUNTER=$((COUNTER+1)) |