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

Block or report evfinkn

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

Hi! I'm Evan

CS major at University of Iowa

More about me

import dataclasses

@dataclasses.dataclass
class SoftwareDeveloper:
    name: str
    age: int
    pronouns: str
    main_languages: list[str]
    current_project: str

me = SoftwareDeveloper(
    "Evan", 20, "he/him",
    ["Python", "JavaScript", "Java"],
    "Speechviz")

Pinned

  1. speechviz speechviz Public

    An annotation tool for analyzing real-world auditory soundscapes

    JavaScript

  2. etoolboxjax etoolboxjax Public

    A port of etoolbox and other utilities to MathJax.

    TypeScript

  3. uiowahjmjohnsonselt2023/selt2023-final-project-team-001 uiowahjmjohnsonselt2023/selt2023-final-project-team-001 Public

    HTML

  4. suggestion-box suggestion-box Public

    TypeScript