1

more projects

This commit is contained in:
Evan Pratten 2022-12-18 13:45:14 -05:00
parent d4b234aad2
commit 6e2ea862b7
14 changed files with 112 additions and 0 deletions

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---