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
--- 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" | |
} |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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 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 |
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
# 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') |
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
# Maintainer: Mike Staszel <[email protected]> | |
# Maintainer: Kevin Mihelich <[email protected]> | |
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 |
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
# | |
# 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 |