Skip to content

Instantly share code, notes, and snippets.

BITS 64
SECTION .data
filename DB "ips.out"
DB 0
dot DB "."
newline DB 0xA
SECTION .bss
pr RESQ 1
11484
Setting hotkeys
QObject::connect: Cannot queue arguments of type 'QVector<int>'
(Make sure 'QVector<int>' is registered using qRegisterMetaType().)
QObject::connect: Cannot queue arguments of type 'QVector<int>'
(Make sure 'QVector<int>' is registered using qRegisterMetaType().)
QObject::connect: Cannot queue arguments of type 'QVector<int>'
(Make sure 'QVector<int>' is registered using qRegisterMetaType().)
Exception in thread Thread-62:
Traceback (most recent call last):
### Keybase proof
I hereby claim:
* I am rirush on github.
* I am racc_oon (https://keybase.io/racc_oon) on keybase.
* I have a public key ASDt0lx8w_PGitZdHx1K79YVOCj2-CW9RoDj91EvXXQ5GQo
To claim this, I am signing this object:
@Rirush
Rirush / osu.js
Last active November 30, 2016 06:12
// Импортируем нужные (и не очень) модули
var ifb = require("isbinaryfile"),
request = require("request").defaults({jar: true}),
osua = require("node-osu"),
fs = require("fs"),
isbinfile = require("file-is-binary");
// Используем АПИ токен из файла cfg.json
const osu = new osua.Api(JSON.parse(fs.readFileSync("cfg.json")).otoken);
var k = JSON.parse(fs.readFileSync("cfg.json"));