From 6e2ea862b7de38a7a0d8e5205fe4e3d5c63ffce0 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 18 Dec 2022 13:45:14 -0500 Subject: [PATCH] more projects --- content/software/2018-08-20-pihole-api.md | 8 ++++++++ content/software/2020-07-03-lib5k.md | 8 ++++++++ content/software/2020-09-02-libepn.md | 8 ++++++++ content/software/2020-11-21-legalaccess.md | 8 ++++++++ content/software/2020-12-07-mchat.md | 8 ++++++++ content/software/2021-01-19-frostbucket.md | 8 ++++++++ content/software/2021-02-03-marketcap.md | 8 ++++++++ content/software/2021-02-09-blood-cod-plugins.md | 8 ++++++++ content/software/2021-02-16-jdma.md | 8 ++++++++ content/software/2021-02-16-minimap-server.md | 8 ++++++++ content/software/2021-02-25-dji3d.md | 8 ++++++++ content/software/2021-03-19-aprs-bcn.md | 8 ++++++++ content/software/2021-05-14-baofeng2gqrx.md | 8 ++++++++ content/software/2022-05-11-atentry.md | 8 ++++++++ 14 files changed, 112 insertions(+) create mode 100644 content/software/2018-08-20-pihole-api.md create mode 100644 content/software/2020-07-03-lib5k.md create mode 100644 content/software/2020-09-02-libepn.md create mode 100644 content/software/2020-11-21-legalaccess.md create mode 100644 content/software/2020-12-07-mchat.md create mode 100644 content/software/2021-01-19-frostbucket.md create mode 100644 content/software/2021-02-03-marketcap.md create mode 100644 content/software/2021-02-09-blood-cod-plugins.md create mode 100644 content/software/2021-02-16-jdma.md create mode 100644 content/software/2021-02-16-minimap-server.md create mode 100644 content/software/2021-02-25-dji3d.md create mode 100644 content/software/2021-03-19-aprs-bcn.md create mode 100644 content/software/2021-05-14-baofeng2gqrx.md create mode 100644 content/software/2022-05-11-atentry.md diff --git a/content/software/2018-08-20-pihole-api.md b/content/software/2018-08-20-pihole-api.md new file mode 100644 index 0000000..abb772b --- /dev/null +++ b/content/software/2018-08-20-pihole-api.md @@ -0,0 +1,8 @@ +--- +title: "Pi-hole API wrapper for Python" +date: 2018-08-20 +extra: + icon: las la-toolbox + excerpt: "A python3 wrapper for the Pi-hole api that aims to eventually be a full replacement for the AdminLTE web panel" + redir_to: https://github.com/ewpratten/pihole-api +--- diff --git a/content/software/2020-07-03-lib5k.md b/content/software/2020-07-03-lib5k.md new file mode 100644 index 0000000..c1b5c9c --- /dev/null +++ b/content/software/2020-07-03-lib5k.md @@ -0,0 +1,8 @@ +--- +title: "Lib5K" +date: 2020-07-03 +extra: + icon: las la-toolbox + excerpt: "Lib5K is a robotics software library built and maintained by Raider Robotics, and is used by FRC teams world-wide. " + redir_to: https://github.com/frc5024/lib5k +--- diff --git a/content/software/2020-09-02-libepn.md b/content/software/2020-09-02-libepn.md new file mode 100644 index 0000000..bb8a954 --- /dev/null +++ b/content/software/2020-09-02-libepn.md @@ -0,0 +1,8 @@ +--- +title: "LibEPN" +date: 2020-09-02 +extra: + icon: las la-toolbox + excerpt: "LibEPN (Easy Pose Notation) is a Java library designed to provide an easy-to-use interface for 3D position and orientation." + redir_to: https://github.com/ewpratten/libepn +--- diff --git a/content/software/2020-11-21-legalaccess.md b/content/software/2020-11-21-legalaccess.md new file mode 100644 index 0000000..19325a7 --- /dev/null +++ b/content/software/2020-11-21-legalaccess.md @@ -0,0 +1,8 @@ +--- +title: "LegalAccess" +date: 2020-11-21 +extra: + icon: las la-toolbox + excerpt: "LegalAccess is a small Java library that wraps some commonly used reflection code for fetching / modifying private variables and methods." + redir_to: https://github.com/ewpratten/legalaccess +--- diff --git a/content/software/2020-12-07-mchat.md b/content/software/2020-12-07-mchat.md new file mode 100644 index 0000000..74849cc --- /dev/null +++ b/content/software/2020-12-07-mchat.md @@ -0,0 +1,8 @@ +--- +title: "MChat" +date: 2020-12-07 +extra: + icon: las la-toolbox + excerpt: "A console chat client for most Minecraft server versions" + redir_to: https://github.com/ewpratten/mchat +--- diff --git a/content/software/2021-01-19-frostbucket.md b/content/software/2021-01-19-frostbucket.md new file mode 100644 index 0000000..1a301c0 --- /dev/null +++ b/content/software/2021-01-19-frostbucket.md @@ -0,0 +1,8 @@ +--- +title: "FrostBucket" +date: 2021-01-19 +extra: + icon: las la-toolbox + excerpt: "A server-side Minecraft plugin that adds a new item, the Frost Bucket" + redir_to: https://github.com/ewpratten/FrostBucket +--- diff --git a/content/software/2021-02-03-marketcap.md b/content/software/2021-02-03-marketcap.md new file mode 100644 index 0000000..dd4f205 --- /dev/null +++ b/content/software/2021-02-03-marketcap.md @@ -0,0 +1,8 @@ +--- +title: "Minecraft market cap calculation" +date: 2021-02-03 +extra: + icon: las la-toolbox + excerpt: "A Minecraft server plugin that scans all inventories in a world to estimate the number of certain items in circulation." + redir_to: https://github.com/ewpratten/MarketCap +--- diff --git a/content/software/2021-02-09-blood-cod-plugins.md b/content/software/2021-02-09-blood-cod-plugins.md new file mode 100644 index 0000000..f354d37 --- /dev/null +++ b/content/software/2021-02-09-blood-cod-plugins.md @@ -0,0 +1,8 @@ +--- +title: "The Blood Cod plugin pack" +date: 2021-02-09 +extra: + icon: las la-toolbox + excerpt: "A custom Minecraft server plugin pack that was built to enhance the playing experience of a private server by integrating server lore into the base game mechanics" + redir_to: https://github.com/ewpratten/blood_cod_plugins +--- diff --git a/content/software/2021-02-16-jdma.md b/content/software/2021-02-16-jdma.md new file mode 100644 index 0000000..e0aa9b6 --- /dev/null +++ b/content/software/2021-02-16-jdma.md @@ -0,0 +1,8 @@ +--- +title: "Direct Memory Access for Java" +date: 2021-02-16 +extra: + icon: las la-toolbox + excerpt: "A Java library that provides c-like malloc() and free() functions, along with many others. All functions operate off-heap, meaning no need to deal with the garbage collector" + redir_to: https://github.com/ewpratten/JDMA +--- diff --git a/content/software/2021-02-16-minimap-server.md b/content/software/2021-02-16-minimap-server.md new file mode 100644 index 0000000..70741cc --- /dev/null +++ b/content/software/2021-02-16-minimap-server.md @@ -0,0 +1,8 @@ +--- +title: "MinimapServer" +date: 2021-02-16 +extra: + icon: las la-toolbox + excerpt: "MinimapServer is an open-source re-implementation of xaero96's Minimap API for his popular Xaero's Minimap and Xaero's World Map Minecraft mods." + redir_to: https://github.com/ewpratten/MinimapServer +--- diff --git a/content/software/2021-02-25-dji3d.md b/content/software/2021-02-25-dji3d.md new file mode 100644 index 0000000..eb105f4 --- /dev/null +++ b/content/software/2021-02-25-dji3d.md @@ -0,0 +1,8 @@ +--- +title: "DJI3D" +date: 2021-02-25 +extra: + icon: las la-toolbox + excerpt: "A tool for graphing 3d positional data extracted from DJI drone telemetry" + redir_to: https://github.com/ewpratten/dji3d +--- diff --git a/content/software/2021-03-19-aprs-bcn.md b/content/software/2021-03-19-aprs-bcn.md new file mode 100644 index 0000000..d6f6886 --- /dev/null +++ b/content/software/2021-03-19-aprs-bcn.md @@ -0,0 +1,8 @@ +--- +title: "Send APRS beacons over IP from your terminal" +date: 2021-03-19 +extra: + icon: las la-toolbox + excerpt: "A script that generates APRS packets based on cli arguments, and sends them to the APRS-IS network" + redir_to: https://github.com/ewpratten/aprs-bcn +--- diff --git a/content/software/2021-05-14-baofeng2gqrx.md b/content/software/2021-05-14-baofeng2gqrx.md new file mode 100644 index 0000000..6700589 --- /dev/null +++ b/content/software/2021-05-14-baofeng2gqrx.md @@ -0,0 +1,8 @@ +--- +title: "baofeng2gqrx" +date: 2021-05-14 +extra: + icon: las la-toolbox + excerpt: "A tool for converting Baofeng bookmarks to GQRX bookmarks" + redir_to: https://github.com/ewpratten/baofeng2gqrx +--- diff --git a/content/software/2022-05-11-atentry.md b/content/software/2022-05-11-atentry.md new file mode 100644 index 0000000..4d6a63f --- /dev/null +++ b/content/software/2022-05-11-atentry.md @@ -0,0 +1,8 @@ +--- +title: "The @entry decorator" +date: 2022-05-11 +extra: + icon: las la-toolbox + excerpt: "@entry is designed to be a simple decorator for declaring main functions in python" + redir_to: https://github.com/ewpratten/atentry +---