Skip to content

Instantly share code, notes, and snippets.

View philnguyen's full-sized avatar

Phil Nguyen philnguyen

View GitHub Profile
@staltz
staltz / introrx.md
Last active July 22, 2024 09:31
The introduction to Reactive Programming you've been missing
inductive foo
| mk1 : nat → nat → foo
| mk2 : nat → bool → foo
example (a : foo) : nat :=
begin
/- All new hypotheses are named 'a' -/
cases a
end
@cassiozen
cassiozen / pixelbook-dev-setup.md
Last active October 22, 2023 12:06 — forked from denolfe/pixelbook-linux-setup.md
Notes on setting up Pixelbook for development

Pixelbook Setup

Change your channel

Some of the features mentioned in this document only work on the beta or Dev channel. To change your channel:

  1. chrome://help in a browser window
  2. Click Detailed Build Information
  3. Change Channel
  4. Select Beta (Or Dev, if you're feeling adventurous)