Skip to content
View CaptainDno's full-sized avatar

Highlights

  • Pro

Block or report CaptainDno

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. remote-config remote-config Public

    Remote configuration crate for rust

    Rust

  2. Simple Powershell script, that adds ... Simple Powershell script, that adds -fx prefix to all CSS properties in file, if they don't exist.
    1
    Write-Host "Reading directory content..."
    2
    $location = Get-Location
    3
    Get-ChildItem -Path $location | Where-Object {$_ -match '\.css'} | ForEach-Object -Process {
    4
        Write-Host "Current File : $_" -ForegroundColor Cyan
    5
        $isCssClass = $false;
  3. firestore-counter-cache firestore-counter-cache Public

    Simple cache for frequently changing counters in Firestore. Stores delta in memory for later commit.

    Go

  4. parse-ip-or-cidr parse-ip-or-cidr Public

    Parses string either as IP or as CIDR

    Go