Skip to content

Instantly share code, notes, and snippets.

View paulpwo's full-sized avatar

Paul Osinga paulpwo

View GitHub Profile
@paulpwo
paulpwo / ubuntu-server-setup-16.04-LAMP.md
Created April 9, 2018 00:26 — forked from Otienoh/ubuntu-server-setup-16.04-LAMP.md
LAMP Server setup for Ubuntu 16.04 on Digital Ocean

Server setup for Ubuntu 16.04 on Digital Ocean

The setup installs the following software:

The setup installs the following software:

  • Apache
  • MySQL
  • PHP
  • Node
package com.tomgibara.android.util;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
/**
* A layout that arranges views into a grid of same-sized squares.