Skip to content
View philipnorton42's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report philipnorton42

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. hashbangcode/drupal-development hashbangcode/drupal-development Public

    A workshop looking at Drupal development.

    PHP 2

  2. hashbangcode/webolution hashbangcode/webolution Public

    PHP 1

  3. hashbangcode/curl_converter hashbangcode/curl_converter Public

    Convert curl commands from one format to another.

    PHP 2

  4. A Drupal service class that can extr... A Drupal service class that can extract base64 encoded files from HTML content.
    1
    <?php
    2
    
                  
    3
    namespace Drupal\mymodule;
    4
    
                  
    5
    use Drupal\Core\File\Exception\FileNotExistsException;
  5. A script for generating sparklines i... A script for generating sparklines in PHP. See https://www.hashbangcode.com/article/creating-sparklines-php for more information.
    1
    <?php
    2
    /**
    3
     * A script for generating sparklines in PHP.
    4
     *
    5
     * To use this script, create an image tag and pass a data parameter to it.
  6. Mp3 data extractor. See https://www.... Mp3 data extractor. See https://www.hashbangcode.com/article/extracting-data-mp3-php for more information.
    1
    class Mp3 {
    2
    
                  
    3
      protected $tags = [];
    4
    
                  
    5
      protected $versions = [