Skip to content

Instantly share code, notes, and snippets.

View HaoweiCh's full-sized avatar

好为 HaoweiCh

View GitHub Profile
@HaoweiCh
HaoweiCh / unwxapkg.py
Created September 24, 2018 17:54 — forked from Integ/unwxapkg.py
A useful tool for unpack wxapkg file with python3 surport.
# coding: utf-8
# py2 origin author lrdcq
# usage python3 unwxapkg.py filename
__author__ = 'Integ: https://github.com./integ'
import sys, os
import struct
class WxapkgFile(object):
@HaoweiCh
HaoweiCh / 0_reuse_code.js
Last active June 22, 2016 07:25
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console