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
[1] "WON MORE TURNS" | |
won_more_turns | |
p1_units Agree Disagree Neither agree nor disagree Strongly agree Strongly disagree | |
3 14 6 15 0 0 | |
5 9 3 8 3 1 | |
Fisher's Exact Test for Count Data | |
data: dwonmoret.con | |
p-value = 0.1775 |
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
---------------------------Dropquest 2012 Answer Guide----------------------------- | |
Chapter 1: 64529 38645 46637 24929 <- try one of these | |
Chapter 2: https://www.dropbox.com/dropquest2012/crane | |
Chapter 3: SMUDGES | |
Chapter 4: SOMA | |
Chapter 5: MAD LIB | |
Chapter 6: https://www.dropbox.com/events?ns...=3-21-2005 or https://www.dropbox.com/events?ns...d=1-7-2003 | |
Chapter 7: https://www.dropbox.com/dropquest2012/LEADING or https://www.dropbox.com/dropquest2012/DEALING or https://www.dropbox.com/dropquest2012/ALIGNED | |
Chapter 8: triumphant | |
Chapter 9: Go https://www.dropbox.com/tour/6 and invite the given email address |
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
[barik@tango ~]$ gem install rails | |
ERROR: Loading command: install (LoadError) | |
cannot load such file -- zlib | |
ERROR: While executing gem ... (NameError) | |
uninitialized constant Gem::Commands::InstallCommand |
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
== Installing Distribute... | |
!! If you get a permissions error in the "After install bootstrap" | |
section, ignore it. It will still work. | |
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz | |
Extracting in /tmp/tmpP52nRy | |
Now working in /tmp/tmpP52nRy/distribute-0.6.24 | |
Installing Distribute | |
Before install bootstrap. | |
Scanning installed packages |
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
doubleMe x = x + x | |
doubleUs x y = doubleMe x + doubleMe y | |
doubleSmallNumber x = | |
if x > 100 | |
then x | |
else x * 2 | |
maximum' [] = error "Empty list" | |
maximum' [x] = x |
NewerOlder