Skip to content
View donnitriosa's full-sized avatar
😆
Be Happy
😆
Be Happy

Block or report donnitriosa

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. BackOffice-SmartGov BackOffice-SmartGov Public

    Vue

  2. BMI-Calculator BMI-Calculator Public

    BMI Calculator is a web application that helps users calculate their Body Mass Index (BMI) to determine if they have a healthy weight. The application provides a simple form for users to input thei…

    HTML

  3. pendaftaran-siswa-sma pendaftaran-siswa-sma Public

    HTML

  4. Ssh-Script Ssh-Script Public

    This is a Bash script to automate SSH connections based on predefined commands stored in text files.

    Shell 1

  5. Script to Install ZFS on Debian Script to Install ZFS on Debian
    1
    #!/bin/bash -e
    2
    # Script to intall zfs on debian
    3
    # use root to run this script
    4
    # Create By Donni Triosa ([email protected])
    5
    
                  
  6. This script is designed to create a ... This script is designed to create a new user in a GitLab instance using the GitLab API. It requires three arguments: the user's name, email, and username. The script retrieves a private token from the Git configuration to authenticate the API request.
    1
    #!/bin/bash
    2
    # Created by Donni Triosa ([email protected])
    3
    
                  
    4
    # Description:
    5
        # This script is designed to create a new user in a GitLab instance using the GitLab API.