Skip to content
View aryomuzakki's full-sized avatar

Block or report aryomuzakki

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 2 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 167 56