From 3c9d1305c1bc2b91a8588ade6e4025a599db57e6 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 28 Dec 2020 14:31:21 -0500 Subject: [PATCH] add filterlib --- _data/projects.json | 45 ++++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/_data/projects.json b/_data/projects.json index 759ba47..e48c718 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -19,21 +19,6 @@ "img_src": "/assets/images/projects/studentportal.jp2" } }, - { - "title": "RetryLife API", - "description": "If you are looking to build an application that hooks into the backend of any one of my services, take a look at the RetryLife API. My backend API is edge-cached and CORS-ready for use in any application at any load.", - "text_buttons": [], - "icon_buttons": [ - { - "icon": "fas fa-book", - "url": "https://api.retrylife.ca/apidocs" - }, - { - "icon": "fas fa-info-circle", - "url": "https://status.retrylife.ca" - } - ] - }, { "title": "Lib5K", "description": "Lib5K is the core software library that powers all of Raider Robotics' robots. It started as a summer project of mine, and has now been used to build high-performance competitive robots, and win some awards along the way.", @@ -76,6 +61,21 @@ "img_src": "/assets/images/projects/mcinfo.jp2" } }, + { + "title": "FilterLib", + "description": "FilterLib is a small utility library for Java that is designed to provide a simple way to work with lists of data. This library is heavily callback-oriented.", + "text_buttons": [], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/Ewpratten/filterlib" + }, + { + "icon": "fas fa-book", + "url": "https://ewpratten.retrylife.ca/filterlib" + } + ] + }, { "title": "Bird's-Eye", "description": "A GUI application for providing a multi-user bird's-eye view of players on Minecraft servers that have the Dynmap plugin installed.", @@ -143,6 +143,21 @@ } ] }, + { + "title": "RetryLife API", + "description": "If you are looking to build an application that hooks into the backend of any one of my services, take a look at the RetryLife API. My backend API is edge-cached and CORS-ready for use in any application at any load.", + "text_buttons": [], + "icon_buttons": [ + { + "icon": "fas fa-book", + "url": "https://api.retrylife.ca/apidocs" + }, + { + "icon": "fas fa-info-circle", + "url": "https://status.retrylife.ca" + } + ] + }, { "title": "Easy Pose Notation library", "description": "LibEPN is a Java library I built that provides a common interface for working with the position and orientation of objects in 3-dimensional space by making heavy use of Quaternions.",