Skip to content
View trouttdev's full-sized avatar

Block or report trouttdev

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. StrangerThingsLights StrangerThingsLights Public

    Arduino code for the Stranger Things project

    Arduino 1

  2. warriorjs warriorjs Public

    This is a repo containing my solutions to the WarriorJS browser game.

    JavaScript

  3. Terrain-Generator Terrain-Generator Public

    A simple 2D terrain generator written in Python with PyGame.

    Python

  4. How to add CC and BCC fields to Spar... How to add CC and BCC fields to SparkPost API
    1
    # How to send a SparkPost email via API with a CC and BCC
    2
    
                  
    3
    Originally I found [this](https://support.sparkpost.com/customer/portal/articles/1948014-how-to-add-cc-and-bcc-to-emails) which only vaguely pointed me in the right direction, so I thought I'd create a gist of what ended up working for me.
    4
    
                  
    5
    ## CC
  5. Simple Laravel 5 response caching Simple Laravel 5 response caching
    1
    <?php
    2
    
                  
    3
    namespace App\Http\Middleware;
    4
    
                  
    5
    use Closure;
  6. Reject an entire feed import if a re... Reject an entire feed import if a required field in feeds_tamper fails
    1
    /**
    2
     * Implements hook_feeds_after_parse().
    3
     */
    4
    function my_module_feeds_after_parse(FeedsSource $source, FeedsParserResult $result) {
    5