This file contains hidden or 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
///////////////////////////////////////////////////////////////////////////////////////////////////////// | |
// | |
// LIVEMAP_REFORMATTED.JS | |
// SOURCE: http://map.playrust.io/js/rustio/livemap.js | |
// FORMAT: http://jsbeautifier.org/ | |
// | |
///////////////////////////////////////////////////////////////////////////////////////////////////////// | |
function initLiveMap() { | |
$('#signin').click(function() { |
This file contains hidden or 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
#! /usr/bin/env python2.7 | |
import subprocess | |
import threading | |
import re | |
import tempfile | |
import os | |
tmpdir = tempfile.mkdtemp() | |
luafile = tmpdir + "/dump.lua" |
This file contains hidden or 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
# file: /etc/apt/sources.list | |
# note: for Debian 8 Jessie | |
############################### | |
deb http://deb.debian.org/debian jessie main contrib non-free | |
deb-src http://deb.debian.org/debian jessie main contrib non-free | |
deb http://deb.debian.org/debian jessie-updates main contrib non-free | |
deb-src http://deb.debian.org/debian jessie-updates main contrib non-free | |
deb http://deb.debian.org/debian jessie-backports main contrib non-free | |
deb-src http://deb.debian.org/debian jessie-backports main contrib non-free | |
deb http://deb.debian.org/debian jessie-backports-sloppy main contrib non-free |
This file contains hidden or 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
// | |
// lazy quick-and-dirty solution for UNIGINE class | |
// made as an object for procrastination. | |
// about 4..5 hours of holiday was spent | |
// tested on g++ | |
// usage: | |
// freqs infile1 [...] outfile | |
// # build dictionary | |
// # from words in all input files | |
// # and write result to output file |
This file contains hidden or 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
// ==UserScript== | |
// @name HFCalc | |
// @description Подсчёт текущей профитности майнинга по истории | |
// @author Gourytch | |
// @license WTFPL | |
// @version 1.1 | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js | |
// @include https://hashflare.io/panel/history | |
// ==/UserScript== | |
(function (window, undefined) { |
This file contains hidden or 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
// ==UserScript== | |
// @name CoinBrawlAutomaton | |
// @description Вкачиваем натыренное золото по статам | |
// @author Gourytch | |
// @license WTFPL | |
// @version 1.1 | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js | |
// @include https://coinbrawl.com/* | |
// @include https://www.coinbrawl.com/* | |
// @grant GM_getValue |
This file contains hidden or 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
/* | |
* поиск оптимальной стратегии реинвестирования | |
* исходя из параметров майнера и наивной модели | |
* с зафиксированной стоимостью фалюты | |
* с неизменным значением ежедневной прибыльности | |
* и неизменяющейся вычислительной мощностью Сети | |
*/ | |
let verbose = false; |
This file contains hidden or 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
#!/bin/sh | |
# | |
# msys2-sshd-setup.sh — configure sshd on MSYS2 and run it as a Windows service | |
# | |
# Please report issues and/or improvements to Sam Hocevar <[email protected]> | |
# | |
# Prerequisites: | |
# — MSYS2 itself: http://sourceforge.net/projects/msys2/ | |
# — admin tools: pacman -S openssh cygrunsrv mingw-w64-x86_64-editrights | |
# |
This file contains hidden or 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
#! /bin/bash | |
# remove all stopped containers | |
docker ps -a -q | xargs -r docker rm | |
#remove all unused volumes | |
docker volume ls -qf dangling=true | xargs -r docker volume rm | |
# remove all untagged images | |
docker images -q -f dangling=true | xargs -r docker rmi |
This file contains hidden or 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
# | |
# Druid | |
#################################################################### | |
# shift shape to bear and start attack | |
#showtooltip | |
/cast [nostance:1] !Облик медведя | |
/stopmacro [noexists][noharm][dead] | |
/cast Рык |