CHEM 4970: Chemistry of Beer
Overview of Brewing
- Critical ingredients for alcohol include sugar and wild yeast
- Beer is carbonated, unlike other alcoholic beverages
History
# -*- coding: utf-8 -*- | |
"""Demonstrate high quality docstrings. | |
Module-level docstrings appear as the first "statement" in a module. Remember, | |
that while strings are regular Python statements, comments are not, so an | |
inline comment may precede the module-level docstring. | |
After importing a module, you can access this special string object through the | |
``__doc__`` attribute; yes, it's actually available as a runtime attribute, | |
despite not being given an explicit name! The ``__doc__`` attribute is also |
<VirtualHost *:5000> | |
... | |
OIDCClaimPrefix "OIDC-" | |
OIDCResponseType "code" | |
OIDCScope "openid email profile" | |
OIDCProviderMetadataURL http://<keycloak_host>:8080/auth/realms/master/.well-known/openid-configuration | |
OIDCClientID <client_id> | |
OIDCClientSecret <client_secret> |
History
""" | |
Dict to XML serializer. | |
The identity API prefers attributes over elements, so we serialize that way | |
by convention, and TODO(dolph): configure exceptions. | |
""" | |
from lxml import etree |
class deprecated(object): | |
"""A decorator to mark callables as deprecated. | |
This decorator logs a deprecation message when the callable it decorates is | |
used and modify's the callable's docstring. The message will include the | |
release where the callable was deprecated. | |
Examples: | |
1. Specifying the required deprecated release |
auth --enableshadow --passalgo=sha512 | |
cdrom | |
graphical | |
firstboot --enable | |
ignoredisk --only-use=sda | |
keyboard --vckeymap=us --xlayouts='us' | |
lang en_US.UTF-8 | |
network --bootproto=dhcp --device=enp0s3 --ipv6=auto --activate | |
network --bootproto=dhcp --device=enp0s8 --onboot=off --ipv6=auto |
HTTP Response,URL,Source file | |
200,https://developer.openstack.org/api-ref/compute/,https://github.com/openstack/openstack-manuals/blob/master/releasenotes/source/newton.rst | |
200,https://docs.openstack.org/upstream-training/,https://github.com/openstack/openstack-manuals/blob/master/releasenotes/source/newton.rst | |
200,https://docs.openstack.org/training_labs/,https://github.com/openstack/openstack-manuals/blob/master/releasenotes/source/newton.rst | |
200,https://developer.openstack.org/api-guide/quick-start/,https://github.com/openstack/openstack-manuals/blob/master/releasenotes/source/newton.rst | |
200,https://specs.openstack.org/openstack/api-wg/guidelines/api-docs.html,https://github.com/openstack/openstack-manuals/blob/master/releasenotes/source/newton.rst | |
200,https://docs.openstack.org/doc-contrib-guide/api-guides.html,https://github.com/openstack/openstack-manuals/blob/master/releasenotes/source/newton.rst | |
200,https://opendev.org/openstack/installguide-cookiecutter/,https://github.com/openstack/openstack-manuals |
def f(x):
print("%s" % x)
def f(x):
print("%s" % x)
https://developer.ibm.com/patterns/build-and-deploy-financial-microservice-on-ibmz-icp
returned HTTP 404https://www.ibm.com/us-en/marketplace/ibm-cloud-private
returned HTTP 404https://developer.ibm.com/announcements/embedding-a-simple-web-application-into-a-model-on-the-model-asset-exchange-max/
returned HTTP 404https://developer.ibm.com/patterns/kubernetes-on-ibm-cloud-building-a-cloud-native-application
returned HTTP 404https://www.ibm.com/watson/developercloud/conversation.html
returned HTTP 404