1

Add projects

This commit is contained in:
Evan Pratten 2021-06-16 18:53:27 +00:00
parent 9a21836da9
commit 23193b8845
2 changed files with 55 additions and 2 deletions

View File

@ -146,6 +146,24 @@
"img_src": "https://github.com/Ewpratten/ludum-dare-48/raw/master/assets/img/map/shopHighRes.png"
}
},
{
"title": "cl",
"types": [
"app"
],
"description": "cl is my command-line amateur radio logging tool. This program is designed to allow me to log radio contacts in my terminal.",
"text_buttons": [],
"icon_buttons": [
{
"icon": "fab fa-github",
"url": "https://github.com/Ewpratten/cl"
},
{
"icon": "fas fa-download",
"url": "https://crates.io/crates/cllog"
}
]
},
{
"title": "boop",
"types": [
@ -164,6 +182,42 @@
}
]
},
{
"title": "ittyr",
"types": [
"app"
],
"description": "ittyr is a CLI Internet Teletype client that decodes and outputs ITTY messages in real time as they are being streamed through the ITTY service.",
"text_buttons": [],
"icon_buttons": [
{
"icon": "fab fa-github",
"url": "https://github.com/Ewpratten/ittyr"
},
{
"icon": "fas fa-download",
"url": "https://crates.io/crates/ittyr"
}
]
},
{
"title": "adif-rs",
"types": [
"app"
],
"description": "Amateur Data Interchange Format parsing and generation tools for Rust.",
"text_buttons": [],
"icon_buttons": [
{
"icon": "fab fa-github",
"url": "https://github.com/Ewpratten/adif-rs"
},
{
"icon": "fas fa-download",
"url": "https://crates.io/crates/adif"
}
]
},
{
"title": "JDMA",
"types": [

View File

@ -62,5 +62,4 @@ To start training, run:
python3 createhfd5frominput.py
```
A new hdf5 file will be generated in the same folder as the script
A new hdf5 file will be generated in the same folder as the script