1

add filterlib

This commit is contained in:
Evan Pratten 2020-12-28 14:31:21 -05:00
parent 5a1f6e0f50
commit 3c9d1305c1
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3

View File

@ -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 <a href='https://github.com/webbukkit/dynmap'>Dynmap</a> 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.",