Skip to content

Instantly share code, notes, and snippets.

View anhvt52's full-sized avatar

Anh Vu anhvt52

  • Hochiminh City, Vietnam
  • 02:42 (UTC +07:00)
  • X @anhvt52
View GitHub Profile
@vexdev
vexdev / LaunchActivityTest.java
Last active May 22, 2018 10:52
Example Android Unit Test,
package com.example.android.testingfun;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import org.junit.Before;
import org.junit.Test;
@jexchan
jexchan / multiple_ssh_setting.md
Created April 10, 2012 15:00
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"