redir
This commit is contained in:
parent
8bf4332f3b
commit
193c34c63d
@ -76,6 +76,21 @@
|
|||||||
"img_src": "/assets/images/projects/mcinfo.jp2"
|
"img_src": "/assets/images/projects/mcinfo.jp2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"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": "Easy Pose Notation library",
|
"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.",
|
"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.",
|
||||||
|
4
r/gradledefaults.md
Normal file
4
r/gradledefaults.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
layout: redir
|
||||||
|
redirect_to: https://github.com/Ewpratten/gradle-sensible-defaults
|
||||||
|
---
|
Loading…
x
Reference in New Issue
Block a user