This is a markdown file.
It really understands markdown stuff.
This is the end of the test.
Item | Replaced | Notes | Link | |
---|---|---|---|---|
Health | (scheduled for refresh in 2026) | |||
first aid kit (First Aid Essentials FAO-422) | https://www.amazon.com/gp/product/B000069EYA | |||
first aid manual (American College of Emergency Physicians, 2nd ed) | ||||
4 x large nitrile gloves | ||||
medicine dropper | ||||
Ibuprofen - 40 x Advil 200mg liquigels | ||||
10 x N95 mask (3M Aura 9205+) | ||||
bar soap (Ivory) |
Agenda -- click "view all event details"
Newsgroups: comp.unix.xenix.sco,news.answers | |
Subject: Welcome to comp.unix.xenix.sco [monthly FAQ posting] | |
Followup-To: comp.unix.xenix.sco | |
Summary: answers to frequently asked questions | |
Approved: [email protected] | |
Archive-name: sco-xenix | |
News-answers-archive-name: sco/xenix | |
Posting-frequency: monthly | |
Version: $Id: sco-xenix,v 1.64 1996/07/21 01:20:54 chip Exp $ |
'''guess_your_number.py - Computer runs a smart algorithm to guess your number.''' | |
def game(): | |
'''Run the "guess your number" game, returning number of guesses made. | |
Returns number < 0 if game was terminated early. | |
''' | |
# Define the limits of the guessing game. | |
min = 1 | |
max = 10 |
''' | |
guess_my_number.py - A simple number guessing game. | |
''' | |
import random | |
# Define min and max to the range of numbers for the human to guess. | |
min = 1 | |
max = 10 |
$ time espeak "Tim Apple" | |
real 0m0.818s | |
user 0m0.004s | |
sys 0m0.007s | |
$ time espeak "Tim Cook from Apple" | |
real 0m1.384s | |
user 0m0.016s | |
sys 0m0.008s |
--- | |
# | |
# Variables used in this playbook: | |
# | |
# * email_hostmaster -- Contact email address for Let's Encrypt registration | |
# * ssl_domains -- List of domains to build into cert, primary domain first | |
# | |
############################################################################## |
Best viewed on a desktop browser. The photos have annotations. When you have a photo open click on the "info" icon to view the annotation.
This is my first day in Tokyo. I spend the day close to the apartment, in Shibuya, home of the world famous Shibuya Scramble Crossing.