src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

cv-projects.gohtml (1492B)


      1 {{ define "cv-projects" }}
      2   <h2 class="bg-blue white" id="projects">Personal Projects</h2>
      3   <ul>
      4     <li>
      5       <b>
      6 	<a href="https://github.com/dwrz/src/tree/trunk/cmd/web">
      7 	  dwrz.net
      8 	</a>
      9       </b>
     10       — Self-hosted personal website
     11       <span class="gray3">(acme-client, relayd, OpenBSD, Go)</span>.
     12     </li>
     13     <li>
     14       <b><a href="https://github.com/dwrz/vigil">vigil</a></b>
     15       — Self-hosted security cameras with object detection
     16       <span class="gray3">
     17 	(motion, bash, Raspberry Pi, AWS Rekognition, yolov7)
     18       </span>.
     19     </li>
     20     <li>OpenBSD routers <span class="gray3">(dhcpd, pf, unbound)</span>.</li>
     21     <li>FizzBuzz <span class="gray3">(x86 Assembly)</span></li>
     22     <li>
     23       <b>
     24 	<a href="https://github.com/dwrz/src/tree/trunk/cmd/minotaur">
     25 	  Minotaur
     26 	</a>
     27       </b>
     28       — Terminal game <span class="gray3">(Go)</span>
     29     </li>
     30     <li>
     31       <b>
     32 	<a href="https://dwrz.net/timeline/2022-10-01/">
     33 	  Minotaur
     34 	</a>
     35       </b>
     36       — HTML canvas game game <span class="gray3">(JavaScript)</span>.
     37     </li>
     38     <li>
     39       <b>
     40 	<a href="https://github.com/dwrz/xv6-riscv/commit/b47a4a40a29b5a29dc36d06c47624b1ec573bce4">
     41 	  Free memory system call in xv6
     42 	</a>
     43       </b>
     44       <span class="gray3">(C)</span>
     45     </li>
     46     <li>
     47       <b>
     48 	<a href="https://github.com/dwrz/src/tree/trunk/cmd/dqs">
     49 	  Diet Quality Score Calculator
     50 	</a>
     51       </b>
     52       — Terminal CLI app <span class="gray3">(Go)</span>.
     53     </li>
     54   </ul>
     55 {{ end }}