I hereby claim:
- I am mzyy94 on github.
- I am mzyy94 (https://keybase.io/mzyy94) on keybase.
- I have a public key whose fingerprint is 2B90 A757 CB66 C276 C20F 7037 9144 6DC9 42D4 B009
To claim this, I am signing this object:
| if (process.argv.length != 3) { | |
| console.error('usage:', | |
| process.argv[0], | |
| process.argv[1], | |
| '<archive url>'); | |
| process.exit(1); | |
| } | |
| var url = process.argv[2]; | |
| var http = require(url.split(':')[0]); |
| /* | |
| * V4L2 video capture example | |
| * | |
| * This program can be used and distributed without restrictions. | |
| * | |
| * This program is provided with the V4L2 API | |
| * see http://linuxtv.org/docs.php for more information | |
| */ | |
| #include <stdio.h> |
| Driver Caps: | |
| Driver: "omap3" | |
| Card: "omap3/mt9v032//" | |
| Bus: "" | |
| Version: 0.0 | |
| Capabilities: 04000001 | |
| Camera Cropping: | |
| Bounds: 752x480+0+0 | |
| Default: 752x480+0+0 | |
| Aspect: 1/1 |
| --- linux-3.10.11/.config 2014-06-27 16:07:13.094523227 +0900 | |
| +++ /boot/config-3.10-3-amd64 2014-05-14 09:53:56.000000000 +0900 | |
| @@ -55,10 +55,10 @@ | |
| CONFIG_HAVE_KERNEL_LZMA=y | |
| CONFIG_HAVE_KERNEL_XZ=y | |
| CONFIG_HAVE_KERNEL_LZO=y | |
| -CONFIG_KERNEL_GZIP=y | |
| +# CONFIG_KERNEL_GZIP is not set | |
| # CONFIG_KERNEL_BZIP2 is not set | |
| # CONFIG_KERNEL_LZMA is not set |
| #include <stdio.h> | |
| #include <ruby.h> | |
| #include <libambxlight/libambxlight.h> | |
| VALUE cAmbxlight; | |
| VALUE device_count; | |
| VALUE wAmbxlight_change_color_rgb(VALUE self, VALUE red, VALUE green, VALUE blue) | |
| { |
| #!/bin/sh | |
| URL="https://gist.github.com/mzyy94/15ee1b3880107e9d7ece/download" | |
| TMP="/tmp/mplusfonts" | |
| FONTSDIR="/usr/share/kodi/addons/skin.osmc/fonts/" | |
| FONTCONF="/usr/share/kodi/addons/skin.osmc/16x9/Font.xml" | |
| set -x | |
| mkdir -p ${TMP} |
| 2c2,4 | |
| < <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="net.wakamesoba98.sobacha" platformBuildVersionCode="20" platformBuildVersionName="4.4W.2-1537038"> | |
| --- | |
| > <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="net.wakamesoba98.sobacha" platformBuildVersionCode="21" platformBuildVersionName="4.4W.2-1537038"> | |
| > <uses-feature android:name="android.software.leanback" android:required="false" /> | |
| > <uses-feature android:name="android.hardware.touchscreen" android:required="false" /> | |
| 7c9 | |
| < <application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:name="net.wakamesoba98.sobacha.core.SobaChaApplication" android:theme="@style/Theme.HoloLight"> | |
| --- | |
| > <application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:banner="@drawable/banner" android:label="@string/app_name" android:name="net.wakamesoba98.sobacha.core.SobaChaApplication" android:theme="@style/Theme.HoloL |
| 00 FF FF FF FF FF FF 00 2D 54 FD 5A 01 01 01 01 | |
| FF 19 01 04 B5 3C 22 78 8F 30 35 A7 55 4E A3 26 | |
| 0F 50 54 21 08 00 71 40 81 80 81 C0 A9 C0 D1 C0 | |
| 01 01 01 01 01 01 50 D0 00 A0 F0 70 3E 80 08 90 | |
| 65 0C 58 54 21 00 00 1A 28 68 00 A0 F0 70 3E 80 | |
| 08 90 65 0C 58 54 21 00 00 1A 00 00 00 FD 00 28 | |
| 3D 87 87 38 01 0A 20 20 20 20 20 20 00 00 00 FC | |
| 00 4B 4A 54 34 4B 32 4B 36 30 44 50 0A 20 01 27 |
I hereby claim:
To claim this, I am signing this object:
| local RShift = 0x3c | |
| local RAlt = 0x3d | |
| local RCtrl = 0x3e | |
| local pending | |
| local modKeyRemap = {} | |
| ---------- | |
| local function pressFn(mods, key) |