This is to emulat touch file.extention on Mac
copy NUL filename.txt
conda config --set auto_activate_base false
python3 -m venv env
| --- | |
| apiVersion: traefik.containo.us/v1alpha1 | |
| kind: IngressRoute | |
| metadata: | |
| name: blog | |
| namespace: default | |
| spec: | |
| entryPoints: | |
| - secure | |
| routes: |
| # 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} |
| 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 |
| let batch = db.batch | |
| let docToWrite = { | |
| stringField: "StringValue", | |
| dateField: { | |
| startDate: new Date('2018–09–07') | |
| } | |
| } | |
| let setOptions = { merge: true } |
| Verifying my Blockstack ID is secured with the address 1TsQvxpMyQF4pntFpXsddGQzs9MsTsF8z https://explorer.blockstack.org/address/1TsQvxpMyQF4pntFpXsddGQzs9MsTsF8z |
| .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; |