Skip to content
View oussamahamdaoui's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report oussamahamdaoui

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

    ForgJs is a javascript lightweight object validator.

    JavaScript 1.7k 51

  2. noframework.js noframework.js Public

    Small javascript helper functions

    JavaScript 53 3

  3. layj layj Public

    Layj, generate API types the lazy way

    JavaScript

  4. Detect devtools open and close event... Detect devtools open and close events tested on Chrome and Safari
    1
    (function() {
    2
        'use strict';
    3
        const el = new Image();
    4
        let consoleIsOpen = false;
    5
        let consoleOpened = false;
  5. simple-ftp simple-ftp Public

    JavaScript 2

  6. Short interpreter for the whitespace... Short interpreter for the whitespace language in node js
    1
    
                  
    2
    //@ts-check
    3
    const { readFileSync } = require('fs');
    4
    const { join } = require('path');
    5
    const readline = require('readline');