Skip to content

Instantly share code, notes, and snippets.

@GiantToast
GiantToast / keybase.md
Created July 25, 2018 20:22
Keybase Proof 2.0

Keybase proof

I hereby claim:

  • I am GiantToast on github.
  • I am gianttoast (https://keybase.io/gianttoast) on keybase.
  • I have a public key whose fingerprint is 1DCE 1B98 B601 3FF3 5742 C4D0 6B2B 7EF0 43D3 DE45

To claim this, I am signing this object:

@GiantToast
GiantToast / keybase.md
Created March 5, 2014 02:26
Proving my keybase identity

Keybase proof

I hereby claim:

  • I am GiantToast on github.
  • I am GiantToast (https://keybase.io/GiantToast) on keybase.
  • I have a public key whose fingerprint is 9760 90B0 4C14 3B23 E994 596C AFC1 9846 E0F9 AAF6

To claim this, I am signing this object:

with org(ID, Name, TypeID, ParentID, UserID, sort) as
(
select
la.ID, la.Name, la.TypeID, la.ParentID, la.UserID, convert(varchar(8000), la.Name)
from (
select LocationID as ID, LocationTypeID as TypeID, Name as Name, ParentLocationID as ParentID, 0 as UserID
from Location
union all