Skip to content
View asj9469's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report asj9469

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

Typing SVG

package asj9469;
public class User{

    private String name;
    private int age;
    private String school;
    private String major;

    public User(String anson, int nineteen, String georgiaTech, String cs){
        name = anson;
        age = nineteen;
        school = georgiaTech;
        major = cs;
    }

    //Enjoys to program tools that solve practical matters
    //Loves problem solving and devising efficient solutions
    //Passionate about task management and organization methods
    
}

Used IDEs:

image image image

Languages / Frameworks:

image image image image image

MUI image image image

Cloud

image

Workspace Info

Desktop:

image image image

Laptops:

image image image

image image image image

Pinned

  1. PreForget PreForget Public

    An interactive macOS menu bar app for task management

    Swift 8

  2. PreForget-Website PreForget-Website Public

    A promotional & official website for PreForget

    JavaScript

  3. jacksonville-deli-website jacksonville-deli-website Public

    A business promotional website developed with Next.js, React, Tailwind CSS, Typescript, Node.js, and PostgreSQL

    TypeScript

  4. Reactonaut Reactonaut Public

    Reactonaut is an online React code editor with an AI assistant. If you are new to React front-end development, start with Reactonaut!

    JavaScript 9 2

  5. LinkedIn-Notes-Extraction-Tool LinkedIn-Notes-Extraction-Tool Public

    extracts and organizes annotations from Linked In Learning exported notebooks

    Python

  6. Rev-Translation-Editor Rev-Translation-Editor Public

    A java-based tool to simplify the ENG-KOR translation process of video transcription scripts given by Rev.

    Java