Books I finished reading in 2019.
- Death's End - Cixin Liu
- Surprised by Hope - N. T. Wright
- Why Liberalism Failed - Patrick Deneen
- Escaping the Build Trap - Melissa Perri
- Childhood's End - Arthur C. Clarke
- Dune - Frank Herbert
full_data = { | |
response: {body: StyledYAML.literal(DATA.read), status: 200}, | |
person: StyledYAML.inline('name' => 'Steve', 'age' => 24), | |
array: StyledYAML.inline(%w[ apples bananas oranges ]) | |
} | |
StyledYAML.dump full_data, $stdout | |
__END__ | |
{ |
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: homebridge | |
# Required-Start: $network $remote_fs $syslog | |
# Required-Stop: $remote_fs $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: | |
# Description: HomeKit support for the impatient | |
### END INIT INFO | |
# -*- coding: utf-8 -*- |
I hereby claim:
To claim this, I am signing this object:
Automatically deletes old emails that match the specified label.
LABEL_TO_DELETE
: the label that should be have old messages deleted*.har | |
*.json | |
*.sh |
Methodology:
big
Parameters
1
) ... id of the creativeModel
Header
# PROBLEM: Small brewery produces ale and beer | |
# Production is limited by scarce resources: corn, hops, barley malt. | |
# Recipes for ale and beer require differenty proportions of resources | |
# | |
# Ale (barrel) | |
# - 5lb corn | |
# - 4oz hops | |
# - 35lb malt | |
# - $13 profit | |
# |