I hereby claim:
- I am idawnlight on github.
- I am idawnlight (https://keybase.io/idawnlight) on keybase.
- I have a public key ASDAb-kc5lV3qAgwoF7b8wPpNU87EU7EX1GWHWJJxgPGqQo
To claim this, I am signing this object:
| { | |
| "title": "Use shift to switch input sources", | |
| "rules": [ | |
| { | |
| "description": "Use left_shift to switch input sources", | |
| "manipulators": [ | |
| { | |
| "conditions": [ | |
| { | |
| "bundle_identifiers": [ |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| function decrypt($ciphertext) { | |
| $cipher = "AES-128-ECB"; | |
| $key = "#14ljk_!\]&0U<'("; | |
| $c = base64_decode($ciphertext); | |
| $ivlen = openssl_cipher_iv_length($cipher); | |
| $iv = substr($c, 0, $ivlen); | |
| $ciphertext_raw = substr($c, $ivlen); | |
| return openssl_decrypt($ciphertext_raw, $cipher, $key, OPENSSL_RAW_DATA, $iv); | |
| } |
| #!/bin/bash | |
| # CHANGE THESE | |
| auth_email="[email protected]" | |
| auth_key="c2547eb745079dac9320b638f5e225cf483cc5cfdda41" # found in cloudflare account settings | |
| zone_name="example.com" | |
| record_name="www.example.com" | |
| # MAYBE CHANGE THESE | |
| ip=$(curl -s --ipv4 ip.sb) |
| {"lastUpload":"2018-10-05T09:07:31.862Z","extensionVersion":"v3.1.2"} |
| <?php | |
| echo "Making a list..." . "\n"; | |
| foreach(scandir("./") as $name) { | |
| if (preg_match_all("/[0-9]+-(.*)-hd.flv/", $name, $id)) { | |
| $file[$id[1][0]] = $name; | |
| } | |
| } | |
| if (empty($file)) { |
| rmdir /s/q material.tmp.git | |
| git clone --bare https://github.com/LiMingYuGuang/typecho-theme-material.git material.tmp.git | |
| rmdir /s/q material.git | |
| ren material.tmp.git material.git | |
| cd material.git | |
| cd hooks | |
| ren post-update.sample post-update | |
| echo ./post-update >> update.sh | |
| .\update.sh | |
| cd ..\..\ |
| net stop wuauserv | |
| net Stop cryptSvc | |
| net Stop bits | |
| net Stop msiserver | |
| ren C:\Windows\SoftwareDistribution SoftwareDistribution.old | |