Skip to content
View leandrojo's full-sized avatar
🎯
Focusing
🎯
Focusing
  • São Paulo, Brasil
Block or Report

Block or report leandrojo

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. expedia-api expedia-api Public

    JavaScript 2

  2. HHVM Magento Server Setup HHVM Magento Server Setup
    1
    I've had the opertunity to try a variety of different server configurations but never really got around to trying HHVM with Magento until recently. I thought I would share a detailed walkthrough of configuring a single instance Magento server running Nginx + Fast CGI + HHVM / PHP-FPM + Redis + Percona. For the purpose of this blog post I'm assuming you are using Fedora, CentOS, or in my case RHEL 6.5.
    2
    
                  
    3
    > Please note: I'm 100% open to suggestions. If you see something I did that needs to be done a different way, please let me know. I haven't included my Perconca my.conf file yet. I will shortly. Also I plan on trying this same test with HHVM 3.3 and PHP 7.
    4
    5
    #### Install the EPEL, Webtatic, and REMI repos
  3. Get.js Get.js
    1
    /**
    2
     * @param {*} obj - Objeto a ser rastreado.
    3
     * @param {*} key - Percurso a ser traçado.
    4
     *
    5
     * Exemplo:
  4. react-cytoscape-remote-source react-cytoscape-remote-source Public

    JavaScript