├── .gitignore ├── README.md ├── argocon2022.sh ├── c2ds21.sh ├── cdcon2020.sh ├── cdcon2021.sh ├── cloudnativedevxdayna21.sh ├── cloudnativeebpfdayeu22.sh ├── cloudnativeebpfdayna21.sh ├── cloudnativeebpfdayna22.sh ├── cloudnativerustdayeu21.sh ├── cloudnativesecurityconeu22.sh ├── cloudnativesecurityconna21.sh ├── cloudnativesecurityconna22.sh ├── cloudnativesecurityconna23.sh ├── cloudnativesecurityconna24.sh ├── cloudnativetelcodayna22.sh ├── cloudnativewasmdayeu22.sh ├── cloudnativewasmdayna21.sh ├── cloudnativewasmdayna22.sh ├── cloudnativewasmeu21.sh ├── cnosvschina20cn.sh ├── cnsdeu20.sh ├── cnsdna20.sh ├── cnsecuritydayeu21.sh ├── colocatedeventseu2023.sh ├── colocatedeventseu2024.sh ├── colocatedeventsna2023.sh ├── colocatedeventsna2024.sh ├── crossplanedayeu21.sh ├── downloader.sh ├── dpdkchina2019.sh ├── envoycon2019.sh ├── envoycon2020.sh ├── envoyconna21.sh ├── fluentconeu21.sh ├── gitopsconeu22.sh ├── gitopsconna21.sh ├── gitopsconna22.sh ├── gitopssummit2021.sh ├── hgf18.sh ├── istiocon2023.sh ├── istioconchina2023.sh ├── kccna18.sh ├── kccncchina2018.sh ├── kccnceu19.sh ├── kccnceu20.sh ├── kccnceu2021.sh ├── kccnceu2022.sh ├── kccnceu2023.sh ├── kccnceu2024.sh ├── kccnceu2025.sh ├── kccncna19.sh ├── kccncna20.sh ├── kccncna2021.sh ├── kccncna2022.sh ├── kccncna2023.sh ├── kccncna2024.sh ├── kccncossaidevchn2024.sh ├── kccncosschn19chi.sh ├── kccncosschn19eng.sh ├── kccncosschn2023.sh ├── kccncosschn21.sh ├── kcsna2019.sh ├── knativeconeu22.sh ├── knativeconna22.sh ├── kubecon-eu-21-all.sh ├── kubecon-eu-22-all.sh ├── kubecon-eu-23-all.sh ├── kubecon-eu-24-all.sh ├── kubecon-na-21-all.sh ├── kubecon-na-22-all.sh ├── kubecon-na-23-all.sh ├── kubecon-na-24-all.sh ├── kubenetesaidayeu21.sh ├── kubenetesedgedayeu21.sh ├── kubernetesaidayeu22.sh ├── kubernetesaidayna21.sh ├── kubernetesaidayna22.sh ├── kubernetesbatchdayeu22.sh ├── kubernetesbatchdayna22.sh ├── kubernetesonedgedayeu22.sh ├── kubernetesonedgedayna22.sh ├── magmadayeu21.sh ├── onesummit2021.sh ├── openobservabilitydayna22.sh ├── ops2019.sh ├── otcdna20.sh ├── promconna21.sh ├── promcononline2021.sh ├── prometheusdayeu22.sh ├── pytorch2024.sh ├── servicemeshcon2019.sh ├── servicemeshconeu20.sh ├── servicemeshconeu21.sh ├── servicemeshconeu22.sh ├── servicemeshconna21.sh ├── servicemeshconna22.sh ├── smcna20.sh ├── spiffespiredayna20.sh ├── spseu20.sh ├── spsna19.sh ├── supplychainsecurityconna21.sh ├── wasmcon2023.sh ├── wasmcon2024.sh └── wasmcon24.sh /.gitignore: -------------------------------------------------------------------------------- 1 | hgf18 2 | kccna18 3 | kccncchina2018chinese 4 | kccnceu19 5 | kccncosschn19eng 6 | dpdkchina2019 7 | kccncna19 8 | servicemeshcon2019 9 | kcsna2019 10 | envoycon2019 11 | spsna19 12 | ops2019 13 | cnosvschina20cn 14 | servicemeshconeu20 15 | spseu20 16 | kccnceu20 17 | cnsdeu20 18 | cdcon2020 19 | envoycon2020 20 | kccncna20 21 | cnsdna20 22 | smcna20 23 | spiffespiredayna20 24 | kccnceu2021 25 | fluentconeu21 26 | magmadayeu21 27 | cloudnativerustdayeu21 28 | cnsecuritydayeu21 29 | kubenetesaidayeu21 30 | cloudnativewasmeu21 31 | kubenetesedgedayeu21 32 | promcononline2021 33 | crossplanedayeu21 34 | otcdna20 35 | servicemeshconeu21 36 | c2ds21 37 | cdcon2021 38 | gitopssummit2021 39 | promconna21 40 | servicemeshconna21 41 | envoyconna21 42 | supplychainsecurityconna21 43 | cloudnativeebpfdayna21 44 | kccncna2021 45 | cloudnativewasmdayna21 46 | cloudnativesecurityconna21 47 | kubernetesaidayna21 48 | gitopsconna21 49 | onesummit2021 50 | cloudnativedevxdayna21 51 | kccncosschn21 52 | servicemeshconeu22 53 | cloudnativeebpfdayeu22 54 | cloudnativewasmdayeu22 55 | prometheusdayeu22 56 | kccnceu2022 57 | cloudnativesecurityconeu22 58 | kubernetesbatchdayeu22 59 | kubernetesaidayeu22 60 | kubernetesonedgedayeu22 61 | gitopsconeu22 62 | knativeconeu22 63 | kccncna2022 64 | cloudnativeebpfdayna22 65 | gitopsconna22 66 | knativeconna22 67 | cloudnativewasmdayna22 68 | kubernetesonedgedayna22 69 | kubernetesaidayna22 70 | servicemeshconna22 71 | kubernetesbatchdayna22 72 | openobservabilitydayna22 73 | cloudnativesecurityconna22 74 | cloudnativetelcodayna22 75 | argocon2022 76 | cloudnativesecurityconna23 77 | colocatedeventseu2023 78 | kccnceu2023 79 | wasmcon2023 80 | istiocon2023 81 | istioconchina2023 82 | kccncosschn2023 83 | colocatedeventsna2023 84 | kccncna2023 85 | colocatedeventseu2024 86 | kccnceu2024 87 | kccncossaidevchn2024 88 | cloudnativesecurityconna24 89 | pytorch2024 90 | kccncna2024 91 | colocatedeventsna2024 92 | kccnceu2025 93 | wasmcon24 94 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # slides-downloader 2 | 3 | Download slides from Sched 4 | 5 | * [KubeCon + CloudNativeCon North America 2024](kccncna2024.sh) 6 | * [KubeCon + CloudNativeCon North America 2024 with Co-Located Events](kubecon-na-24-all.sh) 7 | * [KubeCon + CloudNativeCon + Open Source Summit + AI_dev China 2024](kccncossaidevchn2024.sh) 8 | * [KubeCon + CloudNativeCon Europe 2024 with Co-Located Events](kubecon-eu-24-all.sh) 9 | * [KubeCon + CloudNativeCon North America 2023 with Co-Located Events](kubecon-na-23-all.sh) 10 | * [KubeCon + CloudNativeCon North America 2023](kccncna2023.sh) 11 | * [KubeCon + CloudNativeCon + Open Source Summit China 2023](kccncosschn2023.sh) 12 | * [IstioCon 2023](istiocon2023.sh) 13 | * [IstioCon China 2023](istioconchina2023.sh) 14 | * [WASMCon 2023](wasmcon2023.sh) 15 | * [KubeCon + CloudNativeCon Europe 2023 with Co-Located Events](kubecon-eu-23-all.sh) 16 | * [KubeCon + CloudNativeCon Europe 2023](kccnceu2023.sh) 17 | * [CloudNativeSecurityCon 2023](cloudnativesecurityconna23.sh) 18 | * [KubeCon + CloudNativeCon North America 2022 with Co-Located Events](kubecon-na-22-all.sh) 19 | * [KubeCon + CloudNativeCon North America 2022](kccncna2022.sh) 20 | * [KubeCon + CloudNativeCon Europe 2022 with Co-Located Events](kubecon-eu-22-all.sh) 21 | * [KubeCon + CloudNativeCon Europe 2022](kccnceu2022.sh) 22 | * [KubeCon + CloudNativeCon + Open Source Summit China 2021](kccncosschn21.sh) 23 | * [KubeCon + CloudNativeCon North America 2021 with Co-Located Events](kubecon-na-21-all.sh) 24 | * [KubeCon + CloudNativeCon North America 2021](kccncna2021.sh) 25 | * [GitOpsCon North America 2021](gitopsconna21.sh) 26 | * [GitOps Summit 2021](gitopssummit2021.sh) 27 | * [Continuous Delivery Foundation cdCon 2021](cdcon2021.sh) 28 | * [KubeCon + CloudNativeCon Europe 2021 with Co-Located Events](kubecon-eu-21-all.sh) 29 | * [KubeCon + CloudNativeCon North America 2020 Virtual](kccncna20.sh) 30 | * [OpenTelemetry Community Day North America 2020](otcdna20.sh) 31 | * [ServiceMeshCon North America 2020](smcna20.sh) 32 | * [Cloud Native Security Day North America 2020](cnsdna20.sh) 33 | * [Production Identity Day: SPIFFE & SPIRE](spiffespiredayna20.sh) 34 | * [EnvoyCon 2020](envoycon2020.sh) 35 | * [KubeCon + CloudNativeCon Europe 2020](kccnceu20.sh) 36 | * [ServiceMeshCon Europe 2020](servicemeshconeu20.sh) 37 | * [Cloud Native + Open Source Virtual Summit China 2020](cnosvschina20cn.sh) 38 | * [Cloud Native Security Day Europe 2020](cnsdeu20.sh) 39 | 40 | I am lazy to list the others :-) -------------------------------------------------------------------------------- /argocon2022.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download ArgoCon 2022 presentations from Sched 4 | 5 | DAYS=("2022-09-19" "2022-09-20" "2022-09-21") 6 | EVENT=argocon2022 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /c2ds21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Confidential Computing Developer Summit 2021 presentations from Sched 4 | 5 | DAYS=("2021-06-11") 6 | EVENT=c2ds21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cdcon2020.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Continuous Delivery Foundation cdCon 2020 presentations from Sched 4 | 5 | DAYS=("2020-10-07") 6 | EVENT=cdcon2020 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cdcon2021.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Continuous Delivery Foundation cdCon 2021 presentations from Sched 4 | 5 | DAYS=("2021-06-22" "2021-06-23" "2021-06-24" "2021-06-25") 6 | EVENT=cdcon2021 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativedevxdayna21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native DevX Day North America 2021 presentations from Sched 4 | 5 | DAYS=("2021-10-12") 6 | EVENT=cloudnativedevxdayna21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativeebpfdayeu22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native eBPF Day Europe 2021 presentations from Sched 4 | 5 | DAYS=("2022-05-16") 6 | EVENT=cloudnativeebpfdayeu22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativeebpfdayna21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native eBPF Day North America 2021 presentations from Sched 4 | 5 | DAYS=("2021-10-11") 6 | EVENT=cloudnativeebpfdayna21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativeebpfdayna22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native eBPF Day North America 2022 presentations from Sched 4 | 5 | DAYS=("2022-10-24") 6 | EVENT=cloudnativeebpfdayna22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativerustdayeu21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native Rust Day 2021 presentations from Sched 4 | 5 | DAYS=("2021-05-03") 6 | EVENT=cloudnativerustdayeu21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativesecurityconeu22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native Security Conference Europe 2022 presentations from Sched 4 | 5 | DAYS=("2022-05-16" "2022-05-17") 6 | EVENT=cloudnativesecurityconeu22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativesecurityconna21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native Security Conference North America 2021 presentations from Sched 4 | 5 | DAYS=("2021-10-12") 6 | EVENT=cloudnativesecurityconna21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativesecurityconna22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native Security Conference North America 2022 presentations from Sched 4 | 5 | DAYS=("2022-10-24" "2022-10-25") 6 | EVENT=cloudnativesecurityconna22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativesecurityconna23.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download CloudNativeSecurityCon 2022 presentations from Sched 4 | 5 | DAYS=("2023-02-01" "2023-02-02") 6 | EVENT=cloudnativesecurityconna23 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativesecurityconna24.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download CloudNativeSecurityCon North America 2024 presentations from Sched 4 | 5 | DAYS=("2024-06-26" "2022-06-27") 6 | EVENT=cloudnativesecurityconna24 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativetelcodayna22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native Telco Day North America 2022 presentations from Sched 4 | 5 | DAYS=("2022-10-24") 6 | EVENT=cloudnativetelcodayna22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativewasmdayeu22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native Wasm Day Europe 2022 presentations from Sched 4 | 5 | DAYS=("2022-05-16") 6 | EVENT=cloudnativewasmdayeu22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativewasmdayna21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native Wasm Day North America 2021 presentations from Sched 4 | 5 | DAYS=("2021-10-12") 6 | EVENT=cloudnativewasmdayna21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativewasmdayna22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native Wasm Day North America 2022 presentations from Sched 4 | 5 | DAYS=("2022-10-24") 6 | EVENT=cloudnativewasmdayna22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cloudnativewasmeu21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native Wasm Day 2021 presentations from Sched 4 | 5 | DAYS=("2021-05-04") 6 | EVENT=cloudnativewasmeu21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cnosvschina20cn.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native + Open Source Virtual Summit China 2020 - Cn presentations from Sched 4 | 5 | DAYS=("2020-07-30" "2020-07-31" "2020-08-01") 6 | EVENT=cnosvschina20cn 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cnsdeu20.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native Security Day Europe 2020 presentations from Sched 4 | 5 | DAYS=("2020-08-17") 6 | EVENT=cnsdeu20 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cnsdna20.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native Security Day North America 2020 presentations from Sched 4 | 5 | DAYS=("2020-11-17") 6 | EVENT=cnsdna20 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /cnsecuritydayeu21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Cloud Native Security Day 2021 presentations from Sched 4 | 5 | DAYS=("2021-05-04") 6 | EVENT=cnsecuritydayeu21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /colocatedeventseu2023.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download CNCF-Hosted Co-Located Events Europe 2023 presentations from Sched 4 | 5 | DAYS=("2023-04-18") 6 | EVENT=colocatedeventseu2023 7 | 8 | source ./downloader.sh -------------------------------------------------------------------------------- /colocatedeventseu2024.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download CNCF-Hosted Co-Located Events Europe 2024 presentations from Sched 4 | 5 | DAYS=("2024-03-19") 6 | EVENT=colocatedeventseu2024 7 | 8 | source ./downloader.sh -------------------------------------------------------------------------------- /colocatedeventsna2023.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download CNCF-hosted Co-located Events North America 2023 presentations from Sched 4 | 5 | DAYS=("2023-11-06") 6 | EVENT=colocatedeventsna2023 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /colocatedeventsna2024.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download CNCF-hosted Co-located Events North America 2024 presentations from Sched 4 | 5 | DAYS=("2024-11-11" "2024-11-12") 6 | EVENT=colocatedeventsna2024 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /crossplanedayeu21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Crossplane Community Day Europe 2021 presentations from Sched 4 | 5 | DAYS=("2021-05-04") 6 | EVENT=crossplanedayeu21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /downloader.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Forked https://gist.github.com/hobbsh/35091c54970fff0b86a64cd72f02e8e3 4 | 5 | SCHED_URL=https://${EVENT}.sched.com 6 | 7 | for DAY in "${DAYS[@]}"; do 8 | mkdir -p "${EVENT}/${DAY}" 9 | LINKS=($(curl --referer ${SCHED_URL} -s ${SCHED_URL}/${DAY}/overview | grep -oEi "f='(.*)' cl" | cut -d\' -f 2 | tr '\n' ' ')) 10 | echo "Requesting ${SCHED_URL}/${DAY}/overview" 11 | echo "curl --referer ${SCHED_URL} -s ${SCHED_URL}/${DAY}/overview" 12 | for LINK in "${LINKS[@]}"; do 13 | echo "Requesting ${SCHED_URL}/${LINK}" 14 | FILE_URLS=$(curl -s ${SCHED_URL}/${LINK} | grep "file-uploaded" | cut -d\" -f 4) 15 | if [ -n "${FILE_URLS}" ]; then 16 | FILE_URLS=$(printf "%s\n" "${FILE_URLS[@]}" | sort -u) 17 | ITER=0 18 | for FILE_URL in $FILE_URLS; do 19 | FILENAME=${FILE_URL##*/} 20 | FILEEXT=${FILENAME##*.} 21 | # Ignore plain text transcript files 22 | if [[ "$FILEEXT" == "txt" ]] || [[ $FILENAME == Plain_Text_Transcript_* ]]; then 23 | echo "Skip downloaded ${FILE_URL}" 24 | continue 25 | fi 26 | if [ "$ITER" -eq "0" ]; then 27 | FILEPATH="${EVENT}/${DAY}/$(echo "${LINK}" | cut -d/ -f3).${FILEEXT}" 28 | else 29 | FILEPATH="${EVENT}/${DAY}/$(echo "${LINK}" | cut -d/ -f3)-${ITER}.${FILEEXT}" 30 | fi 31 | if [[ ! -f "${FILEPATH}" ]]; then 32 | echo "Downloading ${FILEPATH} from ${FILE_URL}" 33 | curl --retry 3 --retry-delay 3 -o "${FILEPATH}" -s "${FILE_URL}" 34 | else 35 | echo "Skip downloaded file ${FILEPATH}" 36 | fi 37 | ITER=$(expr $ITER + 1) 38 | done 39 | fi 40 | done 41 | done -------------------------------------------------------------------------------- /dpdkchina2019.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download DPDK Summit China 2019 presentations from Sched 4 | 5 | DAYS=("2019-06-24") 6 | EVENT=dpdkchina2019 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /envoycon2019.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download EnvoyCon 2019 presentations from Sched 4 | 5 | DAYS=("2019-11-18") 6 | EVENT=envoycon2019 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /envoycon2020.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download EnvoyCon 2020 presentations from Sched 4 | 5 | DAYS=("2020-10-15") 6 | EVENT=envoycon2020 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /envoyconna21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download EnvoyCon 2020 presentations from Sched 4 | 5 | DAYS=("2021-10-11") 6 | EVENT=envoyconna21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /fluentconeu21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download FluentCon 2021 presentations from Sched 4 | 5 | DAYS=("2021-05-04") 6 | EVENT=fluentconeu21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /gitopsconeu22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download GitOpsCon Europe 2022 presentations from Sched 4 | 5 | DAYS=("2022-05-17") 6 | EVENT=gitopsconeu22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /gitopsconna21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download GitOpsCon North America 2021 presentations from Sched 4 | 5 | DAYS=("2021-10-12") 6 | EVENT=gitopsconna21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /gitopsconna22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download GitOpsCon North America 2022 presentations from Sched 4 | 5 | DAYS=("2022-10-25") 6 | EVENT=gitopsconna22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /gitopssummit2021.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download GitOps Summit 2021 presentations from Sched 4 | 5 | DAYS=("2021-06-22") 6 | EVENT=gitopssummit2021 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /hgf18.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Hyperledger Global Forum 2018 from Sched 4 | 5 | DAYS=("2018-12-12" "2018-12-13" "2018-12-14" "2018-12-15") 6 | EVENT=hgf18 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /istiocon2023.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download IstioCon 2023 presentations from Sched 4 | 5 | DAYS=("2023-09-25" "2023-09-26") 6 | EVENT=istiocon2023 7 | 8 | source ./downloader.sh -------------------------------------------------------------------------------- /istioconchina2023.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download IstioCon China 2023 presentations from Sched 4 | 5 | DAYS=("2023-09-26") 6 | EVENT=istioconchina2023 7 | 8 | source ./downloader.sh -------------------------------------------------------------------------------- /kccna18.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon Europe 2018 presentations from Sched 4 | 5 | DAYS=("2018-12-10" "2018-12-11" "2018-12-12" "2018-12-13") 6 | EVENT=kccna18 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccncchina2018.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon China 2018 presentations from Sched 4 | 5 | DAYS=("2018-11-13" "2018-11-14" "2018-11-15") 6 | EVENT=kccncchina2018chinese 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccnceu19.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon Europe 2019 presentations from Sched 4 | 5 | DAYS=("2019-05-19" "2019-05-20" "2019-05-21" "2019-05-22" "2019-05-23") 6 | EVENT=kccnceu19 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccnceu20.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon Europe 2020 presentations from Sched 4 | 5 | DAYS=("2020-08-17" "2020-08-18" "2020-08-19" "2020-08-20") 6 | EVENT=kccnceu20 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccnceu2021.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon Europe 2021 presentations from Sched 4 | 5 | DAYS=("2021-05-03" "2021-05-04" "2021-05-05" "2021-05-06" "2021-05-07") 6 | EVENT=kccnceu2021 7 | 8 | source ./downloader.sh -------------------------------------------------------------------------------- /kccnceu2022.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon Europe 2022 presentations from Sched 4 | 5 | DAYS=("2022-05-16" "2022-05-17" "2022-05-18" "2022-05-19" "2022-05-20") 6 | EVENT=kccnceu2022 7 | 8 | source ./downloader.sh -------------------------------------------------------------------------------- /kccnceu2023.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon Europe 2023 presentations from Sched 4 | 5 | DAYS=("2023-04-17" "2023-04-18" "2023-04-19" "2023-04-20" "2023-04-21") 6 | EVENT=kccnceu2023 7 | 8 | source ./downloader.sh -------------------------------------------------------------------------------- /kccnceu2024.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon Europe 2024 presentations from Sched 4 | 5 | DAYS=("2024-03-19" "2024-03-20" "2024-03-21" "2024-03-22") 6 | EVENT=kccnceu2024 7 | 8 | source ./downloader.sh -------------------------------------------------------------------------------- /kccnceu2025.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon Europe 2025 presentations from Sched 4 | 5 | DAYS=("2025-04-01" "2025-04-02" "2025-04-03" "2025-04-04") 6 | EVENT=kccnceu2025 7 | 8 | source ./downloader.sh -------------------------------------------------------------------------------- /kccncna19.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon North America 2019 presentations from Sched 4 | 5 | DAYS=("2019-11-18" "2019-11-19" "2019-11-20" "2019-11-21") 6 | EVENT=kccncna19 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccncna20.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon North America 2020 Virtual presentations from Sched 4 | 5 | DAYS=("2020-11-17" "2020-11-18" "2020-11-19" "2020-11-20") 6 | EVENT=kccncna20 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccncna2021.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon North America 2021 presentations from Sched 4 | 5 | DAYS=("2021-10-11" "2021-10-12" "2021-10-13" "2021-10-14" "2021-10-15") 6 | EVENT=kccncna2021 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccncna2022.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon North America 2022 presentations from Sched 4 | 5 | DAYS=("2022-10-24" "2022-10-25" "2022-10-26" "2022-10-27" "2022-10-28") 6 | EVENT=kccncna2022 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccncna2023.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon North America 2023 presentations from Sched 4 | 5 | DAYS=("2023-11-06" "2023-11-07" "2023-11-08" "2023-11-09") 6 | EVENT=kccncna2023 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccncna2024.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon North America 2024 presentations from Sched 4 | 5 | DAYS=("2024-11-12" "2024-11-13" "2024-11-14" "2024-11-15") 6 | EVENT=kccncna2024 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccncossaidevchn2024.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon + Open Source Summit + AI_dev China 2024 presentations from Sched 4 | 5 | DAYS=("2024-08-21" "2024-08-22" "2024-08-23") 6 | EVENT=kccncossaidevchn2024 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccncosschn19chi.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon + Open Source Summit China 2019 presentations from Sched 4 | 5 | DAYS=("2019-06-24" "2019-06-25" "2019-06-26") 6 | EVENT=kccncosschn19chi 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccncosschn19eng.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon + Open Source Summit China 2019 presentations from Sched 4 | 5 | DAYS=("2019-06-24" "2019-06-25" "2019-06-26") 6 | EVENT=kccncosschn19eng 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kccncosschn2023.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon + Open Source Summit China 2023 presentations from Sched 4 | 5 | DAYS=("2023-09-26" "2023-09-27" "2023-09-28") 6 | EVENT=kccncosschn2023 7 | 8 | source ./downloader.sh -------------------------------------------------------------------------------- /kccncosschn21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon + Open Source Summit China 2021 presentations from Sched 4 | 5 | DAYS=("2021-12-09" "2021-12-10") 6 | EVENT=kccncosschn21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kcsna2019.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon North America 2019 presentations from Sched 4 | 5 | DAYS=("2019-11-17" "2019-11-18") 6 | EVENT=kcsna2019 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /knativeconeu22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KnativeCon Europe 2022 presentations from Sched 4 | 5 | DAYS=("2022-05-17") 6 | EVENT=knativeconeu22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /knativeconna22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KnativeCon North America 2022 presentations from Sched 4 | 5 | DAYS=("2022-10-24") 6 | EVENT=knativeconna22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kubecon-eu-21-all.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | echo Start downloading all presentations from KubeCon + CloudNativeCon Europe 2021 ... 4 | 5 | (trap 'kill 0' SIGINT; ./cloudnativerustdayeu21.sh & \ 6 | ./cloudnativewasmeu21.sh & \ 7 | ./cnsecuritydayeu21.sh & \ 8 | ./crossplanedayeu21.sh & \ 9 | ./fluentconeu21.sh & \ 10 | ./kubenetesaidayeu21.sh & \ 11 | ./kubenetesedgedayeu21.sh & \ 12 | ./magmadayeu21.sh & \ 13 | ./promcononline2021.sh & \ 14 | ./servicemeshconeu21.sh & \ 15 | ./kccnceu2021.sh) 16 | 17 | echo Finish downloading 18 | 19 | -------------------------------------------------------------------------------- /kubecon-eu-22-all.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | echo Start downloading all presentations from KubeCon + CloudNativeCon Europe 2022 ... 4 | 5 | (trap 'kill 0' SIGINT; \ 6 | ./cloudnativesecurityconeu22.sh & \ 7 | ./prometheusdayeu22.sh & \ 8 | ./promcononline2021.sh & \ 9 | ./servicemeshconeu22.sh & \ 10 | ./kubernetesonedgedayeu22.sh & \ 11 | ./cloudnativeebpfdayeu22.sh & \ 12 | ./cloudnativewasmdayeu22.sh & \ 13 | ./kubernetesaidayeu22.sh & \ 14 | ./kubernetesbatchdayeu22.sh & \ 15 | ./gitopsconeu22.sh & \ 16 | ./knativeconeu22.sh & \ 17 | ./kccnceu2022.sh) 18 | 19 | echo Finish downloading 20 | 21 | -------------------------------------------------------------------------------- /kubecon-eu-23-all.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | echo Start downloading all presentations from KubeCon + CloudNativeCon Europe 2023 ... 4 | 5 | (trap 'kill 0' SIGINT; \ 6 | ./colocatedeventseu2023.sh & \ 7 | ./kccnceu2023.sh) 8 | 9 | echo Finish downloading 10 | 11 | -------------------------------------------------------------------------------- /kubecon-eu-24-all.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | echo Start downloading all presentations from KubeCon + CloudNativeCon Europe 2023 ... 4 | 5 | (trap 'kill 0' SIGINT; \ 6 | ./colocatedeventseu2024.sh & \ 7 | ./kccnceu2024.sh) 8 | 9 | echo Finish downloading 10 | 11 | -------------------------------------------------------------------------------- /kubecon-na-21-all.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | echo Start downloading all presentations from KubeCon + CloudNativeCon North America 2021 ... 4 | 5 | (trap 'kill 0' SIGINT; ./servicemeshconna21.sh & \ 6 | ./gitopsconna21.sh &\ 7 | ./promconna21.sh &\ 8 | ./supplychainsecurityconna21.sh &\ 9 | ./cloudnativeebpfdayna21.sh & \ 10 | ./cnsecuritydayeu21.sh & \ 11 | ./cloudnativesecurityconna21.sh & \ 12 | ./cloudnativewasmdayna21.sh & \ 13 | ./kubenetesaidayeu21.sh & \ 14 | ./kubenetesedgedayeu21.sh & \ 15 | ./envoyconna21.sh & \ 16 | ./kubernetesaidayna21.sh & \ 17 | ./onesummit2021.sh & \ 18 | ./cloudnativedevxdayna21.sh & \ 19 | ./kccncna2021.sh) 20 | 21 | echo Finish downloading 22 | 23 | -------------------------------------------------------------------------------- /kubecon-na-22-all.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | echo Start downloading all presentations from KubeCon + CloudNativeCon North America 2022 ... 4 | 5 | (trap 'kill 0' SIGINT; \ 6 | ./cloudnativetelcodayna22.sh & \ 7 | ./cloudnativesecurityconna22.sh & \ 8 | ./kubernetesonedgedayna22.sh & \ 9 | ./openobservabilitydayna22.sh & \ 10 | ./servicemeshconna22.sh & \ 11 | ./kubernetesaidayna22.sh & \ 12 | ./gitopsconna22.sh & \ 13 | ./knativeconna22.sh & \ 14 | ./cloudnativewasmdayna22.sh & \ 15 | ./cloudnativeebpfdayna22.sh & \ 16 | ./kubernetesbatchdayna22.sh & \ 17 | ./kccncna2022.sh) 18 | 19 | echo Finish downloading 20 | 21 | -------------------------------------------------------------------------------- /kubecon-na-23-all.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | echo Start downloading all presentations from KubeCon + CloudNativeCon North America 2023 ... 4 | 5 | (trap 'kill 0' SIGINT; \ 6 | ./colocatedeventsna2023.sh & \ 7 | ./kccncna2023.sh) 8 | 9 | echo Finish downloading 10 | 11 | -------------------------------------------------------------------------------- /kubecon-na-24-all.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | echo Start downloading all presentations from KubeCon + CloudNativeCon North America 2024 ... 4 | 5 | (trap 'kill 0' SIGINT; \ 6 | ./colocatedeventsna2024.sh & \ 7 | ./kccncna2024.sh) 8 | 9 | echo Finish downloading 10 | 11 | -------------------------------------------------------------------------------- /kubenetesaidayeu21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Kubernetes AI Day 2021 presentations from Sched 4 | 5 | DAYS=("2021-05-04") 6 | EVENT=kubenetesaidayeu21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kubenetesedgedayeu21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Kubernetes on Edge Day 2021 presentations from Sched 4 | 5 | DAYS=("2021-05-04") 6 | EVENT=kubenetesedgedayeu21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kubernetesaidayeu22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Kubernetes AI Day Europe 2022 presentations from Sched 4 | 5 | DAYS=("2022-05-16") 6 | EVENT=kubernetesaidayeu22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kubernetesaidayna21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Kubernetes AI Day North America 2021 presentations from Sched 4 | 5 | DAYS=("2021-10-12") 6 | EVENT=kubernetesaidayna21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kubernetesaidayna22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Kubernetes AI Day North America 2022 presentations from Sched 4 | 5 | DAYS=("2022-10-25") 6 | EVENT=kubernetesaidayna22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kubernetesbatchdayeu22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Kubernetes Batch + HPC Day Europe 2022 presentations from Sched 4 | 5 | DAYS=("2022-05-17") 6 | EVENT=kubernetesbatchdayeu22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kubernetesbatchdayna22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Kubernetes Batch + HPC Day North America 2022 presentations from Sched 4 | 5 | DAYS=("2022-10-24") 6 | EVENT=kubernetesbatchdayna22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kubernetesonedgedayeu22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Kubernetes on Edge Day Europe 2022 presentations from Sched 4 | 5 | DAYS=("2022-05-17") 6 | EVENT=kubernetesonedgedayeu22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /kubernetesonedgedayna22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Kubernetes on Edge Day North America 2022 presentations from Sched 4 | 5 | DAYS=("2022-10-25") 6 | EVENT=kubernetesonedgedayna22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /magmadayeu21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Magma Day 2021 presentations from Sched 4 | 5 | DAYS=("2021-05-03") 6 | EVENT=magmadayeu21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /onesummit2021.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Open Networking & Edge Summit + Kubernetes on Edge Day 2021 presentations from Sched 4 | 5 | DAYS=("2021-10-11" "2021-10-12") 6 | EVENT=onesummit2021 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /openobservabilitydayna22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Open Observability Day 2022 presentations from Sched 4 | 5 | DAYS=("2022-10-24") 6 | EVENT=openobservabilitydayna22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /ops2019.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Observability Practitioners Summit 2019 presentations from Sched 4 | 5 | DAYS=("2019-11-18") 6 | EVENT=ops2019 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /otcdna20.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download OpenTelemetry Community Day North America 2020 presentations from Sched 4 | 5 | DAYS=("2020-11-17") 6 | EVENT=otcdna20 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /promconna21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download PromCon North America 2021 presentations from Sched 4 | 5 | DAYS=("2021-10-11") 6 | EVENT=promconna21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /promcononline2021.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download PromCon Online 2021 presentations from Sched 4 | 5 | DAYS=("2021-05-03") 6 | EVENT=promcononline2021 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /prometheusdayeu22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Prometheus Day Europe 2022 presentations from Sched 4 | 5 | DAYS=("2022-05-17") 6 | EVENT=prometheusdayeu22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /pytorch2024.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Pytorch Conference 2024 presentations from Sched 4 | 5 | DAYS=("2024-09-18" "2024-09-19") 6 | EVENT=pytorch2024 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /servicemeshcon2019.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download KubeCon + CloudNativeCon North America 2019 presentations from Sched 4 | 5 | DAYS=("2019-11-18") 6 | EVENT=servicemeshcon2019 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /servicemeshconeu20.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download ServiceMeshCon Europe 2020 presentations from Sched 4 | 5 | DAYS=("2020-08-17") 6 | EVENT=servicemeshconeu20 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /servicemeshconeu21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download ServiceMeshCon 2021 presentations from Sched 4 | 5 | DAYS=("2021-05-04") 6 | EVENT=servicemeshconeu21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /servicemeshconeu22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download ServiceMeshCon 2022 Europe presentations from Sched 4 | 5 | DAYS=("2022-05-17") 6 | EVENT=servicemeshconeu22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /servicemeshconna21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download ServiceMeshCon North America 2021 presentations from Sched 4 | 5 | DAYS=("2021-10-12") 6 | EVENT=servicemeshconna21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /servicemeshconna22.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download ServiceMeshCon North America 2022 presentations from Sched 4 | 5 | DAYS=("2022-10-25") 6 | EVENT=servicemeshconna22 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /smcna20.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download ServiceMeshCon North America 2020 presentations from Sched 4 | 5 | DAYS=("2020-11-17") 6 | EVENT=smcna20 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /spiffespiredayna20.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Production Identity Day: SPIFFE & SPIRE presentations from Sched 4 | 5 | DAYS=("2020-11-17") 6 | EVENT=spiffespiredayna20 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /spseu20.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Serverless Practitioners Summit Europe 2020 presentations from Sched 4 | 5 | DAYS=("2020-08-17") 6 | EVENT=spseu20 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /spsna19.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download Serverless Practitioners Summit North America 2019 presentations from Sched 4 | 5 | DAYS=("2019-11-18") 6 | EVENT=spsna19 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /supplychainsecurityconna21.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download SupplyChainSecurityCon hosted by CNCF + CDF 2021 presentations from Sched 4 | 5 | DAYS=("2021-10-11") 6 | EVENT=supplychainsecurityconna21 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /wasmcon2023.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download WASMCon 2023 presentations from Sched 4 | 5 | DAYS=("2023-09-06" "2023-09-07") 6 | EVENT=wasmcon2023 7 | 8 | source ./downloader.sh -------------------------------------------------------------------------------- /wasmcon2024.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download WasmCon 2024 presentations from Sched 4 | 5 | DAYS=("2024-11-11" "2023-11-12") 6 | EVENT=wasmcon24 7 | 8 | source ./downloader.sh 9 | -------------------------------------------------------------------------------- /wasmcon24.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # Download WASMCon 2024 presentations from Sched 4 | 5 | DAYS=("2024-11-11" "2024-11-12") 6 | EVENT=wasmcon24 7 | 8 | source ./downloader.sh --------------------------------------------------------------------------------