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
Windows.10.and.Office.2016.gVLK | |
##################################################################### | |
# technet.microsoft.com/en-us/library/jj612867.aspx?lc=1033 # | |
##################################################################### | |
Windows 10 Professional W269N-WFGWX-YVC9B-4J6C9-T83GX | |
Windows 10 Professional N MH37W-N47XK-V7XM9-C7227-GCQG9 | |
Windows 10 Education NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 | |
Windows 10 Education N 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ |
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
cd /tmp/kitchen | |
sudo /opt/chef/embedded/bin/gem install chef-zero | |
/opt/chef/embedded/bin/chef-zero -d | |
sudo knife cookbook upload -a -c client.rb | |
sudo chef-shell -z -c client.rb -o 'demonops::default' |
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
# loading in Retrosheet data for the seasons 1960 through 2013 from my website | |
load(url("http://bayes.bgsu.edu/baseball/pbp.1960.1979.Rdata")) | |
load(url("http://bayes.bgsu.edu/baseball/pbp.1980.1999.Rdata")) | |
load(url("http://bayes.bgsu.edu/baseball/pbp.2000.2013.Rdata")) | |
batter.matchup.ggplot <- function(Name, graph=TRUE, retroid=FALSE){ | |
# this function assumes the data frames pbp.60.79, pbp.80.99, and pbp.00.13 are | |
# in the workspace | |
fit.model <- function(y, n){ | |
require(LearnBayes) |
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 | |
# | |
# consul Manage the consul agent | |
# | |
# chkconfig: 2345 95 95 | |
# description: Consul is a tool for service discovery and configuration | |
# processname: consul | |
# config: /etc/consul.conf | |
# pidfile: /var/run/consul.pid |
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
<?xml version='1.0' encoding='UTF-8'?> | |
<project> | |
<actions/> | |
<description></description> | |
<keepDependencies>false</keepDependencies> | |
<properties> | |
<com.coravy.hudson.plugins.github.GithubProjectProperty plugin="[email protected]"> | |
<projectUrl>https://github.com/txag1995/sample-cookbook/</projectUrl> | |
</com.coravy.hudson.plugins.github.GithubProjectProperty> | |
</properties> |