This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############ | |
### We must build our own image, conda is a no go | |
# https://gist.github.com/affixalex/97bc870e478b4f77a161e5fb2d63ec6d | |
# https://hub.docker.com/r/jupyterhub/jupyterhub/dockerfile | |
####### | |
FROM jupyterhub/jupyterhub:latest | |
USER root | |
RUN pip3 install oauthenticator ipywidgets nbdime ipyleaflet ipympl jupyterlab-git jupyterlab_sql jupyterlab_code_formatter \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt update | |
sudo apt upgrade -y | |
sudo apt install -y wget curl | |
cd Downloads/ | |
# Edge | |
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 | 148 | 72 | 35 | 0 | 33.6 | 0.627 | 50 | 1 | |
---|---|---|---|---|---|---|---|---|---|
1 | 85 | 66 | 29 | 0 | 26.6 | 0.351 | 31 | 0 | |
8 | 183 | 64 | 0 | 0 | 23.3 | 0.672 | 32 | 1 | |
1 | 89 | 66 | 23 | 94 | 28.1 | 0.167 | 21 | 0 | |
0 | 137 | 40 | 35 | 168 | 43.1 | 2.288 | 33 | 1 | |
5 | 116 | 74 | 0 | 0 | 25.6 | 0.201 | 30 | 0 | |
3 | 78 | 50 | 32 | 88 | 31.0 | 0.248 | 26 | 1 | |
10 | 115 | 0 | 0 | 0 | 35.3 | 0.134 | 29 | 0 | |
2 | 197 | 70 | 45 | 543 | 30.5 | 0.158 | 53 | 1 | |
8 | 125 | 96 | 0 | 0 | 0.0 | 0.232 | 54 | 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ozone | Solar.R | Wind | Temp | Month | Day | ||
---|---|---|---|---|---|---|---|
1 | 41 | 190 | 7.4 | 67 | 5 | 1 | |
2 | 36 | 118 | 8 | 72 | 5 | 2 | |
3 | 12 | 149 | 12.6 | 74 | 5 | 3 | |
4 | 18 | 313 | 11.5 | 62 | 5 | 4 | |
5 | NA | NA | 14.3 | 56 | 5 | 5 | |
6 | 28 | NA | 14.9 | 66 | 5 | 6 | |
7 | 23 | 299 | 8.6 | 65 | 5 | 7 | |
8 | 19 | 99 | 13.8 | 59 | 5 | 8 | |
9 | 8 | 19 | 20.1 | 61 | 5 | 9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Catholic | Place | Protestant | LabelCatholic | LabelProtestant | ||
---|---|---|---|---|---|---|
1 | 9.96 | Courtelary | 90.04 | Catholic 9.96 % | Protestant 90.04 % | |
2 | 84.84 | Delemont | 15.16 | Catholic 84.84 % | Protestant 15.16 % | |
3 | 93.4 | Franches-Mnt | 6.6 | Catholic 93.4 % | Protestant 6.6 % | |
4 | 33.77 | Moutier | 66.23 | Catholic 33.77 % | Protestant 66.23 % | |
5 | 5.16 | Neuveville | 94.84 | Catholic 5.16 % | Protestant 94.84 % | |
6 | 90.57 | Porrentruy | 9.43 | Catholic 90.57 % | Protestant 9.43 % | |
7 | 92.85 | Broye | 7.15 | Catholic 92.85 % | Protestant 7.15 % | |
8 | 97.16 | Glane | 2.84 | Catholic 97.16 % | Protestant 2.84 % | |
9 | 97.67 | Gruyere | 2.33 | Catholic 97.67 % | Protestant 2.33 % |
We can make this file beautiful and searchable if this error is corrected: Any value after quoted field isn't allowed in line 1.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"";"Catholic";"Place";"Protestant";"LabelCatholic";"LabelProtestant" | |
"1";9,96;"Courtelary";90,04;"Catholic 9.96 %";"Protestant 90.04 %" | |
"2";84,84;"Delemont";15,16;"Catholic 84.84 %";"Protestant 15.16 %" | |
"3";93,4;"Franches-Mnt";6,6;"Catholic 93.4 %";"Protestant 6.6 %" | |
"4";33,77;"Moutier";66,23;"Catholic 33.77 %";"Protestant 66.23 %" | |
"5";5,16;"Neuveville";94,84;"Catholic 5.16 %";"Protestant 94.84 %" | |
"6";90,57;"Porrentruy";9,43;"Catholic 90.57 %";"Protestant 9.43 %" | |
"7";92,85;"Broye";7,15;"Catholic 92.85 %";"Protestant 7.15 %" | |
"8";97,16;"Glane";2,84;"Catholic 97.16 %";"Protestant 2.84 %" | |
"9";97,67;"Gruyere";2,33;"Catholic 97.67 %";"Protestant 2.33 %" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Session info ------------------------------------------------------------------------------------------------------------------ | |
setting value | |
version R version 3.2.3 (2015-12-10) | |
system x86_64, linux-gnu | |
ui RStudio (0.99.1054) | |
language en_US | |
collate en_US.UTF-8 | |
tz <NA> | |
date 2016-02-07 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(shiny) | |
library(shinydashboard) | |
header <- dashboardHeader(title = "Dashboard Demo") | |
body <- dashboardBody() | |
server <- function(input, output) { | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(shiny) | |
library(shinydashboard) | |
header <- dashboardHeader( | |
title = "Dashboard Demo", | |
# Dropdown menu for messages | |
dropdownMenu( | |
type = "messages", | |
badgeStatus = "success", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Tweetdeck Permant | |
// @description Block that fucking heart on tweetdeck | |
// @namespace https://tweetdeck.twitter.com | |
// @include https://*.twitter.com/* | |
// @include https://tweetdeck.com/* | |
// @include https://tweetdeck.twitter.com/* | |
// @version 1.3 | |
// @author https://github.com/dmpe | @dmpe | John Malc | |
// @grant none |