Skip to content

Instantly share code, notes, and snippets.

View mutant0113's full-sized avatar

Evan Fang mutant0113

View GitHub Profile
@mutant0113
mutant0113 / mac_setup.md
Created July 11, 2022 07:46 — forked from ricky9667/mac_setup.md
My Mac Setup

💻 My Mac Setup

⚙️ System Settings

  • Three finger drag
  • Hide recent apps in dock
    • System Preferences -> Dock & Menu Bar -> Uncheck "Show recent applications in Dock"

🖥 Terminal Setup

@mutant0113
mutant0113 / Connectivity.java
Created August 3, 2016 03:18 — forked from emil2k/Connectivity.java
Android utility class for checking device's network connectivity and speed.
package com.emil.android.util;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.telephony.TelephonyManager;
/**
* Check device's network connectivity and speed
* @author emil http://stackoverflow.com/users/220710/emil