a post with typograms

This is an example post with some typograms code.

```typograms
+----+
|    |---> My first diagram!
+----+
```

Which generates:

+----+
|    |---> My first diagram!
+----+

Another example:

```typograms
.------------------------.
|.----------------------.|
||"https://example.com" ||
|'----------------------'|
| ______________________ |
||                      ||
||   Welcome!           ||
||                      ||
||                      ||
||  .----------------.  ||
||  | username       |  ||
||  '----------------'  ||
||  .----------------.  ||
||  |"*******"       |  ||
||  '----------------'  ||
||                      ||
||  .----------------.  ||
||  |   "Sign-up"    |  ||
||  '----------------'  ||
||                      ||
|+----------------------+|
.------------------------.
```

which generates:

.------------------------.
|.----------------------.|
||"https://example.com" ||
|'----------------------'|
| ______________________ |
||                      ||
||   Welcome!           ||
||                      ||
||                      ||
||  .----------------.  ||
||  | username       |  ||
||  '----------------'  ||
||  .----------------.  ||
||  |"*******"       |  ||
||  '----------------'  ||
||                      ||
||  .----------------.  ||
||  |   "Sign-up"    |  ||
||  '----------------'  ||
||                      ||
|+----------------------+|
.------------------------.

For more examples, check out the typograms documentation.




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Hardware Software Codesign for Edge AI — Lecture 1 — Computational Requirements of Modern Deep Learning Models | by AIoTBlocks | Medium
  • Hardware Software Codesign for Edge AI — Lecture 7— GPU and CUDA Programming | by AIoTBlocks | Medium
  • Hardware Software Codesign for Edge AI — Lecture 3 — Edge AI on Nvidia Jetson | by AIoTBlocks | Medium
  • Hardware Software Codesign for Edge AI — Lecture 4— Deep Learning Basics for Optimization - AIoTBlocks - Medium
  • Hardware Software Codesign for Edge AI — Lecture 5 — Pruning and Sparsity - AIoTBlocks - Medium