From 794f7ba43fc945743965df0790af55e4dc4cd760 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 18 Dec 2022 14:27:25 -0500 Subject: [PATCH] final py projects --- content/software/2018-05-22-launchdraw.md | 8 ++++++++ content/software/2018-06-25-iss.md | 8 ++++++++ content/software/2018-08-04-devrantsimple.md | 8 ++++++++ content/software/2018-08-31-dirobium.md | 8 ++++++++ content/software/2018-09-01-deuterium.md | 8 ++++++++ content/software/2018-09-01-diras.md | 8 ++++++++ 6 files changed, 48 insertions(+) create mode 100644 content/software/2018-05-22-launchdraw.md create mode 100644 content/software/2018-06-25-iss.md create mode 100644 content/software/2018-08-04-devrantsimple.md create mode 100644 content/software/2018-08-31-dirobium.md create mode 100644 content/software/2018-09-01-deuterium.md create mode 100644 content/software/2018-09-01-diras.md diff --git a/content/software/2018-05-22-launchdraw.md b/content/software/2018-05-22-launchdraw.md new file mode 100644 index 0000000..62cd8c7 --- /dev/null +++ b/content/software/2018-05-22-launchdraw.md @@ -0,0 +1,8 @@ +--- +title: "LaunchDraw" +date: 2018-05-22 +extra: + icon: las la-toolbox + excerpt: "A utility for drawing graphics on your Novation Launchpad Mk1/S/Mini" + redir_to: https://github.com/ewpratten/launchdraw +--- diff --git a/content/software/2018-06-25-iss.md b/content/software/2018-06-25-iss.md new file mode 100644 index 0000000..f7592b6 --- /dev/null +++ b/content/software/2018-06-25-iss.md @@ -0,0 +1,8 @@ +--- +title: "ISS cli" +date: 2018-06-25 +extra: + icon: las la-toolbox + excerpt: "A python script that shows you the location of the International Space Station in your terminal" + redir_to: https://github.com/ewpratten/ISS +--- diff --git a/content/software/2018-08-04-devrantsimple.md b/content/software/2018-08-04-devrantsimple.md new file mode 100644 index 0000000..71d89b0 --- /dev/null +++ b/content/software/2018-08-04-devrantsimple.md @@ -0,0 +1,8 @@ +--- +title: "devRantSimple" +date: 2018-08-04 +extra: + icon: las la-toolbox + excerpt: "A dead simple devRant API wrapper for Python" + redir_to: https://github.com/ewpratten/devRantSimple +--- diff --git a/content/software/2018-08-31-dirobium.md b/content/software/2018-08-31-dirobium.md new file mode 100644 index 0000000..7d016dd --- /dev/null +++ b/content/software/2018-08-31-dirobium.md @@ -0,0 +1,8 @@ +--- +title: "Dirobium" +date: 2018-08-31 +extra: + icon: las la-toolbox + excerpt: "The virtual CPU (and emulator) built for hobbyists" + redir_to: https://github.com/ewpratten/Dirobium +--- diff --git a/content/software/2018-09-01-deuterium.md b/content/software/2018-09-01-deuterium.md new file mode 100644 index 0000000..267c36d --- /dev/null +++ b/content/software/2018-09-01-deuterium.md @@ -0,0 +1,8 @@ +--- +title: "Deuterium" +date: 2018-09-01 +extra: + icon: las la-toolbox + excerpt: "The official bootloader for the Dirobium emulator" + redir_to: https://github.com/ewpratten/Deuterium +--- diff --git a/content/software/2018-09-01-diras.md b/content/software/2018-09-01-diras.md new file mode 100644 index 0000000..c9d68e2 --- /dev/null +++ b/content/software/2018-09-01-diras.md @@ -0,0 +1,8 @@ +--- +title: "DirAS" +date: 2018-09-01 +extra: + icon: las la-toolbox + excerpt: "The Dirobium Assembler" + redir_to: https://github.com/ewpratten/DirAS +---