I hereby claim:
- I am sumimakito on github.
- I am sumimakito (https://keybase.io/sumimakito) on keybase.
- I have a public key ASBq71FKrEuTL1z1VY6agvlIbibIzAaRLYL4kpz_rBFP4go
To claim this, I am signing this object:
| #!/bin/sh | |
| _exit() { | |
| echo $1 | |
| exit | |
| } | |
| if [[ "$#" -ne 4 ]]; then | |
| _exit "badparam" | |
| fi |
| #!/usr/bin/env python | |
| import hashlib | |
| import json | |
| from getpass import getpass | |
| import urllib3 | |
| urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) |
| var CryptoJS = require('crypto-js') | |
| var request = require('request-promise') | |
| /* | |
| * npm install crypto-js request-promise request | |
| * node wx_t1t_hack.js | |
| */ | |
| // export function testEncription(msg, fullKey) { | |
| // var fullKey = fullKey.slice(0, 16) |
| #!/usr/bin/env python2 | |
| # lrdcq | |
| # usage python2 unwxapkg.py filename | |
| import sys, os | |
| import struct | |
| class WxapkgFile(object): | |
| nameLen = 0 |
| (function () { | |
| var i; | |
| var j; | |
| var groupA = []; | |
| var groupB = []; | |
| var groupC = []; | |
| var scoreTable = []; | |
| // input a mess to get a Pure Array | |
| function copyArray(src) { |
| // | |
| // Better_NSLog.m | |
| // | |
| // Created by Makito on 2017/12/17. | |
| // Copyright © 2017年 Makito. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> | |
| #define INDENT @" " |
| expected=0 | |
| command=$@ | |
| re='^[0-9]+$' | |
| if [[ $1 == '--expected' ]] ; then | |
| if ! [[ $2 =~ $re ]] ; then | |
| echo "Error: expected exit code '$2' is invalid." | |
| exit 1 | |
| else | |
| expected=$2 | |
| command=${@:3} |
| #!/bin/bash | |
| # | |
| # Written by Makito <[email protected]> | |
| # | |
| # A bloody simple script for lazy cats. | |
| # I'm too lazy to give it a name more than two words. | |
| # Just regard it as the abbreviation of ping, please. | |
| # | |
| # You : Can I ping a URL? | |
| # Ping: NO WAY! Cannot resolve *****: Unknown host!! |
I hereby claim:
To claim this, I am signing this object:
| // | |
| // GPUImageHighlightShadowTintFilter.m | |
| // | |
| // Created by github.com/r3mus on 8/14/15. | |
| // | |
| // | |
| #import "GPUImageHighlightShadowTintFilter.h" | |
| #if TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE |