Skip to content
You signed in with another tab or window. to refresh your session.
You signed out in another tab or window. to refresh your session.
You switched accounts on another tab or window. to refresh your session.
Instantly share code, notes, and snippets.
| --- 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" |
| } |
| // Use Gists to store code you would like to remember later on |
| console.log(window); // log the "window" object to the console |
dhead666
/ py_netgrowl.py
Last active
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 |
| # 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
/ PKGBUILD
Created
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
/ config
Created
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 |
You canβt perform that action at this time.