Follow the steps below to display the full file path within Finder window title bars as you navigate your mac.
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
| [ | |
| { | |
| "keys": [ | |
| "alt+minus" | |
| ], | |
| "command": "insert", | |
| "args": { | |
| "characters": " <- " | |
| }, | |
| "context": [ |
| { | |
| "default_encoding": "UTF-8", | |
| "bold_folder_labels": true, | |
| "color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", | |
| "font_face": "Consolas", | |
| "font_size": 13, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": [ | |
| "Vintage" |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """excuse.py | |
| Usage: | |
| excuse.py | |
| Arguments: | |
| -h --help |
| bootstrap.list <- c("car", | |
| "codetools", | |
| "colorspace", | |
| "data.table", | |
| "devtools", | |
| "dplyr", | |
| "forecast", | |
| "ggplot2", | |
| "knitr", | |
| "lattice", |
| [ | |
| { | |
| "data": [ | |
| "David Moore, a wealthy Manhattanite, comes rushing into the lobby of his apartment building, carrying his comatose wife Joan in his arms." | |
| ] | |
| } | |
| ] |
| # script originally found here: | |
| # http://www.unt.edu/rss/class/Jon/R_SC/Module9/MultiNomReg.R | |
| # | |
| # | |
| ########## Multinomial Logistic Regression example ########## | |
| # | |
| # |
| # this script originall found here: | |
| # http://www.unt.edu/rss/class/Jon/R_SC/Module10/BayesianGLM.R | |
| # | |
| # | |
| ########## Bayesian Regression / Generalized Linear Models ########## | |
| # | |
| # | |
| # Generate some "simulated" data for the examples below. |