Skip to content
View gtrujillop's full-sized avatar
  • Personal
  • Cartagena

Block or report gtrujillop

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. Small piece of code that performs th... Small piece of code that performs the flatten operation over an array of numbers
    1
    # Didn't want to spend too much on testing and documentation.
    2
    # Instead, spent a while trying to implement it with elixir.
    3
    
                  
    4
    class ArrayUtils
    5
    
                  
  2. Handcrafted Array flattener Handcrafted Array flattener
    1
    require 'pry'
    2
    # Write some code, that will flatten an array of arbitrarily 
    3
    # nested arrays of integers into a flat array of integers. 
    4
    # e.g. [[1,2,[3]],4] -> [1,2,3,4]. 
    5
    
                  
  3. ge_csv_to_elasticsearch ge_csv_to_elasticsearch Public

    Ruby

  4. graped_moviez graped_moviez Public

    Ruby