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

Block or report abdulmueid

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. mpesa-php-api mpesa-php-api Public

    PHP library for M-Pesa API (Mozambique)

    PHP 44 24

  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