1

more projects

This commit is contained in:
Evan Pratten 2022-12-18 14:17:13 -05:00
parent 6e2ea862b7
commit 741905c648
16 changed files with 128 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
title: "dr"
date: 2018-08-03
extra:
icon: las la-toolbox
excerpt: "An ed-like client for devRant written in python"
redir_to: https://github.com/ewpratten/dr
---

View File

@ -0,0 +1,8 @@
---
title: "Exit Code One"
date: 2018-11-04
extra:
icon: las la-toolbox
excerpt: "The c / c++ compiler written in python that never compiles without errors"
redir_to: https://github.com/ewpratten/eco
---

View File

@ -0,0 +1,8 @@
---
title: "The Open Driver Waypoint Coordinator"
date: 2018-11-16
extra:
icon: las la-toolbox
excerpt: "A utility for scheduling driving instructors using Google maps data"
redir_to: https://github.com/ewpratten/ODWC
---

View File

@ -0,0 +1,8 @@
---
title: "The shift2 encoding algorithm"
date: 2019-08-24
extra:
icon: las la-toolbox
excerpt: "Shift was designed to store non-critical text data in such a way that only keyholders could reconstruct a useful message"
redir_to: https://github.com/ewpratten/shift
---

View File

@ -0,0 +1,8 @@
---
title: "devrant-dl"
date: 2019-08-27
extra:
icon: las la-toolbox
excerpt: "A tool for exporting your posts from devRant for offline storage"
redir_to: https://github.com/ewpratten/devrant-dl
---

View File

@ -0,0 +1,8 @@
---
title: "easy-faces"
date: 2020-03-11
extra:
icon: las la-toolbox
excerpt: "Common scripts I use to quickly build classifiers for people's faces, and a little visualization tool to check the results"
redir_to: https://github.com/ewpratten/easy-faces
---

View File

@ -0,0 +1,8 @@
---
title: "VSCO batch downloader"
date: 2020-07-13
extra:
icon: las la-toolbox
excerpt: "A script for downloading a batch of images from a VSCO user account"
redir_to: https://github.com/ewpratten/vsco-batch-dl
---

View File

@ -0,0 +1,8 @@
---
title: "TVDSB Student API"
date: 2020-07-24
extra:
icon: las la-toolbox
excerpt: "A Python library and cli tool for interacting with the TVDSB Student Portal service"
redir_to: https://github.com/ewpratten/tvdsb-student-api
---

View File

@ -0,0 +1,8 @@
---
title: "TimeAndPlace client"
date: 2020-08-20
extra:
icon: las la-toolbox
excerpt: "An API client and command-line application for interacting with @salamander2's TimeAndPlace service over a network"
redir_to: https://github.com/ewpratten/timeandplace-api
---

View File

@ -0,0 +1,8 @@
---
title: "Not Enough Reviews"
date: 2020-09-17
extra:
icon: las la-toolbox
excerpt: "An alternate minimal frontend for GitHub repositories"
redir_to: https://github.com/ewpratten/ner
---

View File

@ -0,0 +1,8 @@
---
title: "dynpy"
date: 2020-09-26
extra:
icon: las la-toolbox
excerpt: "A Python library for interfacing with a Minecraft server running Dynmap"
redir_to: https://github.com/ewpratten/dynpy
---

View File

@ -0,0 +1,8 @@
---
title: "chatster"
date: 2020-10-24
extra:
icon: las la-toolbox
excerpt: "A local bridge between a Minecraft server and your favorite IRC client "
redir_to: https://github.com/ewpratten/chatster
---

View File

@ -0,0 +1,8 @@
---
title: "orgstat"
date: 2020-10-24
extra:
icon: las la-toolbox
excerpt: "A tool that will produce a ranked list of contributors for a GitHub organization based on commit count across all repos"
redir_to: https://github.com/ewpratten/orgstat
---

View File

@ -0,0 +1,8 @@
---
title: "Multi-view Dynmap client"
date: 2020-11-27
extra:
icon: las la-toolbox
excerpt: "An application for providing a multi-user bird's-eye view of players on Minecraft servers that have the Dynmap plugin installed"
redir_to: https://github.com/ewpratten/birdseye
---

View File

@ -0,0 +1,8 @@
---
title: "Minecraft LAN Server Discovery"
date: 2020-11-27
extra:
icon: las la-toolbox
excerpt: "A Python library and CLI tool for discovering Minecraft LAN worlds / servers on your local network"
redir_to: https://github.com/ewpratten/mcdiscovery
---

View File

@ -0,0 +1,8 @@
---
title: "Reverse Beacon Network client for Python"
date: 2021-01-25
extra:
icon: las la-toolbox
excerpt: "A commandline application and Python library for obtaining real-time data from the Reverse Beacon Network"
redir_to: https://github.com/ewpratten/pyRBN
---