Skip to content

Instantly share code, notes, and snippets.

View yangxiaoge's full-sized avatar
😃
heihei

yangxiaoge yangxiaoge

😃
heihei
  • China
  • 09:35 (UTC +08:00)
View GitHub Profile
@liuran001
liuran001 / config.yaml
Last active May 19, 2024 14:59
mihomo (Clash Meta) 懒人配置
# mihomo (Clash Meta) 懒人配置
# 版本 V1.5-240507
# https://gist.github.com/liuran001/5ca84f7def53c70b554d3f765ff86a33
# https://obdo.cc/meta
# 作者: 笨蛋ovo (bdovo.cc)
# Telegram: https://t.me/baka_not_baka
# 关注我的 Telegram 频道谢谢喵 https://t.me/s/BDovo_Channel
# 修改自官方示例规则 https://wiki.metacubex.one/example/#meta
# 转载请保留此注释
# 尽量添加了较为详尽的注释,不理解的地方建议对照 虚空终端 (Clash Meta) Docs 进行理解
package com.seuic.seuicoemconfig.Util;
import android.annotation.SuppressLint;
import android.content.Context;
import android.net.wifi.WifiConfiguration;
import android.net.wifi.WifiEnterpriseConfig;
import android.net.wifi.WifiManager;
import android.os.Build;
import android.text.TextUtils;
import android.util.Log;
@maoruibin
maoruibin / DrawableBuilder.java
Last active July 11, 2019 11:52
提供语义化 API 用来创建 Shape Drawable
**
* author : ruibin1 (ruibin1@staff.weibo.com)
* docs : https://github.com/maoruibin/maoruibin.github.com/issues/88
* build : 2019/3/21 - 3:55 PM.
*/
public class DrawableBuilder {
//默认线条粗细 1dp
private static final int defaultLineWidth = 1;
private static final int defaultLineColor = Color.parseColor("#e9e9e9");
@Yuki-14544869
Yuki-14544869 / listen1_aha_playlist.md
Last active September 2, 2018 07:56
updated by Listen1(http://listen1.github.io/listen1/) at 2018/9/2 下午3:56:24

本歌单由Listen1创建, 歌曲数:1028,歌单数:3,点击查看更多

@xujiaao
xujiaao / android-set-ntp-server.md
Last active April 17, 2024 03:40
Set the NTP server of your android device
tags
Android
Android Things

Set the NTP server of your android device

@Pulimet
Pulimet / AdbCommands
Last active May 24, 2024 19:11
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
-ignorewarnings
-keep public class * extends android.os.Binder
-keepclassmembers enum * {
**[] $VALUES;
public *;
}
# v7
-keep public class android.support.v7.widget.** { *; }
-keep public class android.support.v7.internal.widget.** { *; }
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy