Skip to content

Instantly share code, notes, and snippets.

View MarcPartensky's full-sized avatar
🐳

Marc Partensky MarcPartensky

🐳
View GitHub Profile
@MarcPartensky
MarcPartensky / ozone.txt
Created February 1, 2021 14:10
ISEP - STD Datascience3 - Dataset
"maxO3" "T12" "Ne12" "maxO3v"
89.6 20.7 1 78.8
81.2 13.1 7 95.2
96.2 26 2 87.4
113.8 27.2 6 125.8
88 14.1 6 82.8
63 20.4 7 79.8
87.4 24.8 3 49.8
63.6 13.4 7 95.6
63.6 13.4 7 95.6
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
;Murder;Assault;UrbanPop;Rape
Alabama;13.2;236;58;21.2
Alaska;10;263;48;44.5
Arizona;8.1;294;80;31
Arkansas;8.8;190;50;19.5
California;9;276;91;40.6
Colorado;7.9;204;78;38.7
Connecticut;3.3;110;77;11.1
Delaware;5.9;238;72;15.8
Florida;15.4;335;80;31.9
{
"url": [
"https://planning-2021.isep.fr/Telechargements/ical/Edt_PARTENSKY.ics?version=2018.0.3.1&idICal=6C816F69821EE3A823F34048B58D1F88&param=643d5b312e2e36325d2666683d3126663d31",
"https://calendar.google.com/calendar/ical/marc.partensky%40gmail.com/public/basic.ics"
],
"title": "Planning de Marc",
"language": "fr",
"css": "div {\nfont-size: 1vw;\n}",
"tab": "week"
}
# Installs programs to run my website
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install docker docker-machine openssl
brew cask install virtualbox
docker-machine create --driver virtualbox default
docker-machine env default
eval "$(docker-machine env default)"
# Run my website (finally)
docker run -it -e SECRET_KEY=$(openssl rand -base64 21) -p 8000:8000 marcpartensky/website;