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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. git-submodule-statusgit-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") ||
  2. FiltersFiltersPublic

    Small collection of Bayesian estimators.

    Python

  3. pybind11-templatepybind11-templatePublic template

    CMake

  4. gitconfiggitconfigPublic

    Custom git commands and configurations

    Shell