Skip to content
View kevinhikaruevans's full-sized avatar
Block or Report

Block or report kevinhikaruevans

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

Greetings.

I graduated summa cum laude in 2022 from Washington State University with a BSc in computer engineering and a BSc in physics.

My interests are:

  • Firmware in C
  • Embedded and IoT devices
  • Web development with React frontends and FastAPI backends
  • Linux systems
  • Typesetting with LaTeX
  • Traveling: ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡จ๐Ÿ‡ฆ ๐Ÿ‡ฏ๐Ÿ‡ต ๐Ÿ‡น๐Ÿ‡ผ ๐Ÿ‡ฎ๐Ÿ‡ธ (soon: ๐Ÿ‡จ๐Ÿ‡ฑ, ๐Ÿ‡ฆ๐Ÿ‡บ)

Things I want to learn more of:

  • Cool physics with pedagogical simulations
  • Real-world uses for FPGAs

๐Ÿ†• I've now got a blog: https://khevans.com/

Pinned

  1. blackboard-esp32 blackboard-esp32 Public

    Embedded library for the on-board ESP32 on the RealDigital Blackboard

    C 2 1

  2. chaos-stuff chaos-stuff Public

    Numerically checking out chaos in BECs

    Jupyter Notebook

  3. uojs2 uojs2 Public archive

    An unfinished web-based client written in Javascript for the game Ultima Online

    JavaScript 53 27

  4. blessedoo blessedoo Public archive

    An MVC XML wrapper for blessed, a curses-like library

    JavaScript 14 3

  5. uojs/uodatareader uojs/uodatareader Public archive

    Provides an API to read MUL/UOP files using Node.js

    JavaScript 6

  6. Wait for one, cancel other `asyncio`... Wait for one, cancel other `asyncio` tasks
    1
    # Wait for one, cancel others
    2
    
                  
    3
    This is a little helper script that can be used to wait for a single `asyncio` task to finish, then cancel other waiting tasks. 
    4
    
                  
    5
    ## Usage