I hereby claim:
- I am alexforsale on github.
- I am alexforsale (https://keybase.io/alexforsale) on keybase.
- I have a public key ASB0YMqk6M5QmUebqDNzWTVFx9OQWPjrg3aV39s4Tk0GYgo
To claim this, I am signing this object:
| - waiting for device - | |
| --------- beginning of /dev/log/main | |
| I/DEBUG ( 121): debuggerd: Apr 19 2014 10:39:25 | |
| --------- beginning of /dev/log/system | |
| I/Vold ( 116): Vold 2.1 (the revenge) firing up | |
| D/Vold ( 116): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media) | |
| D/Vold ( 116): Volume sdcard2 state changing -1 (Initializing) -> 0 (No-Media) | |
| D/Vold ( 116): Volume sdcard2 state changing 0 (No-Media) -> 2 (Pending) | |
| D/Vold ( 116): Volume sdcard2 state changing 2 (Pending) -> 1 (Idle-Unmounted) | |
| W/Vold ( 116): Duplicate state (1) |
| - waiting for device - | |
| --------- beginning of /dev/log/main | |
| I/DEBUG ( 121): debuggerd: Apr 19 2014 10:39:25 | |
| --------- beginning of /dev/log/system | |
| I/Vold ( 117): Vold 2.1 (the revenge) firing up | |
| D/Vold ( 117): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media) | |
| D/Vold ( 117): Volume sdcard2 state changing -1 (Initializing) -> 0 (No-Media) | |
| D/Vold ( 117): Volume sdcard2 state changing 0 (No-Media) -> 2 (Pending) | |
| D/Vold ( 117): Volume sdcard2 state changing 2 (Pending) -> 1 (Idle-Unmounted) | |
| W/Vold ( 117): Duplicate state (1) |
| diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java | |
| index 6d14dfc..d1a690c 100644 | |
| --- a/core/java/android/provider/CallLog.java | |
| +++ b/core/java/android/provider/CallLog.java | |
| @@ -246,6 +246,13 @@ public class CallLog { | |
| public static final String CACHED_FORMATTED_NUMBER = "formatted_number"; | |
| /** | |
| + * The subscription id. | |
| + * <P>Type: Integer</P> |
| From a67f8c0ca3bad08a7d4ecf26df6a11c2757a9aee Mon Sep 17 00:00:00 2001 | |
| From: alexforsale <[email protected]> | |
| Date: Sun, 21 May 2017 00:54:00 +0700 | |
| Subject: [PATCH 1/6] A16C3H: drivers:input:misc: add kionix_accel | |
| --- | |
| arch/arm/boot/dts/qcom/msm8909-qrd-skuc.dtsi | 16 + | |
| drivers/input/misc/Kconfig | 9 + | |
| drivers/input/misc/Makefile | 1 + | |
| drivers/input/misc/kionix_accel.c | 2518 ++++++++++++++++++++++++++ |
I hereby claim:
To claim this, I am signing this object:
| # Rquire jekyll to compile the site. | |
| require "jekyll" | |
| # Github pages publishing. | |
| namespace :blog do | |
| # | |
| # Because we are using 3rd party plugins for jekyll to manage the asset pipeline | |
| # and suchlike we are unable to just branch the code, we have to process the site | |
| # localy before pushing it to the branch to publish. | |
| # |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:27517709e592f14c5a51d90b972b3c2d613e4ae9] |
| --- ./gcc/config/i386/t-linux64.orig 2013-01-14 16:32:37.000000000 +0000 | |
| +++ ./gcc/config/i386/t-linux64 2013-04-22 06:12:32.984439677 +0000 | |
| @@ -34,6 +34,6 @@ | |
| comma=, | |
| MULTILIB_OPTIONS = $(subst $(comma),/,$(TM_MULTILIB_CONFIG)) | |
| MULTILIB_DIRNAMES = $(patsubst m%, %, $(subst /, ,$(MULTILIB_OPTIONS))) | |
| -MULTILIB_OSDIRNAMES = m64=../lib64$(call if_multiarch,:x86_64-linux-gnu) | |
| -MULTILIB_OSDIRNAMES+= m32=$(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)$(call if_multiarch,:i386-linux-gnu) | |
| +MULTILIB_OSDIRNAMES = m64=../lib | |
| +MULTILIB_OSDIRNAMES+= m32=../lib32 |
| #!/bin/bash | |
| # https://cloud.google.com/compute/docs/faq#find_ip_range | |
| # nslookup -q=TXT _cloud-netblocks.googleusercontent.com 8.8.8.8 | |
| myarray=() | |
| for LINE in `dig txt _cloud-netblocks.googleusercontent.com +short | tr " " "\n" | grep include | cut -f 2 -d :` | |
| do | |
| myarray+=($LINE) | |
| for LINE2 in `dig txt $LINE +short | tr " " "\n" | grep include | cut -f 2 -d :` |