Your syntax was effeedd up. You need to be OCD like your computer is!
Remember to include parenthesis on if statements:
void roll() {
spaces += int(random(1, 3));
if (spaces >= 15) {
spaces = 15;
}| .wufoo input.text, input.textarea { | |
| padding: 5px; | |
| } |
| import static org.junit.Assert.assertEquals; | |
| import static org.junit.Assert.assertTrue; | |
| import java.io.ByteArrayOutputStream; | |
| import java.io.PrintStream; | |
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| import org.junit.After; | |
| import org.junit.Before; |
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <link rel="stylesheet" type="text/css" href="screen.css"> | |
| </head> | |
| <body> | |
| <div class="box"> | |
| <div class="sheet"></div> | |
| </div> |
Your syntax was effeedd up. You need to be OCD like your computer is!
Remember to include parenthesis on if statements:
void roll() {
spaces += int(random(1, 3));
if (spaces >= 15) {
spaces = 15;
}| validate :: Integer -> Bool | |
| validate n = mod (sumDigits (doubleEveryOther (toDigits n))) 10 == 0 |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset=utf-8 /> | |
| <title>SVG colored patterns via mask</title> | |
| <style> | |
| /* FF seems to need explicit dimensions */ | |
| svg { | |
| width: 500px; | |
| height: 500px; |
I hereby claim:
To claim this, I am signing this object:
| """Simulates expected wait time for a scenario involving 2 trains. | |
| The problem is stated in Exercise 5.6.8 of Colley's _Vector Calculus_: | |
| Suppose that you commute every day to work by subway. You walk to the same | |
| subway station, which is served by two subway lines, both stopping near | |
| where you work. During rush hour, each subway line sends trains to arrive | |
| at the stop every 6 minutes, but the dispatchers begin the schedules at | |
| random times. What is the average time you expect to wait for a subway | |
| train? |
| diff --git a/Vagrantfile b/Vagrantfile | |
| index 1210469..9db4bf7 100644 | |
| --- a/Vagrantfile | |
| +++ b/Vagrantfile | |
| @@ -34,6 +34,7 @@ Vagrant.configure("2") do |config| | |
| a.playbook = "ansible/site.yml" | |
| a.inventory_path = "ansible/local" | |
| a.limit = "all" | |
| + a.verbose = "vvvv" | |
| # a.raw_ssh_args = ['-o User=h2ometrics', '-o IdentityFile=~/.ssh/id_rsa'] |