Skip to content
View faelv's full-sized avatar

Organizations

@portal-do-bitcoin
Block or Report

Block or report faelv

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. composer-companion composer-companion Public

    Composer Companion extension for Visual Studio Code

    JavaScript 2 2

  2. good-taste-theme good-taste-theme Public

    Good Taste Theme for Visual Studio Code

    4

  3. dark-taste-theme dark-taste-theme Public

    Dark Taste Theme for Visual Studio Code

  4. isx isx Public

    ISX is a set of functions to ease the usage of PHP's is_* functions on multiple variables

    PHP

  5. re3 re3 Public

    A lightweight, all in one PHP framework

    PHP 1

  6. JavaScript Oddities 1 JavaScript Oddities 1
    1
    console.log( Math.trunc(-0.1) );
    2
    // -0
    3
    
    
    4
    console.log( null == 0 );
    5
    // false (ok...)