I hereby claim:
- I am chrisfosterelli on github.
- I am chrisfosterelli (https://keybase.io/chrisfosterelli) on keybase.
- I have a public key whose fingerprint is 00E2 7670 D3FB 9A35 06C2 EE62 CFA6 998D 9770 2317
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| WORKSHOP 1 | |
| ========== | |
| Hi everyone! Let's get started! | |
| First, download and install GPG. | |
| If you use: | |
| Linux - You should already have GPG installed | |
| Windows - http://gpg4win.org/ |
| WORKSHOP 2 | |
| ========== | |
| Welcome! | |
| Step 1: Come up front and I'll set you up with a Keybase.io invite! | |
| Step 2: Prove at least two accounts | |
| Step 3: Start tracking @chrisfosterelli | |
| Step 4: Encrypt a secret message using my keybase PGP key and email/tweet it to me. |
| WORKSHOP 2 | |
| ========== | |
| Welcome! | |
| You're going to do some software development now! | |
| 1. Create a Github account | |
| 2. Follow me on Github (https://github.com/chrisfosterelli) | |
| 3. Go to the gittalk2 demo repository |
| WORKSHOP 1 | |
| ========== | |
| Welcome! | |
| Step 1: Download Git | |
| : http://git-scm.com/downloads | |
| Step 2: Setup Git | |
| : git config --global user.name "Firstname Lastname" |
| // EXTREMELY hacky - sorry :P | |
| var http = require('https'); | |
| var defaults = {'term_in':'201410', | |
| 'sel_subj':'dummy', | |
| 'sel_day':'dummy', | |
| 'sel_schd':'dummy', | |
| 'sel_insm':'dummy', | |
| 'sel_camp':'dummy', | |
| 'sel_levl':'dummy', | |
| 'sel_sess':'dummy', |
| WORKSHOP 1 | |
| ========== | |
| Welcome! | |
| Step 1: Download a Basic Jasmine Setup | |
| : https://drive.google.com/file/d/0B16WkmKMiD-KWUVnUnFqWHBMVlE/view | |
| Step 2: Unzip the file | |
| WORKSHOP 2 | |
| ========== | |
| Welcome back! | |
| At the end of each test, call me over and I'll give you some quick feedback! | |
| Step 1: Open the Jasmine documentation, you'll need it! | |
| : http://jasmine.github.io/2.3/introduction.html | |
| Step 2: Create a test suite and Javascript file to make an HTTP |
| #!/usr/bin/env python3 | |
| """ Basic implementation of the Two-Phase Simplex Method """ | |
| import sys | |
| import numpy as np | |
| class Solver(): | |
| def __init__(self, A, b, c): |
| IS IT A PERSON? | |
| IS IT A FRUIT? | |
| IS IT MADE OF PLASTIC? | |
| IS IT COLORFUL? | |
| DOES IT CHANGE COLOR? | |
| IS ONE MORE THAN ONE COLORED? | |
| IS IT WHITE? | |
| IS IT RED? | |
| IS IT ORANGE? | |
| IS IT YELLOW? |