Skip to content
View fabdbt's full-sized avatar
👊
Working
👊
Working
  • Paris

Highlights

  • Pro

Block or report fabdbt

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. parisrb/paris-rb.org parisrb/paris-rb.org Public

    Rassemble la communauté Ruby francophone chaque premier mardi du mois pour partager, s’entraider et se rencontrer.

    Ruby 18 20

  2. nba-vue nba-vue Public

    Vue PWA application that allows anyone to consult NBA live scores and schedule

    Vue 3 1

  3. GitLab CI - Minify JS / CSS and uplo... GitLab CI - Minify JS / CSS and upload them to AWS S3
    1
    # DO NOT FORGET TO SET YOUR ENVIRONMENT VARIABLES : AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION (protected)
    2
    
                  
    3
    stages:
    4
      - minify
    5
      - upload
  4. python_ucb python_ucb Public

    Python HTTP API implementation of LinUCB machine learning algorithm

    Python