Skip to content

Instantly share code, notes, and snippets.

View shizeeg's full-sized avatar

Shizeeg Unadequatov shizeeg

View GitHub Profile
[META]
FILE_VERSION = 108
[General]
DirectInput = on
Krypt60FPSMode = 1
MenuAndMoves60FPSMode = 1
HardwareCursor = off
RoundTime = 90
@shizeeg
shizeeg / PKGBUILD
Created July 28, 2013 16:26
Micro-emacs version customized by Linus Torvalds PKGBUILD. Rewritten according official Arch Linux VCS Guides.
# Maintainer: Marcin Karpezo <sirmacik at gmail dot com>
# Contributor: Shizeeg Unadequatov <shizeeque at gmail.com>
pkgname=uemacs-git
pkgver=20130222
pkgrel=1
pkgdesc="Micro-emacs version customized by Linus Torvalds"
arch=('i686' 'x86_64')
url="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary"
license=('custom')
@shizeeg
shizeeg / freenom-autofil.js
Created November 12, 2020 06:29
a script for Tampermonkey to update IPs on freenom's managedns page
// ==UserScript==
// @name freenom fillup IP
// @namespace https://my.freenom.com/
// @version 0.1
// @description fill up IPs
// @author Shizeeg Unadequatov <shizeeque (at) gmail.com>
// @match https://my.freenom.com/clientarea.php?managedns=
// @grant none
// ==/UserScript==
/* eslint-env jquery */
@shizeeg
shizeeg / PKGBUILD
Created March 4, 2020 07:28
Yandex Browser beta
# Maintainer: Vladimir Kamensky <mastersoft24@yandex.ru>
# Contributor: Shizeeg Unadequatov <shizeeg@yandex.ru>
pkgname=yandex-browser-beta
pkgver=20.2.3.259
pkgrel=1
#epoch=1
pkgdesc="The web browser from Yandex.
Yandex Browser is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier."
@shizeeg
shizeeg / mk11br.sh
Last active February 18, 2020 00:49
MK11 Brutalities list command-line tool
#!/usr/bin/env zsh
TDB='/tmp/mk11_brutalities.txt'
if [[ ! -r "${TDB}" ]];then
echo "downloading \"${TDB}\"..."
curl -so "${TDB}" 'https://pastebin.com/raw/WkaZ6PeU'
[[ "$?" -eq 0 ]] && echo "done"
fi
KHR=$(tr '[a-z]' '[A-Z]' <<< $1)
@shizeeg
shizeeg / rclone@.service
Created February 14, 2020 03:30
Rclone.org mounting service for systemd
[Unit]
Description=Cloud Drive (rclone)
[Service]
Type=simple
ExecStartPre=/usr/bin/mkdir -p %h/Cloud/%I
ExecStart=/usr/bin/rclone mount \
--cache-tmp-upload-path=/tmp/rclone/upload \
--cache-chunk-path=/tmp/rclone/chunks \
--cache-workers=8 \
@shizeeg
shizeeg / send2kodi.sh
Last active September 7, 2018 14:36
Send any text to Kodi/XBMC
#!/bin/sh
# check if `xdotool` installed
if [[ ! -x $(which xdotool) ]];then
echo
echo "Install 'xdotool' first."
echo "In Arch Linux:"
echo "$ sudo pacman -S xdotool"
echo "or Ubuntu/Debian/etc.:"
echo "$ sudo apt-get install xdotool"
@shizeeg
shizeeg / PKGBUILD
Created April 4, 2018 05:14
torrent-mount v1.4.2 updated & fixed
# Maintainer: petRUShka <petrushkin@yandex.ru>
# Contributor: Shizeeg Unadequatov <shizeeque@gmail.com>
pkgname=torrent-mount
pkgver=1.4.2
pkgrel=3
pkgdesc="Mount a torrent (or magnet link) as a filesystem in real time using torrent-stream and fuse. AKA MAD SCIENCE!"
arch=('any')
url="https://github.com/mafintosh/torrent-mount"
license=('MIT')
@shizeeg
shizeeg / godville.py
Created May 12, 2012 01:27
Godville.net player stats viewer.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Godville player stats viewer. For more info, see <http://godville.net/>
Copyright (C) 2012 sh!zeeg <shizeeg@ya.ru>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
@shizeeg
shizeeg / PKGBUILD
Created June 27, 2013 19:39
zathura lightweight document viewer. Arch Linux PKGBUILD.
# Maintainer: Moritz Lipp <mlq@pwmt.org>
# Contributor: Shizeeg Unadequatov <shizeeque@gmail.com>
pkgname=zathura-git
_gitname='zathura'
pkgver=20130626
pkgrel=1
pkgdesc="a document viewer"
arch=('i686' 'x86_64')
url="http://pwmt.org/projects/zathura"