Skip to content

Instantly share code, notes, and snippets.

View namikiri's full-sized avatar
🐈
mew

Marko Deinterlace namikiri

🐈
mew
View GitHub Profile
@namikiri
namikiri / galaxyhash.cpp
Created October 19, 2023 09:42
Galaxy hash generator for Qt
#include "galaxyhash.h"
GalaxyHash::GalaxyHash()
{
}
QString GalaxyHash::getHash(const QString &salt)
{
QString md5 = QString(QCryptographicHash::hash(salt.toUtf8(), QCryptographicHash::Md5).toHex());
@namikiri
namikiri / ohuel.html
Created March 11, 2021 12:13
DA TY OHUEL
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>A NE OHUEL LI TY?</title>
</head>
<body>
<style type="text/css">
html, body
{
@namikiri
namikiri / yapi.php
Created August 24, 2018 21:57
Yandex Dynamic DNS Updater
<?php
/*
Yandex DNS automatic update script.
Uses Yandex's DNS as a DDNS service as they provide configurable TTL value.
Synopsis:
updateDomain (string $domain, string $apiKey, [array $blacklist = []])
Where:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
@namikiri
namikiri / klondike.m0d
Last active January 7, 2017 22:48
Модули для m0ssion
// Автоматическая добыча алмазов в Золотой Лихорадке
// Чтобы начать добывать, ударь любую шахту киркой
// Как только кирки кончатся, скрипт остановится.
var doingItNow = false,
objectId = '',
doerTimer = null;
function detect_doit (cmd)
{
<!DOCTYPE kpartgui>
<effect tag="frei0r.glitch0r" id="frei0r.glitch0r">
<name>Glitch0r</name>
<description>Creates random glitches and block shift</description>
<author>IDENT Software</author>
<parameter type="simplekeyframe" name="Glitch frequency" default="50" min="0" max="100" factor="100">
<name>Glitch frequency</name>
</parameter>
<parameter type="simplekeyframe" name="Block height" default="20" min="1" max="100" factor="100">
<name>Block Height</name>