Skip to content

Instantly share code, notes, and snippets.

View shizeeg's full-sized avatar

Shizeeg Unadequatov shizeeg

View GitHub Profile
@shizeeg
shizeeg / PKGBUILD
Last active December 16, 2015 06:59
luasocket-git PKGBUILD for Arch Linux updated according latest official AUR Guidelines.
# Maintainer: Alfredo Palhares <masterkorp@masterkorp.net>
# Contributor: Shizeeg Unadequatov <shizeeque@gmail.com>
# Please submit your patches to:
# https://github.com/masterkorp/pkgbuilds
pkgname=luasocket-git
_gitname=luasocket
pkgver=20130605
pkgrel=2
@shizeeg
shizeeg / xdg-dirs.c
Last active December 15, 2015 22:39
XDG Directories.
/****************************************************************************
* xdg-dirs show XDG environment variables.
* Copyright (C) 2013 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.
*
* This program is distributed in the hope that it will be useful,
@shizeeg
shizeeg / ftpscrot.sh
Last active December 15, 2015 15:18
Take screenshot, upload to narod.ru then show link on the terminal.
#!/bin/sh
# http://help.yandex.ru/narod/creating/ftp.xml
#
LOGIN=
PASS=
LFTP=/usr/bin/lftp
SCROT=/usr/bin/scrot
SCROTOPTS=
REMOTEDIR=
IMGDIR="/tmp/"
@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.