Skip to content
View AineeJames's full-sized avatar
😀
Evading runtime errors...
😀
Evading runtime errors...

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 = "[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;
}

Pinned Loading

  1. k11e1 k11e1 Public

    A custom 4x3 macro pad with full RGB lighting, a knob, and full QMK+VIA support.

    C 1

  2. rust6502 rust6502 Public

    run 6502 programs with rust by the way

    Rust

  3. 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

  4. ctest.h ctest.h Public

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

    C 1

  5. three-terrain three-terrain Public

    complex procedural terrain gereated with simplex noise

    JavaScript

  6. friend-tracker friend-tracker Public

    based off a cbt nuggets training

    JavaScript 1