#include <aboutme.h>
const Programmer me = {
.name = "Aiden Olsen",
.contact = "olsenaiden33@gmail.com",
.langs = {
"c", "c++", "rust",
"python", "javascript", "typescript",
"bash"
},
.skills = {"git", "mysql", "sqlite", "tableau", "aws"},
.software = {"neovim", "kicad", "gtkwave"},
.notable_projects = {
(Project) {"ChatGPTerminator", "https://github.com/AineeJames/ChatGPTerminator",
"A convenient way to interact with OpenAI's chat completion and image generation API's using your command line interface."
},
(Project) {"rust6502", "https://github.com/AineeJames/rust6502",
"A 6502 simulator written in the rust programming language with the ability to run compiled 6502 asm."
},
(Project) {"ctest.h", "https://github.com/AineeJames/ctest.h",
"A simple single header only c testing library."
},
}
};
int main(void) {
desribe(me);
return 0;
}
π
ππΌ Hi, I'm Aiden Olsen, an electrical and computer engineer with a passion for anything programming related!
-
Micron Technology
- Idaho
- https://www.aidencancode.com
- in/aiden-olsen-478503231
Pinned Loading
-
ChatGPTerminator
ChatGPTerminator PublicGPTerminator provides a convenient way to interact with OpenAI's chat completion and image generation API's using your command line interface.
-
-
-
three-terrain
three-terrain Publiccomplex procedural terrain gereated with simplex noise
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.