Skip to content
View guifelix's full-sized avatar
Block or Report

Block or report guifelix

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. vanhack_calendar_javascript vanhack_calendar_javascript Public

    Vanhack challenge to create appointment calendar

    JavaScript 8 5

  2. vanhack_work_schedule vanhack_work_schedule Public

    Vanhack challenge to create work schedules

    PHP 4

  3. awesome-tasker awesome-tasker Public

    Carefully curated list of awesome Tasker projects, tutorials and tricks

    192 8

  4. How to install OCI8 on Ubuntu 18.04 ... How to install OCI8 on Ubuntu 18.04 and PHP 7.2
    1
    # How to install OCI8 on Ubuntu 16.04 and PHP 7.1
    2
    Source: [How to install OCI8 on Ubuntu 16.04 and PHP 7.1](https://gist.github.com/hewerthomn/81eea2935051eb2500941a9309bca703)
    3
    
                  
    4
    ## Install Oracle Instant Client and SDK
    5
    ### Step 1
  5. Modelo de fluxo para dashboard Trello Modelo de fluxo para dashboard Trello
    1
    ## Por favor, leia atentamente as instruções de uso desse dashboard
    2
    
                  
    3
    As palavras-chave "**_DEVE_**", "**_NÃO DEVE_**", "**_REQUER_**", "**_DEVERIA_**", "**_NÃO  DEVERIA_**",
    4
    "**_PODERIA_**", "**_NÃO PODERIA_**", "**_RECOMENDÁVEL_**", "**_PODE_**", e "**_OPCIONAL_**" neste documento
    5
    devem ser interpretadas como descritas no [RFC 2119](https://tools.ietf.org/html/rfc2119) da [IETF](https://www.ietf.org/)[¹](#ietf), traduzidas pela
  6. Laravel dd snippet for vscode Laravel dd snippet for vscode
    1
    {
    2
        "var_dump": {
    3
            "prefix": "dd",
    4
            "body": [
    5
                "//@TODO - Delete dd - ${TM_FILENAME}:${TM_LINE_NUMBER} | Author | ${CURRENT_DATE}/${CURRENT_MONTH}/${CURRENT_YEAR} ${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}",