Skip to content
View PostGuitarist's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report PostGuitarist

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

Zaden Connell

Linkedin Badge Gmail Badge LeetCode user PostGuitarist

About

  • School : Liberty University
  • Major : CS: Software Engineering
  • Minor : Business


Pinned Loading

  1. vscode-to-vs-extension vscode-to-vs-extension Public

    VSCode extension to create the solution files needed for a Visual Studio C++ project with just source files

    TypeScript 3

  2. liberty-macos-docs liberty-macos-docs Public

    Guide to using MacOS devices in Liberty University's computer science classes

    MDX

  3. portfolio portfolio Public

    My website made with Astro and TailwindCSS

    Astro

  4. Auto Create Oracle Cloud Free Tier V... Auto Create Oracle Cloud Free Tier VMs for a Minecraft server.
    1
    // Find the 'compute' iframe window within the document if it isn't already the current window in devtools.
    2
    const computeWindow = document.querySelector("#compute-wrapper")
    3
      ? window
    4
      : document.querySelector("#sandbox-compute-container")?.contentWindow;
    5
    if (!computeWindow) throw new Error("Failed to find iframe window");