Skip to content
View RayHollister's full-sized avatar

Organizations

@WJCT-Public-Media

Block or report RayHollister

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 Loading

  1. JaxPlays-Inc/jaxplays.org JaxPlays-Inc/jaxplays.org Public

    JaxPlays is an ever-growing, all-encompassing digital platform dedicated to shining a spotlight on Jacksonville's vibrant theatre community. From the latest productions and reviews to in-depth prof…

    JavaScript 1

  2. WJCT-Public-Media/Composer-Now-Playing-Shortcode WJCT-Public-Media/Composer-Now-Playing-Shortcode Public

    A simple Wordpress plugin that pulls the Now Playing information from the NPR Composer API.

    PHP

  3. JaxPlays-Inc/jaxplays-data JaxPlays-Inc/jaxplays-data Public

    This repository holds the structured data for the JaxPlays website, including people profiles, and production, shows, theatres and venue descriptions. It is a submodule of the main JaxPlays reposit…

    1

  4. JaxPlays-Inc/jaxplays.jekyll JaxPlays-Inc/jaxplays.jekyll Public template

    Forked from Drassil/git-wiki-skeleton

    This is the repository for jaxplays.com a wiki for all things Jacksonville community theatre. This is a fork of git-wiki-skeleton

    HTML 2

  5. Link-In-Bio-Page Link-In-Bio-Page Public

    Easily create an Instagram "Link in Bio" page with a Wordpress Plugin for free

    PHP

  6. This JavaScript fetches and formats... This JavaScript fetches and formats the weekly broadcast schedule of a specific NPR radio show from their API. It groups same times on sequential days and displays the schedule on the radio show's webpage. The script runs automatically on page load, if no schedule is already present.
    1
    <script>
    2
      const daysOfWeek = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
    3
    
                  
    4
      async function getShowSchedule() {
    5
        let scheduleDiv = document.querySelector(".RadioShowPage-mediaSchedule");