From 618e53739ddb53237e1b8ccc5ed297b292bc6bb9 Mon Sep 17 00:00:00 2001 From: nono Date: Sun, 17 Jul 2022 15:37:39 +0200 Subject: [PATCH] Update art and code with LittlePrynter --- content/Art-and-code/index.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/content/Art-and-code/index.md b/content/Art-and-code/index.md index 57f5ec7..eef2cb0 100644 --- a/content/Art-and-code/index.md +++ b/content/Art-and-code/index.md @@ -12,10 +12,17 @@ resources: src: "cover.jpg" --- -# YAACO +# [LittlePrynter](https://git.n07070.xyz/n07070/littleprynter) + +> Thermal printer with a web interface + +A web page to interact with a thermal printer. Has a photomaton and a simple from to print out images and text. + +# [YAACO](https://git.n07070.xyz/n07070/YAACO) + > Yet Another Ant Colony Optimiser -This projet was made during my studies; the goal was to impliment a Ant Colony path finding program in Java. You can find in on my git : https://git.n07070.xyz/n07070/YAACO +This projet was made during my studies; the goal was to impliment a Ant Colony path finding program in Java. ---