Skip to content
View hygorluz's full-sized avatar
  • Georanker
  • Salvador
Block or Report

Block or report hygorluz

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. Set Windows Proxy Server via PowerShell Set Windows Proxy Server via PowerShell
    1
    ####
    2
    # SET-INTERNETPROXY
    3
    #
    4
    # DESCRIPTION
    5
    #   This function will set the proxy server and (optional) Automatic configuration script.
  2. get_itemproperty_proxyoverride_ps.txt get_itemproperty_proxyoverride_ps.txt
    1
    $proxyOverride = Get-ItemProperty -path $regKey -name ProxyOverride
    2
    return $proxyOverride
    3
    
                  
    4
    Output:
    5
    ProxyOverride : <local>
  3. GeoRanker-s-Test GeoRanker-s-Test Public

    This test was made for the Full-Stack Developer role at GeoRanker, and is part of the selection process.

    PHP

  4. WikiCrawler WikiCrawler Public

    WikiCrawler is crawler based in Scrapy Framework to crawl pages from wikipedia and save on a local MongoDB database.

    Python

  5. OneSignal-Cordova-SDK OneSignal-Cordova-SDK Public

    Forked from OneSignal/OneSignal-Cordova-SDK

    OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Ionic, PhoneGap CLI, PhoneGap Build, Cordova, or Sencha Touch app or game with OneSignal. …

    Objective-C

  6. PhantomJs install on Ubuntu PhantomJs install on Ubuntu
    1
    sudo apt-get update
    2
    sudo apt-get install build-essential chrpath libssl-dev libxft-dev -y
    3
    sudo apt-get install libfreetype6 libfreetype6-dev -y
    4
    sudo apt-get install libfontconfig1 libfontconfig1-dev -y
    5
    cd ~