Skip to content
View mouhamedfd's full-sized avatar
Block or Report

Block or report mouhamedfd

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. qpdf-amd64 qpdf-amd64 Public

    Static compiled binaries from the Qpdf project https://github.com/qpdf/qpdf

    1

  2. shell_utilities shell_utilities Public

    A collection of shell scripts

    Shell 1

  3. A bash script to create a Git post-r... A bash script to create a Git post-receive hook to deploy after a Git push
    1
    #!/bin/bash
    2
    
                  
    3
    # Call this file with `bash ./project-create.sh project-name [service-name]`
    4
    # - project-name is mandatory
    5
    # - service-name is optional
  4. Encrypt and decrypt between programm... Encrypt and decrypt between programming languages (PHP & JavaScript).
    1
    
                  
    2
    
                  
    3
    /**
    4
     * Encryption class for encrypt/decrypt that works between programming languages.
    5
     * 
  5. laravel-5-redis-and-socket.io laravel-5-redis-and-socket.io Public

    Forked from oriceon/laravel-5-redis-and-socket.io

    Laravel 5 WebSocket Chat with Redis and Socket.io

    PHP

  6. laravel-echo-server laravel-echo-server Public

    Forked from tlaverdure/laravel-echo-server

    Socket.io server for Laravel Echo

    TypeScript