| description | allowed-tools | |||||
|---|---|---|---|---|---|---|
Create and edit Excalidraw diagrams — generate, modify, and clean .excalidraw files |
|
You can create and edit .excalidraw files directly as JSON. No CLI needed.
| ######################### | |
| # Base image | |
| ######################### | |
| FROM node:bookworm-slim AS base | |
| WORKDIR /site | |
| # Install latest security upgrades, and crucial runtimes. | |
| RUN apt-get update \ | |
| && apt-get upgrade -y \ | |
| && apt-get install -y \ |
| # given a bunch of folders which are years, and contents which are files of the form YYYY-mm-dd - name - $1234.56, | |
| # this script returns a sum of totals by year | |
| import os | |
| totals = {} | |
| for year in os.listdir('.'): | |
| if os.path.isdir(year) and not year.startswith('.'): | |
| total = 0 |
I hereby claim:
To claim this, I am signing this object: