Skip to content
View sylvaincombes's full-sized avatar

Organizations

@ManoManoTech

Block or report sylvaincombes

Report abuse

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

Report abuse

Pinned Loading

  1. jquery-images-compare jquery-images-compare Public

    A jquery plugin for comparing two images

    HTML 66 16

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

    A vanilla javascript plugin for comparing two images

    TypeScript

  4. php-lcid php-lcid Public

    Library to find iso language code from a microsoft LCID

    PHP 4 1