Skip to content

Instantly share code, notes, and snippets.

@rschuetzler
rschuetzler / gist:8869180
Created February 7, 2014 18:51
Get number of factors
library(nFactors)
ev <- eigen(cor(all.data[self.reports]))
ap <- parallel(subject = nrow(all.data), var = ncol(all.data[self.reports]),
rep = 100, cent = 0.05)
nS <- nScree(x = ev$values, aparallel = ap$eigen$qevpea)
plotnScree(nS)
\documentclass{article}
\title{This Is My First Document}
\author{Ryan Schuetzler}
\begin{document}
\maketitle
\section{Introduction (Header 1)}
@rschuetzler
rschuetzler / blog.bib
Created May 7, 2014 21:36
Example Bibliography
@article{ackoff_management_1961,
title = {Management Misinformation Systems},
volume = {14},
pages = {147-156},
number = {4},
journaltitle = {Management Science},
author = {Ackoff, R L},
date = {1961}
}
\documentclass{article}
\title{Now We're Citing}
\author{Ryan Schuetzler}
\usepackage[backend=bibtex,style=authoryear]{biblatex}
\addbibresource{library.bib}
\documentclass{article}
\title{Now We're Citing}
\author{Ryan Schuetzler}
\usepackage[backend=bibtex,style=authoryear]{biblatex}
\addbibresource{blog.bib}
\begin{document}
@rschuetzler
rschuetzler / figures.tex
Created June 6, 2014 19:19
LaTeX document demonstrating use of figures in a float
\documentclass{article}
\usepackage{graphicx}
% \usepackage{biblatex}
\graphicspath { {figs/} }
\begin{document}
This is me referencing Figure~\ref{fig:smile}.
@rschuetzler
rschuetzler / Outlook2010GoogleCalendarSyncHack.ahk
Created August 24, 2012 22:59
Automatically click through the "Choose Profile" option with Google Calendar Sync and Outlook
while 1
{
IfWinExist Choose Profile
{
WinActivate
Send {Enter}
}
}

Keybase proof

I hereby claim:

  • I am rschuetzler on github.
  • I am rschuetzler (https://keybase.io/rschuetzler) on keybase.
  • I have a public key is ASD1UGpYq9lNtyFhAyGZABkRjEFMA_elK1YyPd1UfRS8dgo

To claim this, I am signing this object:

@rschuetzler
rschuetzler / evernoteNoTitle.bat
Created June 29, 2013 18:04
Launcy script to add Evernote note without a title
@ECHO OFF
rem Add item to Launchy Runner with:
rem Program: C:\path\to\evernoteaddnotitle.bat
rem Arguments: "$$"
rem The %~2 removes the opening and closing quotes in the argument
echo %~1 | "C:\Program Files (x86)\Evernote\Evernote\ENScript.exe" createNote /n "_INBOX"
@rschuetzler
rschuetzler / datacom-reading-list.adoc
Last active April 13, 2017 20:19
Supplementary readings and sites for introductory data communications students

Datacom Reading List

I’ve been teaching data communications to undergraduate students for years, and for graduate students for only slightly less time. Over this time I’ve accumulated a whole bunch of interesting supplementary readings, videos, and activities to make things more interesting. This is the list so others can use it. If you have suggested additions, let me know. I’m happy to find more!

Jump to a Section