Skip to content

Instantly share code, notes, and snippets.

View henningta's full-sized avatar
🎧
probably listening to music

Travis Henning henningta

🎧
probably listening to music
View GitHub Profile
@henningta
henningta / _typography.scss
Created July 9, 2020 22:16 — forked from mikedidthis/_typography.scss
A More Modern Scale for Web Typography - With REMS
// Modern Scale for Web Typography
// Ref: http://typecast.com/blog/a-more-modern-scale-for-web-typography
// -----------------------------------------------------------------------------
// Mobile
// -----------------------------------------------------------------------------
// Elem | Font | Line
// -----------------------------------------------------------------------------
// Body | 16px | 20px
// h1 | 32px | 40px
// h2 | 26px | 30px
@henningta
henningta / arch-linux-install.md
Last active August 23, 2022 16:01
My method of installing Arch Linux - based on the ArchWiki installer guide

Arch Linux Installation

This file contains step-by-step instructions on how I install Arch Linux. Most of this information is taken from the ArchWiki articles and installation guide: https://wiki.archlinux.org/index.php/installation_guide.

Securely wipe existing data (optional, recommended)

Identify the drive to be wiped, and map it to a temporary, encrypted container partition

cryptsetup open --type plain /dev/sdX container --key-file /dev/urandom
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.view.View;
public class EmptyRecyclerView extends RecyclerView {
@Nullable