Skip to content

Instantly share code, notes, and snippets.

View lizhangqu's full-sized avatar
🙄
沉迷女色中

区长 lizhangqu

🙄
沉迷女色中
View GitHub Profile
package io.github.lizhangqu.fresco;
import android.content.Context;
import android.graphics.ColorFilter;
import android.graphics.PointF;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.StateListDrawable;
import android.net.Uri;
import android.view.MotionEvent;
import android.view.View;
@lizhangqu
lizhangqu / tmux-cheatsheet.markdown
Created May 30, 2017 15:30 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@lizhangqu
lizhangqu / Hack.java
Created September 14, 2016 14:20 — forked from oasisfeng/Hack.java
Reflection helper for hacking non-public APIs.
package com.oasisfeng.hack;
import android.support.annotation.CheckResult;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.Log;
import java.io.IOException;
import java.lang.reflect.AccessibleObject;
import java.lang.reflect.Constructor;