Skip to content
View sylvaincombes's full-sized avatar

Organizations

@ManoManoTech
Block or Report

Block or report sylvaincombes

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. jquery-images-compare jquery-images-compare Public

    A jquery plugin for comparing two images

    JavaScript 57 13

  2. View your external ip from linux / u... View your external ip from linux / unix shell
    1
    # with dig (fastest way)
    2
    dig +short myip.opendns.com @resolver1.opendns.com;
    3
    
                  
    4
    # alternative
    5
    dig TXT +short o-o.myaddr.l.google.com @ns1.google.com | awk -F'"' '{ print $2}';
  3. php-lcid php-lcid Public

    Library to find iso language code from a microsoft LCID

    PHP 4 1

  4. drublic/css-modal drublic/css-modal Public

    A modal built with pure CSS, enhanced with JavaScript

    JavaScript 1.8k 212