Skip to content
View pmaoui's full-sized avatar

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. saymynamesaymynamePublic

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

    JavaScript 2 3

  2. Tmux & Vim configurationTmux & 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-dlqserverless-offline-sqs-dlqPublic

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

    JavaScript 2 1

  5. eslint/eslinteslint/eslintPublic

    Find and fix problems in your JavaScript code.

    JavaScript 27.5k 5.2k