Skip to content
View fflakito's full-sized avatar

Block or report fflakito

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-backpack docker-backpack Public

    Docker image with basic libs for machine learning

    Dockerfile

  2. Enron-dataset-exploration Enron-dataset-exploration Public

    Enron dataset exploration

    Jupyter Notebook

  3. Montyhall Montyhall Public

    Montyhall Problem simulations

    Ruby

  4. REKAP REKAP Public

    Recap app that you can launch at the beginning of your working week to get, all in one email: your stock variations, the weather forecast, etc.

    Python

  5. Ansible in docker - shortcuts Ansible in docker - shortcuts
    1
    ** To make our lives easier later, let us define the commands "a" and "t" for quickly connecting from the base system to the ansible and target container: **
    2
    
                  
    3
    - Connect to the Ansible container:
    4
    
                  
    5
    ```a() { docker exec -it ansible bash -c "echo 'PS1='\''ansible# '\' >> /root/.bashrc; bash"; }```
  6. Personal environment tips Personal environment tips
    1
    # Configurations personal cheatsheet
    2
    
                  
    3
    ### ```.vimrc``` file
    4
    ``` 
    5
    syntax on