Skip to content
View zophiale's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Waynesboro PA
  • 10:50 (UTC -04:00)

Highlights

  • Pro

Organizations

@Xent-Official

Block or report zophiale

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zophiale/README.md

Zophia Horvath

// ==!==!==!==!==!==!== //
// Zophia Horvath       //
// Undergrad Research   //
// Created:             //
// 03/04/2026           //
// Updated:             //
// Life                 //
// ==!==!==!==!==!==!== //

#include "user.h"

int main()
{ 

    user Zophia = new user();
    
    Zophia.setName("Zophia Horvath");
    Zophia.setTitle("Researcher");
    Zophia.setEducationLevel(Education.UNDERGRAD);
    Zophia.setUniversity(Universities.Salisbury);
    
    Zophia.addSkills(5,
            {
                "Lifelong developer",
                "Enjoys a good headscratcher",
                "Sysadmin proficiency",
                "Energetic",
                "Leader"
            }
    );

    Zophia.setDescription("Hi! I'm Zophia, an undergraduate at Salisbury University! I have been studying programming to varying degrees for the past 12 years.");

    Zophia.assignDiscord("archaezalia", 478945907748896792);
    Zophia.assignCommunity("Shadow Valley");

    printf("%s", Zophia.fancystr());

    return 0;
}

Pinned Loading

  1. Xent-Future Xent-Future Public

    Xent Future

    Python 1 1

  2. GAS GAS Public archive

    Graviton (editor) Auto Save

    JavaScript 3 1

  3. khalby786/jsoning khalby786/jsoning Public

    ✨ A simple key-value JSON-based lightweight database. ✨

    TypeScript 95 10