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

Block or report vrdriver

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. The perfect TimeZone selectbox list ... The perfect TimeZone selectbox list for PHP 5.3+
    1
    <?php
    2
    $regions = array(
    3
        'Africa' => DateTimeZone::AFRICA,
    4
        'America' => DateTimeZone::AMERICA,
    5
        'Antarctica' => DateTimeZone::ANTARCTICA,
  2. Processing RCS XML Processing RCS XML
    1
    To process the following Billboard XML from the RCS Zetta radio playout system (as outputted through a MC v15 XML schema 
    2
    using glue) in PHP, I do a conversion trick to make it actually usable in the XML processor.
    3
    
    
    4
    Firstly, I pre-process all of the XML like this:
    5
    
    
  3. JSONpdffeed JSONpdffeed Public

    Get a JSON list of the PDF files in a directory

    PHP

  4. JSONpodcastfeed JSONpodcastfeed Public

    This generates a JSON feed for a directory of MP3 files, instead of a typical XML RSS feed.

    PHP

  5. pushover-vb.net pushover-vb.net Public

    Forked from makah/pushover-vba

    VB.net pushover module for https://pushover.net/api

    VBA

  6. Serial-PI-thon Serial-PI-thon Public

    Reading text Data from a USB Serial Device in Python on a raspberry pi.

    Python 2 1