Skip to content

Instantly share code, notes, and snippets.

@dhead666
dhead666 / 000-ignore_gpu_blacklist.patch
Created September 28, 2014 22:44
atraci 0.6.5 video fix
--- a/package.json 2014-09-29 01:36:32.246500355 +0300
+++ b/package.json 2014-09-29 01:37:36.769729844 +0300
@@ -41,5 +41,6 @@
"grunt-regex-replace": "~0.2.6",
"grunt-shell": "~0.7.0",
"grunt-coffeelint": "0.0.10"
- }
+ },
+ "chromium-args" : "--ignore-gpu-blacklist"
}
@dhead666
dhead666 / 0_reuse_code.js
Created October 17, 2013 11:18
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@dhead666
dhead666 / py_netgrowl.py
Last active December 21, 2015 23:48
Remove downloaded torrents that have been seeded (and stopped by SB, CP or Transmission) with a workaround for SB.
#!/usr/bin/env python
"""Growl 0.6 Network Protocol Client for Python"""
__version__ = "0.6.3"
__author__ = "Rui Carmo (http://the.taoofmac.com)"
__copyright__ = "(C) 2004 Rui Carmo. Code under BSD License."
__contributors__ = "Ingmar J Stein (Growl Team), John Morrissey (hashlib patch)"
try:
import hashlib
@dhead666
dhead666 / PKGBUILD
Created August 19, 2012 14:46
vdr-plugin-pvrinput PKGBUILD
# Maintainer : Edgar Hucek <gimli at dark-green dot com>
_pluginname=pvrinput
pkgname=vdr-plugin-${_pluginname}
pkgver=20120728
pkgrel=1
pkgdesc="VDR PVRInput Plugin"
arch=('i686' 'x86_64' 'arm')
url="http://projects.vdr-developer.org/git/vdr-plugin-pvrinput.git"
license=('GPL2')
@dhead666
dhead666 / PKGBUILD
Created August 13, 2012 09:31
Configuration for SheevaPlug ArchLinux kernel PKGBUILD
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
# Maintainer: Kevin Mihelich <kevin@plugapps.com>
buildarch=2
pkgbase=linux-kirkwood
pkgname=('linux-kirkwood' 'linux-headers-kirkwood')
#pkgname=linux-test # Build kernel with a different name
_kernelname=${pkgname#linux}
_basekernel=3.5.1
@dhead666
dhead666 / config
Created August 13, 2012 08:58
Configuration for SheevaPlug ArchLinux kernel PKGBUILD
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.5.1-0 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_GENERIC_GPIO=y
CONFIG_HAVE_PROC_CPU=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y