mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 03:56:47 +08:00
13 lines
661 B
Markdown
13 lines
661 B
Markdown
# Projects
|
|
|
|
Here are a number of challenges for you to flex your new found knowledge.
|
|
|
|
| Name | Challenge |
|
|
| ---- | --------- |
|
|
| [DIRENT](./DIRENT/README.md) | Read Directory Entries to extract information about files. |
|
|
| [FIRST](./first_project/README.md) | A good first project. |
|
|
| [FIZZBUZZ](../section_1/fizzbuzz/) | The interview question. A video is also provided. |
|
|
| [PI](./PI/README.md) | Compute an approximation of PI using stochastic (random) methods. |
|
|
| [SINE](./SINE/README.md) | Stresses functions and floating point math. |
|
|
| [SNOW](./snow/README.md) | A fun little animation. |
|
|
| [WALKIES](./walkies/README.md) | A fun little animation. |
|