Skip to content

Instantly share code, notes, and snippets.

View ericosur's full-sized avatar

ericosur ericosur

  • Taipei
  • 08:30 (UTC +08:00)
View GitHub Profile
@ericosur
ericosur / VSCode.md
Created November 21, 2021 06:30 — forked from anonymous1184/VSCode.md
AHK Debugging with Visual Studio Code

AHK Debugging with Visual Studio Code

Guide created on 11/03/21 with VSCode version 1.53 (stable). Last tested with version 1.62.2.

I'm not a native English speaker, so please report inconsistencies to [/u/anonymous1184][00] (or send a .patch of the [source][01]).

Table of Contents

  1. TL;DR: 5min Cookbook Recipe
  2. Choosing a Version
@ericosur
ericosur / AdbCommands
Created June 5, 2021 22:03 — forked from Pulimet/AdbCommands
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
@ericosur
ericosur / SimpleVibrateDemoActivity.java
Created January 18, 2021 09:09 — forked from nieldeokar/SimpleVibrateDemoActivity.java
Android Vibrate & VibrationEffect class demo Usage
package com.example.nileshdeokar.simplevibratedemo;
import android.os.Build;
import android.os.VibrationEffect;
import android.os.Vibrator;
import android.support.annotation.RequiresApi;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Toast;
/*
@ericosur
ericosur / MathJax.ipynb
Created September 11, 2020 07:28 — forked from cyhsutw/MathJax.ipynb
Grabbed from https://github.com/odewahn/ipynb-examples, converted to v3 for GitHub to render.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ericosur
ericosur / gist:8c945b2e59729d86165e28af2f3ba839
Last active August 31, 2020 03:45 — forked from romanbb/gist:8011102
compile, push, and start SystemUI.apk
#!/bin/bash
# build systemui
. build/envsetup.sh
mmm frameworks/base/packages/SystemUI/
adb start-server
adb root
adb remount