Skip to content

Instantly share code, notes, and snippets.

View kpbird's full-sized avatar
🏠
Working from home

kpbird kpbird

🏠
Working from home
View GitHub Profile
@kpbird
kpbird / Rinkeyby.txt
Created June 24, 2017 06:25
Rinkeyby Test
0x62554cE22795C4B0a7db1004BD532C2191849509
@kpbird
kpbird / Ethereum_Test
Created June 24, 2017 06:23
Ethereum_Test
Hello
@kpbird
kpbird / MemoryLimits
Created July 24, 2013 11:34
How to identify memory limits per application in your Android device. This solution require API level 11.
package com.example.androidnative;
import android.app.Activity;
import android.app.ActivityManager;
import android.os.Bundle;
import android.util.Log;
public class MainActivity extends Activity {
@Override