javascript:((d)=>{i=d.createElement('input');i.value=`[${d.title.replace(/\|/g,'\\|')}](${location.href})`;d.body.append(i);i.select();d.execCommand('copy');d.body.removeChild(i)})(document)
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
| #!/bin/bash | |
| cd /sys/kernel/config/usb_gadget/ | |
| mkdir -p procon | |
| cd procon | |
| echo 0x057e > idVendor | |
| echo 0x2009 > idProduct | |
| echo 0x0200 > bcdDevice | |
| echo 0x0200 > bcdUSB | |
| echo 0x00 > bDeviceClass |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>yubikeylockd</string> | |
| <key>Program</key> | |
| <string>/usr/local/bin/yubikeylockd</string> | |
| <key>RunAtLoad</key> | |
| <true/> |
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
| ZeroBlock |
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
| #!/bin/sh | |
| TRANSMITTER="/usr/local/bin/transmitter" | |
| SHAREDIR="/usr/local/share" | |
| RUNDIR="/var/run" | |
| GPIO="4" | |
| COUNT=5 | |
| if [ ! $# -eq 2 ]; then | |
| echo "Usage: $0 accessory <on|off|state>" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| local RShift = 0x3c | |
| local RAlt = 0x3d | |
| local RCtrl = 0x3e | |
| local pending | |
| local modKeyRemap = {} | |
| ---------- | |
| local function pressFn(mods, key) |
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:
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
| 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 |
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
| 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 |