Skip to content

Instantly share code, notes, and snippets.

View ikr4-m's full-sized avatar
😁
I'm here!

Ikramullah Latif ikr4-m

😁
I'm here!
View GitHub Profile
@ikr4-m
ikr4-m / vortextab75.md
Created May 29, 2024 01:38 — forked from herpiko/vortextab75.md
Vortex Tab 75 Programming

Programming

  • Plug in the cable, you need the LED to guide you
  • Pn + Left Ctrl to enter programming mode
  • Press the key that want to be programmed
  • Press the target key
  • Pn to apply
  • Pn + Left Ctrl to exit

It's possible to lose a key. Sometimes you need to backup it first.

@ikr4-m
ikr4-m / stats.js
Last active June 8, 2018 03:08 — forked from ItzMeDwii/stats.js
const Discord = require("discord.js")
const moment = require('moment');
const _fs = require("fs");
const packages = JSON.parse(_fs.readFileSync('./package.json', 'utf-8'));
require('moment-duration-format');
const os = require('os');
let cpu = os.cpus();
exports.run = (client, message, args, tools) => {
const duration = moment.duration(client.uptime).format(" D [days], H [hrs], m [mins], s [secs]");