Skip to content

Instantly share code, notes, and snippets.

US20060182110 2006-08-17 Apparatus, system, and method for fibre channel device addressing. Bomhoff; Matthew David et al.
US20060179167 2006-08-10 Apparatus, system, and method for performing storage device maintenance. Bomhoff; Matthew David et al.
US20060174044 2006-08-03 Multiple master inter integrated circuit bus system. Bomhoff; Matthew D. et al.
US20060114930 2006-06-01 In-band control of indicators to identify devices distributed on the same domain. Lucas; Gregg S. et al.
US20060109844 2006-05-25 Arbitrated loop address management apparatus method and system. Bomhoff; Matthew David et al.
US20060112249 2006-05-25 Apparatus and method to set the signaling rate of a switch domain disposed within an information storage and retrieval system. Bomhoff; Matthew D. et al.
US20060101833 2006-05-18 Cooling system control with clustered management services. Lucas; Gregg S. et al.
US20060104206 2006-05-18 Apparatus, system, and method for detecting a fibre channel miscabling event. Bomhoff; Matthew David et al.
U
@mbomhoff
mbomhoff / keybase.md
Last active September 10, 2019 06:59

Keybase proof

I hereby claim:

  • I am mbomhoff on github.
  • I am mbom (https://keybase.io/mbom) on keybase.
  • I have a public key ASD1a08BH9RKvv736USQdEqxRbqMdXZ7nd6_z8iOzeCH1go

To claim this, I am signing this object:

@mbomhoff
mbomhoff / ClientFileDownload.elm
Created July 12, 2018 23:03
Client-side file download in elm
module Main exposing (..)
import Html exposing (Html, Attribute, text, div, textarea, a, button)
import Html.App exposing (beginnerProgram)
import Html.Attributes exposing (..)
import Html.Events exposing (onInput)
import Http exposing (uriEncode)
main =