Skip to content
View tgagor's full-sized avatar
Block or Report

Block or report tgagor

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. Script that can be used to purge nex... Script that can be used to purge nexus v3 releases
    1
    import org.sonatype.nexus.repository.storage.StorageFacet;
    2
    import org.sonatype.nexus.repository.storage.Query;
    3
    import org.joda.time.DateTime;
    4
    import org.joda.time.format.DateTimeFormat;
    5
    
                  
  2. docker-centos docker-centos Public

    CentOS docker images, build weekly with latest security updates

    Dockerfile 12 4

  3. docker-nvm-example docker-nvm-example Public

    Repo with example NVM in Docker image implementation for use in easy CI/CD

    Dockerfile

  4. hugo-PaperMod-bookshelf hugo-PaperMod-bookshelf Public

    This is an extension, a set of shortcodes and templates to the original PaperMod theme, with a page dedicated to listing the books with responsive UI.

    HTML 3

  5. How old official Docker images are? How old official Docker images are?
    1
    #!/bin/bash
    2
    
                  
    3
    CURRENT_TIMESTAMP=$(date +%s)
    4
    
                  
    5
    echo "Image | Creation date | Age (in days) | Packages to upgrade"
  6. hugo-shortcode-kofi hugo-shortcode-kofi Public

    A collection of custom shortcodes tailored for Hugo static site generator, designed to seamlessly integrate Ko-fi buttons and widgets into any blog post

    HTML