Skip to content

Instantly share code, notes, and snippets.

@s3ththompson
s3ththompson / README.md
Last active August 25, 2018 06:59
Minimal Zoo

Minimal Zoo

OSX Terminal profile + ZSH theme

Installation

  1. Install oh-my-zsh and set zsh as the default shell
  2. Create a custom themes directory: mkdir $ZSH/custom/themes
@s3ththompson
s3ththompson / e2e-wasm.md
Last active September 20, 2016 16:25
WebAssembly "Hello World" in V8

WebAssembly "Hello World" in V8

🏁 This document aims to show the end-to-end WebAssembly toolchain working in the V8 engine, starting with a "hello world" C source file and ending with code executing at native speed in V8.

This guide is now out of date. See Step by Step on the WebAssembly site for up-to-date instructions.

@s3ththompson
s3ththompson / v8.md
Created November 4, 2015 09:15 — forked from kevincennis/v8.md
V8 Installation and d8 shell usage

Installing V8 on a Mac

Prerequisites

  • Install Xcode (Avaliable on the Mac App Store)
  • Install Xcode Command Line Tools (Preferences > Downloads)

Build V8

  • git clone git@github.com:v8/v8.git
@s3ththompson
s3ththompson / shapes.md
Last active November 23, 2020 06:00
Shapes

Shapes

Shapes

macOS + Windows Terminal profile + Fish theme

Installation macOS

  1. brew install fish
  2. echo /usr/local/bin/fish | sudo tee -a /etc/shells