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

Block or report pmaoui

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

    Parse human name, split them and fix letter-case. It came in full JS (ES6) with 0 dependency !

    JavaScript 2 3

  2. Tmux & Vim configuration Tmux & Vim configuration
    1
    # remap prfix to ctrl+a
    2
    #set -g prefix C-a
    3
    #unbind C-b
    4
    #bind C-a send-prefix
    5
    
                  
  3. AngularJS to Angular5 — Upgrading a ... AngularJS to Angular5 — Upgrading a large application
    1
    {
    2
     "compilerOptions": {
    3
       "target": "es5",
    4
       "module": "commonjs",
    5
       "moduleResolution": "node",
  4. serverless-offline-sqs-dlq serverless-offline-sqs-dlq Public

    Enable Dead-Letter Queues with AWS λ and SQS locally when developing your Serverless project

    JavaScript 2 1

  5. eslint/eslint eslint/eslint Public

    Find and fix problems in your JavaScript code.

    JavaScript 24.3k 4.4k