Add projects
This commit is contained in:
parent
9a21836da9
commit
23193b8845
@ -146,6 +146,24 @@
|
|||||||
"img_src": "https://github.com/Ewpratten/ludum-dare-48/raw/master/assets/img/map/shopHighRes.png"
|
"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",
|
"title": "boop",
|
||||||
"types": [
|
"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",
|
"title": "JDMA",
|
||||||
"types": [
|
"types": [
|
||||||
|
@ -63,4 +63,3 @@ 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user