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
diff --git a/drivers/video/msm/Kconfig b/drivers/video/msm/Kconfig | |
index e2b5802..a676ed7 100644 | |
--- a/drivers/video/msm/Kconfig | |
+++ b/drivers/video/msm/Kconfig | |
@@ -25,7 +25,7 @@ config FB_MSM_LOGO | |
bool "MSM Frame Buffer Logo" | |
default n | |
---help--- | |
- Show /logo.rle during boot. | |
+ Show /initlogo.rle during boot. |
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
5] kgsl kgsl-3d0: |kgsl_iommu_fault_handler| context = 0 FSR = 4000000A | |
<2>[ 45.489607] kgsl kgsl-3d0: |kgsl_iommu_fault_handler| GPU PAGE FAULT: addr = 285CC0 pid = 458 | |
<2>[ 45.489729] kgsl kgsl-3d0: |kgsl_iommu_fault_handler| context = 0 FSR = 4000000A | |
<2>[ 45.489821] kgsl kgsl-3d0: |kgsl_iommu_fault_handler| GPU PAGE FAULT: addr = 284100 pid = 458 | |
<2>[ 45.489913] kgsl kgsl-3d0: |kgsl_iommu_fault_handler| context = 0 FSR = 4000000A | |
<2>[ 45.490035] kgsl kgsl-3d0: |kgsl_iommu_fault_handler| GPU PAGE FAULT: addr = 2839C0 pid = 458 | |
<2>[ 45.490157] kgsl kgsl-3d0: |kgsl_iommu_fault_handler| context = 0 FSR = 4000000A | |
<2>[ 45.490248] kgsl kgsl-3d0: |kgsl_iommu_fault_handler| GPU PAGE FAULT: addr = 285D00 pid = 458 | |
<2>[ 45.490340] kgsl kgsl-3d0: |kgsl_iommu_fault_handler| context = 0 FSR = 4000000A | |
<2>[ 45.490462] kgsl kgsl-3d0: |kgsl_iommu_fault_handler| GPU PAGE FAULT: addr = 286640 pid = 458 |
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
diff --git a/msm8960t/arch/arm/configs/viskan_huashan_defconfig b/msm8x60/arch/arm/configs/cm_blue_mint_defconfig | |
index 7fd6346..5498754 100644 | |
--- a/msm8960t/arch/arm/configs/viskan_huashan_defconfig | |
+++ b/msm8x60/arch/arm/configs/cm_blue_mint_defconfig | |
@@ -1,13 +1,17 @@ | |
# CONFIG_ARM_PATCH_PHYS_VIRT is not set | |
CONFIG_EXPERIMENTAL=y | |
-CONFIG_LOCALVERSION="-perf" | |
+CONFIG_LOCALVERSION="-FXP" | |
CONFIG_KERNEL_LZO=y |
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
diff --git a/dalvik-4_3.txt b/art.txt | |
index eaa35f5..08e85bb 100644 | |
--- a/dalvik-4_3.txt | |
+++ b/art.txt | |
@@ -1,165 +1,165 @@ | |
============================================================ | |
Linpack | |
------------------------------------------------------------ | |
-Mflops/s :65.22679418844174 | |
+Mflops/s :86.56918387803603 |
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 | |
## Transform set_metadata into set_perm (for recoveries that don't support the former) | |
# Usage: metadata_to_perm.py file | |
import sys, re | |
try: | |
file = open(sys.argv[1]) | |
except: | |
print('unable to open file') | |
exit(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
import scala.language.postfixOps | |
object Main { | |
def getProviders(): Map[String, Seq[String]] = { | |
import scala.collection.JavaConversions._ | |
import java.security._ | |
Security.getProviders().map{ provider => | |
val name = provider.getName | |
name -> (provider.getServices.toList.map{ service => |
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
var jsonp = (function (window) { | |
var CALLBACK_CHARS = 'abcdefghijklmnopqrstuvwxyz0123456789'; | |
return function jsonp(url, options) { | |
options = options || {}; | |
options.timeout = options.timeout || 5000; | |
return new Promise(function (resolve, reject) { | |
var callback; |
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
from pipe import * | |
primes = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47] | |
mod_primes = ~(pipe(primes) | |
| filter(lambda a: a > 20) | |
| map(lambda a: a * a) | |
| zip_index | |
) | |
summed_primes = ~(pipe(mod_primes) | |
| map(lambda a: a[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
twitter Hackagong 2014-12-03T10:22:17.000Z Caleb Avery from winning #Hackagong team, Infobahn, has written an awesome blog post on their Hackagong experience: https://t.co/KnX83KHlIi | |
twitter dwoolrych 2014-12-03T06:21:41.000Z LawPath: RT Hackagong: #Hackagong on WINNews_Woll! #startupaus #hackathon #design #code #build #launch #game https://t.co/rxKDcL5IKn | |
twitter LawPath 2014-12-03T06:14:59.000Z RT @Hackagong: #Hackagong on @WINNews_Woll! #startupaus #hackathon #design #code #build #launch #game https://t.co/vm35Aea3fO | |
twitter Hackagong 2014-12-03T03:45:31.000Z Darryl from @RedshiftWire has written an awesome blog post on his learnings from last weekend's #Hackagong http://t.co/9qJ9xfZq9b | |
twitter venuatu 2014-12-03T00:43:59.000Z #hackagong #hacktweets #testing http://t.co/F6R1TencLA | |
photo venuatu 2014-12-03T00:43:59.000Z https://pbs.twimg.com/media/B35DXdsCcAI4YwW.jpg | |
twitter huntchr 2014-12-03T00:32:10.000Z A great turn out of #scala, #akka and #playframework users at #hackagong last w/e. Well done wtbh.ru! |
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
# Usage: pbpaste | amexsmall.py | |
import json, sys | |
output = [{ | |
"type": "Feature", | |
"properties": {k: v for k, v in x.items() if v}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
x['ConLongitude'], |
OlderNewer