Step 1. Go to the collegeboard website and login
Step 2. Visit this url:
Step 3. Right click. Inspect Element. Go to console. Paste in this snippet:
dTest = [0,0,0] | |
dTest[0] = w[0][0]*x[0] + | |
w[1][0]*x[1] + | |
w[2][0]*x[2] + | |
w[3][0]*x[3] + | |
w[4][0]*x[4] + | |
w[5][0]*x[5] + | |
w[6][0]*x[6] + | |
w[7][0]*x[7] + |
sudo apt-get update | |
sudo apt-get install nodejs | |
sudo apt-get install npm | |
sudo apt-get install nodejs-legacy | |
npm install -g nodemon | |
sudo apt-get update | |
sudo apt-get install build-essential | |
sudo apt-get install tcl8.5 | |
wget http://download.redis.io/releases/redis-3.0.1.tar.gz |
automate () { | |
read num #assigns input to num | |
path="tl_2013_" | |
patha="$num" | |
pathb="_sldu" | |
path="$path$patha$pathb" | |
path="cd $path" | |
eval $path |
@keyframes takeoff { | |
0% { | |
bottom: -10%; | |
left: 0px; | |
-webkit-transform: scale(0.6) rotate(-90deg); | |
} | |
50% { | |
bottom: 50%; | |
left: 50%; | |
-webkit-transform: scale(0.6) translate(-50%, -50%) |
Step 1. Go to the collegeboard website and login
Step 2. Visit this url:
Step 3. Right click. Inspect Element. Go to console. Paste in this snippet:
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |