Skip to content
View azlkiniue's full-sized avatar
:shipit:
Forever a work in progress
:shipit:
Forever a work in progress

Highlights

  • Pro

Organizations

@mata-elang-pens @islab-ai-pentest

Block or report azlkiniue

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. routify-notus routify-notus Public template

    Notus Svelte starter template with Routify

    Svelte 9

  2. stevia stevia Public

    Spatio-Temporal Visualization using D3-geo of D3.js

    Pug 6 4

  3. conffusion conffusion Public

    Merge your kubeconfig easily

    Svelte 1

  4. ncdu ncdu Public

    Forked from rofl0r/ncdu

    inofficial fork of "inofficial fork of 'NCurses Disk Usage'"

    Zig

  5. ndtop-exporter ndtop-exporter Public

    Prometheus NVIDIA-Docker exporter

    Python

  6. Script to get list of docker contain... Script to get list of docker container that used a particular GPU, based on nvitop – https://github.com/XuehaiPan/nvitop
    1
    #!/usr/bin/python3
    2
    # -*- coding: utf-8 -*-
    3
    from typing import Dict
    4
    from nvitop import Device, GpuProcess, NA
    5
    import docker