Skip to content
View aryomuzakki's full-sized avatar

Block or report aryomuzakki

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. next15-shadcn-dashboard next15-shadcn-dashboard Public

    TypeScript

  2. Mirror keys in en/translation.json f... Mirror keys in en/translation.json file into other languages.
    1
    /**
    2
     * Mirror keys in en/translation.json file into other languages.
    3
     * Will not overwrite, but non existing key will be removed.
    4
     * 
    5
     * Add `ts-node` and `typescript` to devDependencies or global dependencies.
  3. Generate Random Number and String in... Generate Random Number and String in Javascript, using Math.random(), Node JS Crypto (server side), or Web Crypto API (client side / browser)
    1
    // nodejs crypto (server side)
    2
    // Math.random() replacement
    3
    const cryptoRandom = () => parseInt(require("crypto").randomBytes(4).toString("hex"), 16) / (0xffffffff + 1)
    4
    
                  
    5
    // generate random number integer based on minimum and maximum
  4. api-perguruan-tinggi-di-indonesia api-perguruan-tinggi-di-indonesia Public

    GraphQL API untuk data Perguruan Tinggi di Indonesia berdasarkan data dari Pangkalan Data Pendidikan Tinggi (PDDikti)

    JavaScript 1 1

  5. fiber-gorm-rest-api fiber-gorm-rest-api Public

    REST API built with GO Language using GORM and Fiber Framework and MYSQL database

    Go

  6. LukasLen/Privacy-Extension-For-WhatsApp-Web LukasLen/Privacy-Extension-For-WhatsApp-Web Public

    Hides your WhatsApp messages until you hover over them.

    CSS 164 52