fill-in-your-name
This file contains hidden or 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
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <svg width="720" height="120"> | |
| <circle cx="40" cy="60" r="10"></circle> | |
| <circle cx="80" cy="60" r="10"></circle> | |
| <circle cx="120" cy="60" r="10"></circle> | |
| </svg> |
This file contains hidden or 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
| name value | |
| Locke 4 | |
| Reyes 8 | |
| Ford 15 | |
| Jarrah 16 | |
| Shephard 23 | |
| Kwon 42 |
This file contains hidden or 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
| name | value | |
|---|---|---|
| Locke | 4 | |
| Reyes | 8 | |
| Ford | 15 | |
| Jarrah | 16 | |
| Shephard | 23 | |
| Kwon | 42 |
This file contains hidden or 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
| Locke | 4 | |
|---|---|---|
| Reyes | 8 | |
| Ford | 15 | |
| Jarrah | 16 | |
| Shephard | 23 | |
| Kwon | 42 |
This file contains hidden or 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
| name | value | |
|---|---|---|
| A | .08167 | |
| B | .01492 | |
| C | .02782 | |
| D | .04253 | |
| E | .12702 | |
| F | .02288 | |
| G | .02015 | |
| H | .06094 | |
| I | .06966 |
This file contains hidden or 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
| group population income | |
| Under 05 21434 8 | |
| 05 to 09 20785 9 | |
| 10 to 14 19893 10 | |
| 15 to 19 21086 13 | |
| 20 to 24 21154 16 | |
| 25 to 29 21453 27 | |
| 30 to 34 19632 32 | |
| 35 to 39 19888 35 | |
| 40 to 44 20559 36 |
This file contains hidden or 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
| package org.sikuli.slides.driver.examples.mailchimp; | |
| import java.net.MalformedURLException; | |
| import java.net.URL; | |
| import org.sikuli.api.API; | |
| import org.sikuli.slides.driver.WidgetSlideFactory; | |
| import org.sikuli.slides.driver.Widget; | |
| import org.sikuli.slides.driver.annotations.WidgetSlide; |
This file contains hidden or 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
| package org.sikuli.slides.driver.examples.chase; | |
| import java.net.MalformedURLException; | |
| import java.net.URL; | |
| import org.sikuli.api.API; | |
| import org.sikuli.slides.driver.Widget; | |
| import org.sikuli.slides.driver.WidgetSlideFactory; | |
| import org.sikuli.slides.driver.annotations.WidgetSlide; |
OlderNewer
