Skip to content
View mfilipelino's full-sized avatar
🏠
Working from home
🏠
Working from home
  • SSense
  • Montreal - Canada
  • 10:17 - 12h behind

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
    1
    # 🔑 Core Development Principles
    2
    
                  
    3
    These principles guide sound decision-making throughout the lifecycle of any software project, fostering clarity, maintainability, and robustness.
    4
    
                  
    5
    ---
  2. 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 Public

    Python

  4. 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*/