This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM alpine:latest | |
| RUN apk add --no-cache ca-certificates curl tar | |
| WORKDIR /app | |
| # Download the correct arm64 tar.gz, extract, and set permissions | |
| RUN curl -L -o picoclaw.tar.gz \ | |
| https://github.com/sipeed/picoclaw/releases/latest/download/picoclaw_Linux_arm64.tar.gz && \ | |
| tar -xzf picoclaw.tar.gz && \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gm convert +adjoin INPUT_FILE.pdf OUTPUT_FILE-%01d.jpg | |
| #Gist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run --name some-redis -p 6379:6379 -d redis #Gist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gs -dNOPAUSE -sDEVICE=jpeg -r300 -sOutputFile=%03d.jpg source.pdf | |
| #Gist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AI + Machine Learning | |
| Anomaly Detector | |
| Azure Bot Services | |
| Azure Cognitive Search | |
| Azure Databricks | |
| Azure Machine Learning | |
| Azure Open Datasets | |
| Azure Cognitive Services | |
| Azure Video Analyzer | |
| Computer Vision |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| All services | |
| Compute | |
| EC2 | |
| Lightsail | |
| Lambda | |
| Batch | |
| Elastic Beanstalk | |
| Serverless Application Repository |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run --rm -P -p 127.0.0.1:5432:5432 -e POSTGRES_PASSWORD=postgres --name postgres postgres:12.7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pipenv lock -r > requirements.txt | |
| #Gist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo 'PATH=$(pyenv root)/shims:$PATH' >> ~/.zshrc | |
| #Gist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =IMPORTHTML("https://t.co/nNkihl6rM7","table",1) | |
| #Gist |
NewerOlder