1

Add rust projects

This commit is contained in:
Evan Pratten 2022-12-16 16:23:49 -05:00
parent 352e8ca75d
commit 14ed85db8e
27 changed files with 210 additions and 10 deletions

View File

@ -4,7 +4,7 @@ title: "A Java development cheatsheet for my classmates"
description: "PROG10082: Reference Material"
date: 2022-03-15
tags: reference
draft: false
draft: true
extra:
excerpt: This document is written for my PROG10082 classmates as a quick reference for some Java concepts that were skipped over in the course.

View File

@ -0,0 +1,8 @@
---
title: "The Reverse Beacon Network in your terminal"
date: 2021-01-30
extra:
icon: las la-toolbox
excerpt: "'rbn' is a small CLI interface to the Reverse Beacon Network, displaying all global network spots in real time as a formatted feed in a terminal."
redir_to: https://github.com/ewpratten/rbn
---

View File

@ -1,12 +1,8 @@
---
title: HamBands - Rust Library
description: A small library for checking which amateur radio band a frequency belongs to
date: 2021-01-31
extra:
icon: las la-toolbox
excerpt: A small library for checking which amateur radio band a frequency belongs to
redir_to: https://github.com/ewpratten/hambands
---
- [GitHub](https://github.com/ewpratten/hambands)
- [Crates.io](https://crates.io/crates/hambands)
- [Documentation](https://docs.rs/hambands)

View File

@ -0,0 +1,8 @@
---
title: An interactive Pure Pursuit demo
date: 2021-03-03
extra:
icon: las la-toolbox
excerpt: An interactive demonstration of the Pure Pursuit algorithm used by Raider Robotics
redir_to: https://github.com/ewpratten/pathfollowing-demo
---

View File

@ -0,0 +1,8 @@
---
title: "mcquery"
date: 2021-03-28
extra:
icon: las la-toolbox
excerpt: A small CLI tool for checking who is playing on a Minecraft server.
redir_to: https://github.com/ewpratten/mcq
---

View File

@ -0,0 +1,8 @@
---
title: "cargo-token"
date: 2021-03-31
extra:
icon: las la-toolbox
excerpt: A small extension for cargo that allows you to fetch your publish token from the command line
redir_to: https://github.com/ewpratten/cargo-token
---

View File

@ -0,0 +1,8 @@
---
title: "PolyMesh: A custom 3D file format"
date: 2021-03-31
extra:
icon: las la-toolbox
excerpt: PolyMesh is a custom 3D object description file format I designed as an experiment. The PolyMesh file format and toolset are specifically designed for 3D rendering applications.
redir_to: https://github.com/ewpratten/polymesh
---

View File

@ -0,0 +1,8 @@
---
title: "Boop: An experimental implementation of ping(8)"
date: 2021-04-03
extra:
icon: las la-toolbox
excerpt: boop is a commandline tool that aims to be a super simple cross between ping and nmap. The tool can quickly probe hosts using ICMP ping packets, and report their status.
redir_to: https://github.com/ewpratten/boop
---

View File

@ -0,0 +1,8 @@
---
title: "Ludum Dare 48: Deep Breath"
date: 2021-04-26
extra:
icon: las la-gamepad
excerpt: Deep Breath is an exploration game where you explore an underwater cave in hopes of finding your lost transponder. Items and upgrades can be acquired along the way to assist your search.
redir_to: https://github.com/ewpratten/ludum-dare-48
---

View File

@ -0,0 +1,8 @@
---
title: "GlassCast: 2D glass rendering experiment"
date: 2021-05-04
extra:
icon: las la-toolbox
excerpt: GlassCast is a raytracing (more like raycasting) experiment revolving around glass material with subtractive coloring.
redir_to: https://github.com/ewpratten/glasscast
---

View File

@ -0,0 +1,8 @@
---
title: "OpenDepthMap"
date: 2021-06-01
extra:
icon: las la-toolbox
excerpt: OpenDepthMap is an experiment in Binocular Depth Mapping, based around the ultraleap's first generation LeapMotion hand tracking sensors.
redir_to: https://github.com/ewpratten/OpenDepthMap
---

View File

@ -0,0 +1,8 @@
---
title: "Internet Teletype Reader"
date: 2021-06-13
extra:
icon: las la-toolbox
excerpt: ittyr is a CLI Internet Teletype client that decodes and outputs ITTY messages in real time as they are being streamed through the ITTY service.
redir_to: https://github.com/ewpratten/ittyr
---

View File

@ -0,0 +1,8 @@
---
title: "tsinfo"
date: 2021-07-09
extra:
icon: las la-toolbox
excerpt: tsinfo is a CLI tool for providing information about a specific UNIX timestamp.
redir_to: https://github.com/ewpratten/tsinfo
---

View File

@ -0,0 +1,8 @@
---
title: "serde-frontmatter"
date: 2021-07-17
extra:
icon: las la-toolbox
excerpt: This is a Rust library for using the Serde serialization framework with Jekyll-style front matter.
redir_to: https://github.com/ewpratten/serde-frontmatter
---

View File

@ -0,0 +1,8 @@
---
title: "SpaceTrace: 3D path planning"
date: 2021-08-12
extra:
icon: las la-toolbox
excerpt: SpaceTrace is the 3rd revision of my 2D/3D path planning algorithm.
redir_to: https://github.com/ewpratten/spacetrace
---

View File

@ -0,0 +1,8 @@
---
title: "A fast boids library for Rust"
date: 2021-09-03
extra:
icon: las la-toolbox
excerpt: The 'boids' crate is a reasonably fast implementation of the Boids algorithm in Rust
redir_to: https://github.com/ewpratten/boids-rs
---

View File

@ -0,0 +1,8 @@
---
title: "aprshttp"
date: 2021-09-22
extra:
icon: las la-toolbox
excerpt: One-way APRS position reporting using APRS-IS
redir_to: https://github.com/ewpratten/aprshttp
---

View File

@ -0,0 +1,8 @@
---
title: "Dorm Dash"
date: 2021-09-24
extra:
icon: las la-toolbox
excerpt: A real-time dashboard for my dorm room's wall-mounted TV
redir_to: https://github.com/ewpratten/dorm-dash
---

View File

@ -0,0 +1,8 @@
---
title: "Dirty FSM"
date: 2021-09-27
extra:
icon: las la-toolbox
excerpt: "A \"Quick and Dirty\" implementation of a finite state machine, derived from another of my libraries: LibKontrol"
redir_to: https://github.com/ewpratten/dirty-fsm
---

View File

@ -0,0 +1,8 @@
---
title: "Ludum Dare 49: [data::loss]"
date: 2021-10-04
extra:
icon: las la-toolbox
excerpt: "[data::loss] is a fast-paced side-scroller platforming game where you navigate a world full of graphical inconsistencies that have a habit of causing physical consequences."
redir_to: https://github.com/ewpratten/ludum-dare-49
---

View File

@ -0,0 +1,8 @@
---
title: "NetBrowse: an avahi-browse GUI"
date: 2021-12-17
extra:
icon: las la-toolbox
excerpt: "This tool is used to quickly inspect a network for hosts that publicly expose their services."
redir_to: https://github.com/ewpratten/netbrowse
---

View File

@ -0,0 +1,8 @@
---
title: "TABSET"
date: 2022-01-23
extra:
icon: las la-toolbox
excerpt: "A Linux command-line tool for configuring your drawing tablets."
redir_to: https://github.com/ewpratten/tabset
---

View File

@ -0,0 +1,8 @@
---
title: "Kobo e-reader interface library"
date: 2022-04-12
extra:
icon: las la-toolbox
excerpt: "A a minimal Rust library for interacting with modified Kobo e-readers. This is designed for use in applications running on the Kobo, not over the network."
redir_to: https://github.com/ewpratten/kobo-rs
---

View File

@ -0,0 +1,8 @@
---
title: "Crash reporting for Rust programs"
date: 2022-04-14
extra:
icon: las la-toolbox
excerpt: "A set & forget crate that appends a button to your application's panic messages allowing users to quickly report basic diagnostic information back to you."
redir_to: https://github.com/ewpratten/crashreport-rs
---

View File

@ -22,7 +22,7 @@
@font-face {
font-family: 'Rubik';
font-style: italic;
// font-style: italic;
// font-weight: 400;
font-display: swap;
src: url("/dist/fonts/rubik/Rubik-VariableFont_wght.ttf") format("truetype");

View File

@ -57,9 +57,19 @@
</div>
{# Actual content #}
{% if redirect_target %}
<div class="container" style="text-align:center;">
<h2>Redirection Notice</h2>
<p>
You are being redirected to another page.<br>
Click <a href="{{redirect_target}}">here</a> if this does not happen automatically.
</p>
</div>
{% else %}
<article id="content" class="container markdown-body">
{% block content %}{% endblock content %}
</article>
{% endif %}
{# Footer #}
{% include "components/footer.html" %}

View File

@ -37,6 +37,15 @@
<ul class="timeline-list">
{% for page in pages %}
{% if not page.draft %}
{% if not page.extra.hidden %}
{# Determine the appropriate outlink #}
{% if page.extra.redir_to %}
{% set page_path = page.extra.redir_to %}
{% else %}
{% set page_path = page.path %}
{% endif %}
<li class="timeline-item">
<div class="timeline-datestamp">
{# Informational icon #}
@ -53,16 +62,25 @@
{# Title #}
<br class="mobile-linebreak" style="display: none;">
<a href="{{page.path}}" class="timeline-title">{{page.title}}</a>
<a href="{{page_path}}" class="timeline-title" {% if page.extra.redir_to %} target="_blank" {% endif %}>
{{page.title}}
{# If the page is a redirect, show the outlink icon #}
{% if page.extra.redir_to %}
<i class="las la-external-link-alt"></i>
{% endif %}
</a>
<br>
{# Additonal info #}
{% if page.extra.excerpt %}
<blockquote class="timeline-description">{{page.extra.excerpt}}</blockquote>
{% endif %}
{# <hr> #}
{#
<hr> #}
</li>
{% endif %}
{% endif %}
{% endfor %}
</ul>
{% endfor %}