Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aineejames/aineejames
https://github.com/aineejames/aineejames
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aineejames/aineejames
- Owner: AineeJames
- Created: 2023-03-13T08:29:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T16:55:30.000Z (6 months ago)
- Last Synced: 2024-06-21T10:48:11.949Z (6 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```c
#includeconst Programmer me = {
.name = "Aiden Olsen",
.contact = "[email protected]",
.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;
}```