Skip to content

Instantly share code, notes, and snippets.

View YeomansIII's full-sized avatar
🐈‍⬛
Developing space system software

Jason Yeomans YeomansIII

🐈‍⬛
Developing space system software
View GitHub Profile
@YeomansIII
YeomansIII / zsh-setup.md
Created June 2, 2023 15:07
Zsh Setup Guide

Zsh Setup Guide

  1. Install zsh
sudo apt install zsh
  1. Install oh-my-zsh (https://ohmyz.sh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
@YeomansIII
YeomansIII / iterm2-solarized.md
Created July 30, 2018 06:21 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

/*
* Angular 2 decorators and services
*/
import {Component, ViewEncapsulation, OnDestroy, Inject} from '@angular/core';
import {PallotoneApiService} from "./common/ptoneapi.service";
import {MdMenu} from "./common/md-menu/md-menu.component";
import {TitleCase} from "./common/titlecase.pipe";
import {Router} from "@angular/router";
import {Snackbar} from "./common/snackbar/snackbar.component";
|
> i2c@0.1.8 install /home/jason/dev/Git/fb-sleep-stats/node_modules/piglow/node_modules/i2c
> node-gyp rebuild
make: Entering directory `/home/jason/dev/Git/fb-sleep-stats/node_modules/piglow/node_modules/i2c/build'
CXX(target) Release/obj.target/i2c/src/i2c.o
../src/i2c.cc: In function ‘void setAddress(int8_t)’:
../src/i2c.cc:21:28: error: ‘New’ is not a member of ‘v8::String’
Exception::TypeError(String::New("Failed to set address"))
^

Keybase proof

I hereby claim:

  • I am yeomansiii on github.
  • I am yeomansiii (https://keybase.io/yeomansiii) on keybase.
  • I have a public key whose fingerprint is 8075 21FC 0F24 959F 7438 E850 8457 ECDC EE65 5250

To claim this, I am signing this object:

@Test
public void test23() {
TestForm kid1 = new TestForm("Bob", "A");
TestForm kid2 = new TestForm("Bob", "B");
TestForm kid3 = new TestForm("Bob", "C");
TestForm kid4 = new TestForm("Bob", "D");
TestForm kid5 = new TestForm("Bob", "E");
TestForm left = new TestForm("Bob", "Apple");
TestForm right = new TestForm("Bob", "Dog");
TestForm curr = new TestForm("John", "Doe");