Skip to content

Instantly share code, notes, and snippets.

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

An Dang zyzo

🏠
Working from home
View GitHub Profile
@zyzo
zyzo / android-bitmap
Created March 24, 2014 16:34
Android snippet - displaying and playing around with Bitmap image
package com.dha.contagion;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Point;
import android.os.Bundle;
import android.view.Display;
import android.view.Menu;
@renshuki
renshuki / ubuntu_agnoster_install.md
Last active June 30, 2023 09:45
Ubuntu 16.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Terminator (shell)

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").

Install ZSH