Skip to content
View araujofrancisco's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report araujofrancisco

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

  1. BlazorTableDemo BlazorTableDemo Public

    Demonstration using blazor to visualize and handle data tables.

    HTML

  2. pihole-group pihole-group Public

    Script to all enable/disable docker pihole group.

    Shell

  3. Start/Shutdown a set of Tasks/Proces... Start/Shutdown a set of Tasks/Processes Using Powershell
    1
    # Get the start parameter from the CLI
    2
    param(
    3
        [switch]$Start,
    4
        [switch]$Shutdown
    5
    )
  4. FD.DataProvider FD.DataProvider Public

    Sample data provider to connect to test projects. Provides some premade models that can be used or can use custom model

    C# 1