Skip to content
View abdulmueid's full-sized avatar
  • Vodacom Mozambique
  • Maputo

Block or report abdulmueid

Report abuse

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

Report abuse

Pinned Loading

  1. mpesa-php-api mpesa-php-api Public

    PHP library for M-Pesa API (Mozambique)

    PHP 46 29

  2. entity-reference entity-reference Public

    Entity Reference Generator in PHP

    PHP 5 2

  3. mailcatcher-docker mailcatcher-docker Public

    Minimal Docker Container exposing mailcatcher and mailcatcher UI

    Dockerfile 1

  4. php-docker php-docker Public

    Docker image for PHP with extras

    Dockerfile 1

  5. Build mod_pagespeed for nginx, compa... Build mod_pagespeed for nginx, compatible with nginx installed from Ubuntu Repos.
    1
    # Get Package Versions
    2
    NPS_VERSION=$(curl https://www.modpagespeed.com/doc/release_notes 2>&1 | grep -oP -m 1 '(?<=Release ).*-stable(?=\<)')
    3
    NGINX_VERSION=$(nginx -V 2>&1 | grep -oP -m 1 '(?<=nginx/).*(?=\s)')
    4
    # Get ./configure args from nginx
    5
    NGINX_CONFIGURE_ARGS=$(nginx -V 2>&1 | grep -oP '(?<=arguments: ).*')
  6. backbone-fundamentals backbone-fundamentals Public

    Forked from addyosmani/backbone-fundamentals

    A creative-commons book on Backbone.js for beginners and advanced users alike

    JavaScript