| 1 | !! |
| 2 | $DPP "Bun Shack" "Welcome to the Bun Shack" <template/head.html # > |
| 3 | $DPP home <template/bar.html # > |
| 4 | !! |
| 5 | |
| 6 | <link rel="stylesheet" href="/syntax.css"> |
| 7 | <pre><code class="language-c"> |
| 8 | <span class="preproc">#include</span> <span class="delimiter"><stdio.h></span> |
| 9 | |
| 10 | <span class="type">int</span> <span class="function">main</span>(<span class="type">void</span>) { |
| 11 | <span class="function">puts</span>(<span class="string">"Hello World!"</span>); |
| 12 | <span class="keyword">return</span> <span class="number">0</span>; |
| 13 | } |
| 14 | |
| 15 | </code></pre> |
| 16 | |
| 17 | <h3>Links</h3> |
| 18 | <p><a class="out" href="https://github.com/Raniconduh">Github</a></p> |
| 19 | |
| 20 | <h3>Projects</h3> |
| 21 | |
| 22 | <table> |
| 23 | <tbody> |
| 24 | <tr> |
| 25 | <td><a class="out" href="https://github.com/Raniconduh/paragon">paragon</a></td> |
| 26 | <td><a href="blog/paragon">A parallel graphics processor</a> with working hardware, assembler, and emulator</td> |
| 27 | </tr> |
| 28 | <tr> |
| 29 | <td><a class="out" href="https://github.com/Raniconduh/shrimp">shrimp</a></td> |
| 30 | <td>A custom 16 bit microprocessor</td> |
| 31 | </tr> |
| 32 | <tr> |
| 33 | <td><a class="out" href="https://github.com/Raniconduh/shrimpas">shrimpas</a></td> |
| 34 | <td>Simple assembler for 16 bit SHRIMP</td> |
| 35 | </tr> |
| 36 | <tr> |
| 37 | <td><a class="out" href="https://github.com/Raniconduh/wish">wish</a></td> |
| 38 | <td>Fairly usable shell, with variables, pipes, and more!</td> |
| 39 | </tr> |
| 40 | <tr> |
| 41 | <td><a class="out" href="https://github.com/Raniconduh/games">games</a></td> |
| 42 | <td>A collection of small, simple games</td> |
| 43 | </tr> |
| 44 | </tbody> |
| 45 | </table> |
| 46 | |
| 47 | !!$DPP <template/foot.html # > |
| 48 | |