This is to emulat touch file.extention on Mac
copy NUL filename.txt
conda config --set auto_activate_base false
python3 -m venv env
.twitter-typeahead .tt-query, | |
.twitter-typeahead .tt-hint { | |
margin-bottom: 0; | |
} | |
.tt-hint { | |
display: block; | |
width: 100%; | |
height: 38px; | |
padding: 8px 12px; | |
font-size: 14px; |
Verifying my Blockstack ID is secured with the address 1TsQvxpMyQF4pntFpXsddGQzs9MsTsF8z https://explorer.blockstack.org/address/1TsQvxpMyQF4pntFpXsddGQzs9MsTsF8z |
let batch = db.batch | |
let docToWrite = { | |
stringField: "StringValue", | |
dateField: { | |
startDate: new Date('2018–09–07') | |
} | |
} | |
let setOptions = { merge: true } |
alembic==1.1.0 | |
amqp==2.5.1 | |
apispec==1.3.3 | |
asn1crypto==0.24.0 | |
attrs==19.1.0 | |
Babel==2.7.0 | |
billiard==3.6.1.0 | |
bleach==3.1.0 | |
boto3==1.4.7 | |
botocore==1.7.48 |
# Credits to Boe Prox for his article on https://mcpmag.com/articles/2018/04/06/find-excel-data-with-powershell.aspx | |
# from which this code is pulled | |
Function Search-Excel { | |
[cmdletbinding()] | |
Param ( | |
[parameter(Mandatory, ValueFromPipeline)] | |
[ValidateScript({ | |
Try { | |
If (Test-Path -Path $_) {$True} |
--- | |
apiVersion: traefik.containo.us/v1alpha1 | |
kind: IngressRoute | |
metadata: | |
name: blog | |
namespace: default | |
spec: | |
entryPoints: | |
- secure | |
routes: |
## All lines have to be run separately | |
## Install docker | |
sudo apt update -y && sudo apt install apt-transport-https ca-certificates curl software-properties-common -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" -y && sudo apt update -y && apt-cache policy docker-ce && sudo apt install docker-ce -y | |
sudo systemctl status docker | |
## Setup docker compose |
icacls .\private.key /inheritance:r | |
icacls .\private.key /grant:r "%username%":"(R)" |
[tool.poetry] | |
name = "whisper-play" | |
version = "0.1.0" | |
description = "" | |
authors = ["Your Name <[email protected]>"] | |
readme = "README.md" | |
packages = [{include = "whisper_play"}] | |
[tool.poetry.dependencies] | |
python = "^3.8" |