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

Block or report ericewers

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

Pinned

  1. guildwars2-items guildwars2-items Public

    A simple React app that gets data from API/JSON and displays them in a paginated list.

    JavaScript

  2. inventory-maintenance inventory-maintenance Public

    A C#/Windows Form app built while attending a C# Intro course from college. Items can be added and deleted to an XML database file, validates user input and basic error handling.

    C#

  3. HTTP Response Codes and URL Checker HTTP Response Codes and URL Checker
    1
    <?php
    2
    
                  
    3
    // Get HTTP Response Codes
    4
    function getHTTPCode($httpcode) {
    5
        switch ($httpcode) {
  4. A Hero's Journey A Hero's Journey
    1
    /*
    2
     * A Hero's Journey
    3
     * By Eric Ewers, 7-21-2019
    4
     */
    5