Skip to content
View mfilipelino's full-sized avatar
🏠
Working from home
🏠
Working from home
  • SSense
  • Montreal - Canada
  • 23:10 (UTC -12:00)

Block or report mfilipelino

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
mfilipelino/README.md
  • 👋 Hi, I’m @mfilipelino
  • 👀 I’m interested in Computer Science and Distributed Systems
  • 🌱 I’m currently learning about Machine Learning and Deep Learning

If you can't play, you can't learn

Pinned Loading

  1. core-development-principles.md core-development-principles.md
    1
    # Engineering Playbook
    2
    ---
    3
    
                  
    4
    ## ✅ MUST
    5
    
                  
  2. CB-SMoT CB-SMoT Public

    The CB-SMoT (Clustering-Based Approach for Discovering Interesting Places in a Single Trajectory) - Data: http://www.sptrans.com.br/

    Python 6

  3. cdc-event-souce-generator cdc-event-souce-generator Public

    Python

  4. prolog.pl prolog.pl
    1
    /*1 - Definir um predicado que faça a inserção de um elemento na primeira posição de uma lista */
    2
    
                  
    3
    inserePrimeira(X,L,[X|L]).
    4
    
                  
    5
    /*2 - Definir um predicado que faça a inserção de um elemento na posição N da lista*/