Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View nykez's full-sized avatar

Organizations

@proxrp @MLH-Fellowship

Block or report nykez

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

Pinned Loading

  1. Craphead crypto addon - Convert file... Craphead crypto addon - Convert file based storage to mysql using ./wallets folder (bulk upsert)
    1
    const fs = require('fs');
    2
    const path = require('path');
    3
    const mysql = require('mysql2/promise');
    4
    
                  
    5
    async function main() {
  2. Gmod Bone Poser - helper for manipul... Gmod Bone Poser - helper for manipulating bone angles
    1
    -- showcase: https://i.imgur.com/IdzviSq.png
    2
    -- instructions: put file in lua/autorun, type bone_pose_editor ingame
    3
    -- Bone Pose Editor for Garry's Mod
    4
    -- Allows manipulation of player model bones via GUI with sliders
    5