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
#!/usr/bin/env python | |
# ./wtd-winner.py | |
import random | |
def determine_winner(num1, num2): | |
""" | |
Function to determine a winner between two users guessing a number between 1 and 100, with the | |
winner being the closest guess to a generated random number. |
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
robb7848 ~ docker-machine create --driver xhyve test-xhyve | |
Creating CA: /Users/robb7848/.docker/machine/certs/ca.pem | |
Creating client certificate: /Users/robb7848/.docker/machine/certs/cert.pem | |
Running pre-create checks... | |
Creating machine... | |
(test-xhyve) Image cache directory does not exist, creating it at /Users/robb7848/.docker/machine/cache... | |
(test-xhyve) No default Boot2Docker ISO found locally, downloading the latest release... | |
(test-xhyve) Latest release for github.com/boot2docker/boot2docker is v18.02.0-ce | |
(test-xhyve) Downloading /Users/robb7848/.docker/machine/cache/boot2docker.iso from https://github.com/boot2docker/boot2docker/releases/download/v18.02.0-ce/boot2docker.iso... | |
(test-xhyve) 0%....10%....20%....30%....40%....50%....60%....70%....80%....90%....100% |
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
NDDDDDMMMMNODZONMMM8$7$NMMMND8NDMMMMNDODDDNMMMMMMMMMMMMMMMMMMMD?=Z88OMMMMMMMMMMM | |
DD8DDDMMMMMON$ZNMMMD$?7DNNNNN8$DNMMMN88ODNDNMMMMMMMMMI=$D88++8888888OMMMMMMMMMMM | |
888DDDNMMMMODZ7DMMMN$?I8NMNNNDZDDMMMN8OZ8D8IN$D8888Z88888Z?N88=MM+88ZMMMMMMMMMMM | |
888888NMMMMON8I8MMMNZ?+8NNNN8N8OI+ZMN7Z7$OO78887=?D?88MN7=$$88M~788=MMMMMMMMMMMM | |
888888DMMMMOD8IOMMMMOI=Z+7NN8OOZZ+,.......~+O8O++NM8888888M88+8888=MMMMMMMMMMMMM | |
88O8OO8MMMMO8O?Z8MMDZ+~7ZNND$..................7ZN+88DMMNM788M888$MMMMMMMMMMMMMM | |
88IIOIZIMDDZO8?78MZ8Z+=I?D:.......................OO888O8M88=M?888DMMMMMMMMMMMMM | |
O8O8OZZMDDZOZ8I7Z?88O+=?,..........................~OO7=+$NMMMMMMMMMMMMMMMMMMMMM | |
D$OZZZZIDZM878I7$8IO87=.,.................. .........NNDMMMMMMMMMMMMMMMMMMMMMMMM | |
$8OI?Z78D7MDZ$77OZM$8+,................. .............NNNMMMMMMMMMMMMMMMMMMMMMMM |
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
diff --git a/Data/Settings/styleSettings.plist b/Data/Settings/styleSettings.plist | |
index c293164..efa4afe 100755 | |
--- a/Data/Settings/styleSettings.plist | |
+++ b/Data/Settings/styleSettings.plist | |
@@ -18,8 +18,11 @@ | |
<key>Underlying Window Color</key> | |
<string>#002b36</string> | |
<key>Force Invert Sidebars</key> | |
- <true/> | |
- <key>Template Engine Version</key> |