Skip to content
View AineeJames's full-sized avatar
πŸ˜€
πŸ˜€

Block or report AineeJames

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AineeJames/README.md
#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;
}

Pinned Loading

  1. ChatGPTerminator ChatGPTerminator Public

    GPTerminator provides a convenient way to interact with OpenAI's chat completion and image generation API's using your command line interface.

    Python 230 16

  2. rust6502 rust6502 Public

    run 6502 programs with rust by the way

    Rust

  3. ctest.h ctest.h Public

    ctest.h is a simple single header testing library for C

    C 1

  4. friend-tracker friend-tracker Public

    based off a cbt nuggets training

    JavaScript 1

  5. three-terrain three-terrain Public

    complex procedural terrain gereated with simplex noise

    JavaScript

  6. LazyNotes LazyNotes Public

    Python 1