293 lines
11 KiB
JSON
293 lines
11 KiB
JSON
[
|
|
{
|
|
"title": "Student Portal",
|
|
"description": "This is a free-to-use webapp that acts as a new frontend to the <a href='https://schoolapps2.tvdsb.ca/students/student_login/lgn.aspx'>TVDSB Student Portal</a> website. This webapp also includes some extra data and graphs of each student's progress through highschool.",
|
|
"text_buttons": [
|
|
{
|
|
"text": "Open App",
|
|
"url": "https://studentportal.retrylife.ca",
|
|
"color": "primary"
|
|
}
|
|
],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/student_portal"
|
|
}
|
|
],
|
|
"hero": {
|
|
"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.",
|
|
"text_buttons": [],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/frc5024/lib5k"
|
|
},
|
|
{
|
|
"icon": "fas fa-book",
|
|
"url": "https://frc5024.github.io/lib5k"
|
|
},
|
|
{
|
|
"icon": "fas fa-download",
|
|
"url": "https://ultralight.retrylife.ca/?a=lib5k&g=io.github.frc5024"
|
|
}
|
|
],
|
|
"hero": {
|
|
"img_src": "/assets/images/projects/lib5k.jp2"
|
|
}
|
|
},
|
|
{
|
|
"title": "MCInfo",
|
|
"description": "MCInfo is a simple web app for viewing information about any public Minecraft server or user. The site is powered by the RetryLife API, and communicates to servers via TCP connections using <ahref='https://github.com/dinnerbone'>Dinnerbone</a>'s Python library.",
|
|
"text_buttons": [
|
|
{
|
|
"text": "Open App",
|
|
"url": "https://mcinfo.retrylife.ca/",
|
|
"color": "primary"
|
|
}
|
|
],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/mcinfo"
|
|
}
|
|
],
|
|
"hero": {
|
|
"img_src": "/assets/images/projects/mcinfo.jp2"
|
|
}
|
|
},
|
|
{
|
|
"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.",
|
|
"text_buttons": [],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/birdseye"
|
|
},
|
|
{
|
|
"icon": "fas fa-download",
|
|
"url": "https://pypi.org/project/birdseye-mc/"
|
|
}
|
|
],
|
|
"hero": {
|
|
"img_src": "/assets/images/projects/birdseye.png"
|
|
}
|
|
},
|
|
{
|
|
"title": "LegalAccess",
|
|
"description": "LegalAccess is a small Java library that wraps some commonly used reflection code for fetching / modifying private variables and methods.",
|
|
"text_buttons": [],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/legalaccess"
|
|
},
|
|
{
|
|
"icon": "fas fa-book",
|
|
"url": "https://ewpratten.retrylife.ca/legalaccess"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "MCDiscovery",
|
|
"description": "mcdiscovery is a Python library and CLI tool for discovering Minecraft LAN worlds / servers on your local network by listening to multicast communication between Minecraft clients",
|
|
"text_buttons": [],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/mcdiscovery"
|
|
},
|
|
{
|
|
"icon": "fas fa-book",
|
|
"url": "https://ewpratten.retrylife.ca/mcdiscovery/"
|
|
},
|
|
{
|
|
"icon": "fas fa-download",
|
|
"url": "https://pypi.python.org/pypi/mcdiscovery/"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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.",
|
|
"text_buttons": [],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/libepn"
|
|
},
|
|
{
|
|
"icon": "fas fa-book",
|
|
"url": "https://ewpratten.retrylife.ca/libepn"
|
|
},
|
|
{
|
|
"icon": "fas fa-download",
|
|
"url": "https://ultralight.retrylife.ca/?a=libepn&g=ca.retrylife"
|
|
}
|
|
],
|
|
"hero": {
|
|
"img_src": "/assets/images/projects/libepn.jp2"
|
|
}
|
|
},
|
|
{
|
|
"title": "Ultralight",
|
|
"description": "Ultralight is a custom maven server that is designed to run on machines with very low resources, and almost no storage. I use Ultralight to host my personal maven repositories, and welcome other people to set up their own instances.",
|
|
"text_buttons": [
|
|
{
|
|
"text": "Demo",
|
|
"url": "https://ultralight.retrylife.ca",
|
|
"color": "primary"
|
|
}
|
|
],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/ultralight"
|
|
}
|
|
],
|
|
"hero": {
|
|
"img_src": "/assets/images/projects/ultralight.jp2"
|
|
}
|
|
},
|
|
{
|
|
"title": "Not Enough Reviews",
|
|
"description": "Not Enough Reviews (NER) is a GitHub frontend webapp I built to let me browse discussions and changes in a visual style I like. This project was inspired by old text-based software mailing lists, and made more modern with a nice touch of CSS.",
|
|
"text_buttons": [
|
|
{
|
|
"text": "Open App",
|
|
"url": "https://ner.retrylife.ca",
|
|
"color": "primary"
|
|
}
|
|
],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/ner"
|
|
}
|
|
],
|
|
"hero": {
|
|
"img_src": "/assets/images/projects/ner-search.jp2"
|
|
}
|
|
},
|
|
{
|
|
"title": "JState",
|
|
"description": "JState is a library for implementing Finite State Machines in Java code with minimal work. It was originally written by me for use at Raider Robotics, but has since been forked and updated to run without the team's infrastructure around it.",
|
|
"text_buttons": [],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/jstate"
|
|
},
|
|
{
|
|
"icon": "fas fa-book",
|
|
"url": "https://ewpratten.retrylife.ca/jstate"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "InputLib",
|
|
"description": "InputLib is a small and easy-to-use Java library for working with text-based user inputs in a terminal. InputLib is designed to reduce messy safety-checking code without sing a large parsing library like ANTLR",
|
|
"text_buttons": [],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/inputlib"
|
|
},
|
|
{
|
|
"icon": "fas fa-book",
|
|
"url": "https://ewpratten.retrylife.ca/inputlib"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "SmallTools",
|
|
"description": "SmallTools is a collection of programs and tools that are too small to get their own GitHub repository. I mainly use these as a learning tool for trying out new languages, libraries, and ideas.",
|
|
"text_buttons": [],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/smalltools"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "GitHub Actions for FRC",
|
|
"description": "A GitHub CI action specifically built for FRC/GradleRIO codebases. This has been used in production by multiple FRC teams, and has become a core tool in the Raider Robotics software development pipeline.",
|
|
"text_buttons": [
|
|
{
|
|
"text": "GitHub Marketplace",
|
|
"url": "https://github.com/marketplace/actions/frc-build-test",
|
|
"color": "primary"
|
|
}
|
|
],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/FRC-actions"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Shift",
|
|
"description": "Shift is a rotating-key, XOR-based data encryption tool that I built to learn about the inner workings of simple encryption tools. This tool is used to obfuscate program data in some of my other applications.",
|
|
"text_buttons": [
|
|
{
|
|
"text": "Blog Post",
|
|
"url": "/blog/2019/08/24/shift2",
|
|
"color": "primary"
|
|
}
|
|
],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/shift"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Rayzor",
|
|
"description": "Rayzor is my final project from my ICS4U computer science class. This is a 3D raytracer that can generate still images from a scene definition file. Take a look at the project's README file for some examples.",
|
|
"text_buttons": [],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/Rayzor"
|
|
}
|
|
],
|
|
"hero": {
|
|
"img_src": "/assets/images/projects/rayzor.jp2"
|
|
}
|
|
},
|
|
{
|
|
"title": "Pi-hole API",
|
|
"description": "This is an old project of mine that is used in some of my backend server management tools, and by many other people in personal projects. Pi-hole API is a Python3 wrapper around the Pi-hole admin interface.",
|
|
"text_buttons": [],
|
|
"icon_buttons": [
|
|
{
|
|
"icon": "fab fa-github",
|
|
"url": "https://github.com/Ewpratten/pihole-api"
|
|
}
|
|
]
|
|
}
|
|
] |