Skip to content
View leocencetti's full-sized avatar

Block or report leocencetti

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. pyTrader pyTrader Public

    HTML

  2. git-submodule-status git-submodule-status
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    ## constants ##
    4
    readonly USE_ANSI_COLOR=$( ([[ "$GBS_USE_ANSI_COLOR" =~ ^[01]$ ]] && echo -n "$GBS_USE_ANSI_COLOR") ||
    5
        ([[ "$CFG_USE_ANSI_COLOR" =~ ^[01]$ ]] && echo -n "$CFG_USE_ANSI_COLOR") ||
  3. Filters Filters Public

    Small collection of Bayesian estimators.

    Python