wip
This commit is contained in:
parent
11083b2ade
commit
36334d62f2
@ -19,7 +19,7 @@ I am currently working on a few projects, including:
|
|||||||
- Publishing music under my own name on [Spotify](https://open.spotify.com/artist/1aLNEmgqBJkhfkEZvf8Vh5) and [Apple Music](https://music.apple.com/us/artist/evan-pratten/1611566708)
|
- Publishing music under my own name on [Spotify](https://open.spotify.com/artist/1aLNEmgqBJkhfkEZvf8Vh5) and [Apple Music](https://music.apple.com/us/artist/evan-pratten/1611566708)
|
||||||
- Occasional <a href="https://instagram.com/evanpratten" target="_blank" rel="me">photography</a>
|
- Occasional <a href="https://instagram.com/evanpratten" target="_blank" rel="me">photography</a>
|
||||||
|
|
||||||
I am also working on an Internet-Draft:
|
<!-- I am also working on an Internet-Draft:
|
||||||
|
|
||||||
- [draft-evan-amateur-radio-ipv6](https://datatracker.ietf.org/doc/html/draft-evan-amateur-radio-ipv6) - Globally Unique IPv6 Addressing for Amateur Radio
|
- [draft-evan-amateur-radio-ipv6](https://datatracker.ietf.org/doc/html/draft-evan-amateur-radio-ipv6) - Globally Unique IPv6 Addressing for Amateur Radio -->
|
||||||
|
|
||||||
|
51
content/software/_index.md
Normal file
51
content/software/_index.md
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
---
|
||||||
|
title: Software
|
||||||
|
---
|
||||||
|
|
||||||
|
# Software
|
||||||
|
|
||||||
|
## Command line applications
|
||||||
|
|
||||||
|
- [tabset](https://github.com/ewpratten/tabset): A tool for configuring digitizer tablets
|
||||||
|
|
||||||
|
## Minecraft
|
||||||
|
|
||||||
|
- Client-side
|
||||||
|
- [Client Ping](https://modrinth.com/mod/client-ping): Purely client-side point-of-interest marking
|
||||||
|
- [Illuminated Shields](https://modrinth.com/resourcepack/illuminated-shields): See in the dark while holding a shield
|
||||||
|
- Server-side
|
||||||
|
- [FrostBucket](https://modrinth.com/plugin/frostbucket): Apply *Frost Walker* to a bucket for easy ice creation <warning>**(Archived)**</warning>
|
||||||
|
- [Blood Cod Plugin Pack](https://modrinth.com/plugin/blood-cod-plugins): Custom items and advancements for a private server <warning>**(Archived)**</warning>
|
||||||
|
- [XANDGORT Powers](https://modrinth.com/plugin/xandgort-powers): Superpowers for my admin account
|
||||||
|
- Mod packs
|
||||||
|
- [Evan's Pack](https://modrinth.com/modpack/ewpratten): Sensible defaults, and QoL tweaks
|
||||||
|
|
||||||
|
## Backend / server-side
|
||||||
|
|
||||||
|
- [Ubisoft service status exporter for Prometheus](https://github.com/ewpratten/ubisoft_status_exporter)
|
||||||
|
|
||||||
|
## Libraries
|
||||||
|
|
||||||
|
- **@entry**: A decorator for marking the entry point of a program
|
||||||
|
- Languages: **Python**
|
||||||
|
- View on: [GitHub](https://github.com/ewpratten/atentry) & [PyPI](https://pypi.org/project/atentry/)
|
||||||
|
- **crashreport**: Automatic GitHub crash reporting system for any Rust crate
|
||||||
|
- Languages: **Rust**
|
||||||
|
- View on: [GitHub](https://github.com/ewpratten/crashreport-rs) & [crates.io](https://crates.io/crates/crashreport)
|
||||||
|
- Kobo e-reader interface library
|
||||||
|
- Languages: **Rust**
|
||||||
|
- View on: [GitHub](https://github.com/ewpratten/kobo-rs) & [crates.io](https://crates.io/crates/kobo)
|
||||||
|
|
||||||
|
asdf
|
||||||
|
|
||||||
|
- [**Python**] [@entry](https://github.com/ewpratten/atentry): A decorator for marking the entry point of a program
|
||||||
|
- [**Rust**] [crashreport](https://github.com/ewpratten/crashreport-rs): Automatic GitHub crash reporting system for any Rust crate
|
||||||
|
- [**Rust**] [kobo-rs](https://github.com/ewpratten/kobo-rs): Kobo e-reader interface library
|
||||||
|
|
||||||
|
asdf
|
||||||
|
|
||||||
|
- Rust
|
||||||
|
- [crashreport](https://github.com/ewpratten/crashreport-rs): Automatic GitHub crash reporting system for any Rust crate
|
||||||
|
- [kobo-rs](https://github.com/ewpratten/kobo-rs): Kobo e-reader interface library
|
||||||
|
- Python
|
||||||
|
- [@entry](https://github.com/ewpratten/atentry): A decorator for marking the entry point of a program
|
@ -38,6 +38,10 @@ body {
|
|||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
warning {
|
||||||
|
color: orangered;
|
||||||
|
}
|
||||||
|
|
||||||
.hover-help {
|
.hover-help {
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: help;
|
cursor: help;
|
||||||
|
@ -25,8 +25,10 @@
|
|||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
·
|
·
|
||||||
<a href="/blog">Blog</a>
|
<a href="/blog">Blog</a>
|
||||||
|
{# ·
|
||||||
|
<a href="/projects">Projects</a> #}
|
||||||
·
|
·
|
||||||
<a href="/projects">Projects</a>
|
<a href="/software">Software</a>
|
||||||
·
|
·
|
||||||
<a href="/radio">Radio</a>
|
<a href="/radio">Radio</a>
|
||||||
·
|
·
|
||||||
|
Loading…
x
Reference in New Issue
Block a user