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

Block or report philipnorton42

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
philipnorton42/README.md

Hi, I'm Phil! 😎✨

I am a developer, mostly focusing on PHP CMS systems (especially Drupal), but eager to learn all sorts of stuff.

I run a coding site called #! code.

I work for Code Enigma and live in the North West of the UK.

πŸ“« Find Me!

πŸ’» Technologies I know

I primarily work with PHP and JavaScript, but I have also worked with (in alphabetical order).

Skills Icons

... and certainly a few more!

πŸ’¬ Ask me about ...

I've been building Drupal sites for about 15 years.

πŸ˜„ Pronouns

He/Him

Pinned Loading

  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 3

  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 = [