Skip to content
View meta-hub's full-sized avatar

Block or report meta-hub

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
meta-hub/README.md

Anurag's GitHub stats

Pinned Loading

  1. fivem-getwave fivem-getwave Public

    Get audio wave data, with some options...

    Lua 4 1

  2. mf-inventory mf-inventory Public

    Wiki and examples for mf-inventory.

    4 3

  3. redm-events redm-events Public

    A script to simplify the use of events in RedM.

    Lua 11 3

  4. ministry-of-mods ministry-of-mods Public

    A resource handler for HogWarp.

    Lua 6 2

  5. Perlin Noise in Lua Perlin Noise in Lua
    1
    local defaultSeed = 1337
    2
    
                  
    3
    local dot_product = {
    4
      [0x0]=function(x,y,z) return  x + y end,
    5
      [0x1]=function(x,y,z) return -x + y end,