Skip to content
View pcarbajals's full-sized avatar

Block or report pcarbajals

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. Find common id numbers Find common id numbers
    1
    input     = [{ id: 2 }, { id: 3 }, { id: 8 }]
    2
    known_ids = [1, 2, 3, 4, 6, 7]
    3
    
                  
    4
    # extract ids as array
    5
    input_ids = input.map(&:values).flatten
  2. CivicBucksMining CivicBucksMining Public

    CivicMining LLC. Challenge

    Java

  3. django-tutorial01 django-tutorial01 Public

    Django tutorial 1: Writing your first Django app (https://docs.djangoproject.com/en/2.1/intro/tutorial01/)

    Python

  4. google-python-exercises google-python-exercises Public

    HTML

  5. todo_api_app todo_api_app Public

    Ruby

  6. todo_app_django todo_app_django Public

    Python