Skip to content
View AustinMaddox's full-sized avatar

Organizations

@WarriorMachines @RicochetSolutions @1Dash

Block or report AustinMaddox

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. phpbb-extension-s3 phpbb-extension-s3 Public

    A phpBB extension that utilizes AWS S3 as the filesystem for uploaded files.

    PHP 8 10

  2. Force the use of only one "test-tena... Force the use of only one "test-tenant" in phpunit tests
    1
    <?php
    2
    
                  
    3
    namespace Tests;
    4
    
                  
    5
    use Hyn\Tenancy\Contracts\Repositories\HostnameRepository;
  3. Fitment part number request service ... Fitment part number request service PHP example.The WPS Fitment Part Number Request web service is meant to find all the parts associated to a single vehicle. Below is a full example of how to do this via PHP using cURL.
    1
    <?php error_reporting(E_ALL | E_STRICT); ?>
    2
    <!DOCTYPE html>
    3
    <html>
    4
    	<head>
    5
    		<title>Fitment example</title>
  4. Reverse fitment lookup service PHP e... Reverse fitment lookup service PHP example. The WPS reverse fitment web service returns vehicle data given one particular WPS part number. The output format is JSON. Below is a full example of how to do this via PHP using cURL.
    1
    <?php error_reporting(E_ALL | E_STRICT); ?>
    2
    <!DOCTYPE html>
    3
    <html>
    4
    	<head>
    5
    		<title>Reverse fitment example</title>
  5. tmdb-api tmdb-api Public

    A small NodeJS API for demonstrating my skills using the The Movie Database API.

    JavaScript

  6. tmdb-ui tmdb-ui Public

    A small ReactJS UI app for demonstrating my skills using the The Movie Database API.

    JavaScript