This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "galaxyhash.h" | |
GalaxyHash::GalaxyHash() | |
{ | |
} | |
QString GalaxyHash::getHash(const QString &salt) | |
{ | |
QString md5 = QString(QCryptographicHash::hash(salt.toUtf8(), QCryptographicHash::Md5).toHex()); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>A NE OHUEL LI TY?</title> | |
</head> | |
<body> | |
<style type="text/css"> | |
html, body | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Автоматическая добыча алмазов в Золотой Лихорадке | |
// Чтобы начать добывать, ударь любую шахту киркой | |
// Как только кирки кончатся, скрипт остановится. | |
var doingItNow = false, | |
objectId = '', | |
doerTimer = null; | |
function detect_doit (cmd) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |