Skip to content
View numaquevedo's full-sized avatar
💻
💻
  • New York, USA

Block or report numaquevedo

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 Loading

  1. Docker Cheatsheet Docker Cheatsheet
    1
    # To see all container images
    2
    docker images
    3
    
                  
    4
    # to see all images
    5
    docker ps -a
  2. Eclipse Configuration for Mac OSX Eclipse Configuration for Mac OSX
    1
    These instructions helped me to compile a simple Hello World project in Mac, after hours of googling and not being successful.
    2
    
                  
    3
    1. Run `brew update` && `brew install cmake`
    4
    2. If brew mentions the need to make certain files and folders writables and owned by the current user, make sure you run those commands.
    5
    3. Run `brew link cmake` if you have not done so.
  3. Palindrome - How to detect a palindr... Palindrome - How to detect a palindrome even if there are special characters and phrases
    1
    <?php
    2
    /**
    3
     * Palindrome
    4
     *
    5
     * A set of characters can form a palindrome if at most, one character occurs odd number of times and all characters occur
  4. Product-Tour Product-Tour Public

    Forked from robophil/Product-Tour

    A responsive tour snippet, with a step-by-step guide(onboarding) to help users understand how to use your website.

    CSS

  5. urlshortener-frontend urlshortener-frontend Public

    Simple frontend to shorten urls using bitly's API

    JavaScript

  6. grimzy/git-info grimzy/git-info Public

    Utility library to retrieve Git information from a working directory.

    PHP 2