Preprocessing
This file contains hidden or 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
Show hidden characters
{ | |
"color_scheme": "Packages/MarkdownEditing/MarkdownEditor-Dark.tmTheme", | |
"draw_centered": false, | |
"word_wrap": "auto", | |
"wrap_width": 0, | |
} |
This file contains hidden or 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
#! /usr/bin/env Rscript | |
# File description ------------------------------------------------------------- | |
# | |
# | |
# Setup packages --------------------------------------------------------------- | |
# List of packages for session | |
.packages = c("devtools", | |
"stringr", |
This file contains hidden or 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
# Setup Packages --------------------------------------------------------------- | |
# List of packages for session | |
.packages <- c("devtools", "dplyr", "ggplot2", "markdown") | |
# Install CRAN packages (if not already installed) | |
.inst <- .packages %in% installed.packages() | |
if(length(.packages[!.inst]) > 0) install.packages(.packages[!.inst]) | |
# Load packages for session | |
lapply(.packages, require, character.only=TRUE) |
This file contains hidden or 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
# I shouldn't install packages into `base` env. But I do. Here they are: | |
name: base | |
channels: | |
- pytorch | |
- conda-forge | |
- defaults | |
dependencies: | |
- _ipyw_jlab_nb_ext_conf=0.1.0=py36_0 | |
- _r-mutex=1.0.0=anacondar_1 | |
- _tflow_select=2.3.0=mkl |
Criteria for workplace profile photo:
- Simple - Only you, no one else. Should not have a busy background or outfit.
- The photo should be clear, in focus, and with good contrast.
- You should look friendly and directly at the camera. You should be square to the camera.
- Your face should take up a majority of the frame. Your entire face should be visible. Your hands should not be visible.
- Should look like the best version of yourself on a daily basis.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.