<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Git Projects - Josh Stockin</title> <meta name="title" content="Git Projects - Josh Stockin" /> <meta name="description" content="Summary for Josh Stockin's Git projects" /> <meta property="og:site_name" content="Josh Stockin" /> <meta property="og:title" content="Git Projects - Josh Stockin" /> <meta property="og:description" content="Summary for Josh Stockin's Git projects" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/static/favicon.png" /> <meta property="og:url" content="https://git.joshstock.in" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="style.css"/> </head> <body> <center> <h1 style="margin-bottom:0">Git Commits</h1> <p style="font-size: 1.5em; margin-top:10px">All my active Git projects and their recent activity</p> </center> <div id="container"> <p style="margin-top:8px">Here's the list of repositories hosted on this server. There might be a few more scarcely populated repositories hosted on <a href="https://github.com/JoshuaS3">my GitHub page</a>. All commit links mirror to GitHub.</p> <div class="divider"></div> <div class="repository" id="lognestmonster"> <h2 class="name">lognestmonster</h2> <p style="margin-top:4px;margin-bottom:1em">a single-header C logging library and parser for event-based logs</p> <p><a class="button" href="/lognestmonster/1">full commit list >></a><a style="float:right" href="https://github.com/JoshuaS3/lognestmonster">[on GitHub]</a></p> <h3 style="margin-bottom:4px">Latest commit:</h3> $commit_lognestmonster </div> <div class="repository" id="auto-plow"> <h2 class="name">auto-plow</h2> <p style="margin-top:4px">a remote control snow plow controlled by an ESP32, propelled by electric wheelchair motors, and powered by 24v batteries</p> <p><a href="/auto-plow/1"><b>full commit list >></b></a><a style="float:right" href="https://github.com/JoshuaS3/auto-plow">[on GitHub]</a></p> <h3 style="margin-bottom:4px">Latest commit:</h3> $commit_auto-plow </div> <div class="repository" id="joshstock.in"> <h2 class="name">joshstock.in</h2> <p style="margin-top:4px">my personal website, blog, portfolio</p> <p><a href="/joshstock.in/1"><b>full commit list >></b></a><a style="float:right" href="https://github.com/JoshuaS3/joshstock.in">[on GitHub]</a></p> <h3 style="margin-bottom:4px">Latest commit:</h3> $commit_joshstock.in </div> </div> </body> </html>