Skip to content

Instantly share code, notes, and snippets.

View arieu's full-sized avatar

Francisco Ochoa arieu

  • Austin, TX
View GitHub Profile
@arieu
arieu / string.md
Created April 16, 2018 22:27 — forked from rauschma/string.md

Strings

String.prototype.*

  • charAt(pos: number): string ES1

    Returns the character at index pos, as a string (JavaScript does not have a datatype for characters). str[i] is equivalent to str.charAt(i) and more concise.

    > 'abc'.charAt(1)
    
@arieu
arieu / archlinux_install_guide.md
Created March 29, 2018 15:55 — forked from varunagrawal/archlinux_install_guide.md
ArchLinux Installation Guide

Arch Install Guide

Foundation

  • Partition a drive on Windows and delete it so that it's free space. Note the size since we'll need it later.
  • Boot into Arch
  • Run fdisk -l to see the partitions.
  • Run parted.
  • Run print free to see the free space and note the Start and End points.
  • Create the following partitions, keeping in mind to replace the start and end values with the appropriate numbers: