curl -X PUT http://0.0.0.0:8200/v1/sys/init --data '{"secret_shares":1, "secret_threshold":1}'
curl -X PUT http://0.0.0.0:8200/v1/sys/unseal --data '{"key":"a5e665962f544dd16471c120c5500a7906cfbaeb3f18ae0fc6c5c71d444f0a90"}'
from firebase_functions import https_fn | |
from firebase_admin import initialize_app | |
from typing import Any | |
from opentelemetry import trace | |
from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter | |
from opentelemetry.sdk.resources import Resource | |
from opentelemetry.sdk.trace import TracerProvider | |
from opentelemetry.sdk.trace.export import SimpleSpanProcessor |
FROM postgres:9.6.9 | |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ | |
ca-certificates \ | |
curl \ | |
apt-transport-https \ | |
&& apt-get clean && rm -rf /var/lib/apt/lists/* | |
RUN curl --silent --show-error --fail 'https://repos.citusdata.com/community/config_file.list?os=debian&dist=stretch&source=script' > /etc/apt/sources.list.d/citusdata_community.list \ | |
&& curl --silent --location-trusted https://repos.citusdata.com/community/gpgkey | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - \ |
curl -X PUT http://0.0.0.0:8200/v1/sys/init --data '{"secret_shares":1, "secret_threshold":1}'
curl -X PUT http://0.0.0.0:8200/v1/sys/unseal --data '{"key":"a5e665962f544dd16471c120c5500a7906cfbaeb3f18ae0fc6c5c71d444f0a90"}'
#!/usr/bin/env python | |
from optparse import OptionParser | |
import sys | |
import re | |
import colorama | |
# Original output: | |
# $ psql -c "select '2016-07-01'::date, 37483::int as value union select '2016-07-02'::date, 121782::int as value;" | |
# date | value |
I hereby claim:
To claim this, I am signing this object:
<?php | |
function gclid_decode($gclid, $splitTimestamp = true) | |
{ | |
// Copyright 2013 Deed Poll Office Ltd, UK <https://deedpolloffice.com> | |
// Licensed under Apache Licence v2.0 <http://apache.org/licenses/LICENSE-2.0> | |
// http://blog.deedpolloffice.com/articles/decoding-gclid-parameter | |
preg_match_all('/ | |
(?=[\x5\xd\x15\x1d%\-5=EMU\]emu}\x85\x8d\x95\x9d\xa5\xad\xb5\xbd\xc5\xcd\xd5 | |
\xdd\xe5\xed\xf5\xfd]) # 32-bit wire type | |
([\x80-\xff]*[\0-\x7f])(.{4}) | |
# Temporarily redirects STDOUT and STDERR to /dev/null | |
# but does print exceptions should there occur any. | |
# Call as: | |
# suppress_output { puts 'never printed' } | |
# | |
def suppress_output | |
original_stderr = $stderr.clone | |
original_stdout = $stdout.clone | |
$stderr.reopen(File.new('/dev/null', 'w')) | |
$stdout.reopen(File.new('/dev/null', 'w')) |
\documentclass{tma} | |
\student{My Name} | |
\email{[email protected]} | |
\identifier{B1234567} | |
\course{M248} | |
\tma{1} | |
\tmapart{1} | |
\date{January 20, 2011} |