Skip to content
View emabrey's full-sized avatar

Organizations

@tenacityteam
Block or Report

Block or report emabrey

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
emabrey/README.md

😄 Pronouns: she/her

std::cout << "Bio" << std::endl;

I programmed for the first time around 11 years old, beginning with simple ANSI C book I found on a household bookshelf. Though it wasn't until I came in contact with a TI-83 calculator around 13 that things really took off. I learned TI-BASIC essentially by trial and error. Eventually that led to learning assembly for the calculator CPU (a Zilog Z80) out of being frustrated with the limitations of TI-BASIC.

I also eventually got frustrated by the limitations of the TI-83 calculator itself, and I used my Z80 experience to start coding my GameBoy Pocket. By the time I was 15 I had begun spending every spare moment programming- including skipping school lunch nearly everyday to go to a computer lab. I gained familiarity with Java, C, C++, and Python, mainly, but also loved learning about strange esoteric languages 🧠🤬. Things haven't changed much since then- I'm more experienced, but my enthusiasm and thirst for programming is still just as strong as ever.

Pinned

  1. eve_gapps eve_gapps Public

    A script containing useful custom functions which enable Google Apps to access Eve Online data

    JavaScript

  2. emabrey-kaggle-fashion-mnist emabrey-kaggle-fashion-mnist Public

    Fashion MNIST machine learning program I wrote on Kaggle

    Python

  3. Toggle Touchscreen Support Toggle Touchscreen Support
    1
    @ECHO OFF
    2
    
                  
    3
    :: This file enables the touchscreen when disabled and disables the touchscreen when enabled
    4
    :: There is an annoying bug fixed by using AutoIt to unpress the Windows Key
    5
    :: Make sure devcon_x64.exe and autoit3_x64.exe are present for x64
  4. protogen protogen Public

    Arduino Nano project for driving Protogen LED backpacks over I2C and SPI

    C++ 1