Skip to content

Instantly share code, notes, and snippets.

View mrbobbytables's full-sized avatar
:shipit:
E_TO_MANY_THINGS

Bob Killen mrbobbytables

:shipit:
E_TO_MANY_THINGS
View GitHub Profile
name: Technical Review
description: Project technical review request
title: '[Tech Review]:'
labels:
- kind/initiative
- kind/tech-review
body:
- type: input
id: name
attributes:
name: Governance Review
description: Governance review request
title: '[Gov. Review]:'
labels:
- kind/initiative
- kind/gov-review
body:
- type: input
id: name
attributes:
@mrbobbytables
mrbobbytables / initiative.yml
Last active February 4, 2025 00:11
initiative.yml
name: Initative
description: Initiative request form
title: '[Initiative]:'
labels:
- kind/initiative
body:
- type: input
id: name
attributes:
label: Name
@mrbobbytables
mrbobbytables / template.txt
Last active October 3, 2024 22:28
ref-arch-template
---
title:
date: YYYY-MM-DD
org_name:
org_team:
org_url:
contact:
email:
org_description: |

Projectname Review [Template]

Date Jul 26, 2024
Project Name <name>
TAG TAG APP Delivery
Presentation Yes/No
Project Leads Presenting <names>
TAG Leadership Reviewers <names>
Recording **
@mrbobbytables
mrbobbytables / knative-eventing-v1.0.0.spdx
Created November 18, 2021 20:29
knative-eventing-v1.0.0.spdx
This file has been truncated, but you can view the full file.
SPDXVersion: SPDX-2.2
DataLicense: CC0-1.0
SPDXID: SPDXRef-DOCUMENT
DocumentName: SBOM-SPDX-cb055e0e-733d-43b4-811c-1ea02ad93c7f
DocumentNamespace: https://knative.dev/eventing
Creator: Tool: k8s.io/release/pkg/spdx
Created: 2021-11-18T20:20:18Z
##### Package: eventing
This file has been truncated, but you can view the full file.
SPDXVersion: SPDX-2.2
DataLicense: CC0-1.0
SPDXID: SPDXRef-DOCUMENT
DocumentName: SBOM-SPDX-57558dac-bc49-48f5-997e-e206e49c1e92
DocumentNamespace: https://knative.dev/serving
Creator: Tool: k8s.io/release/pkg/spdx
Created: 2021-11-16T15:15:43Z
##### Package: serving
#!/usr/bin/env python3
# Copyright 2021 Google LLC.
# SPDX-License-Identifier: Apache-2.0
import os
import sys
import csv
from github import Github
@mrbobbytables
mrbobbytables / better-twitter
Created July 25, 2019 01:44
remove twitter sidebar
twitter.com##h1:has-text(Trending now):nth-ancestor(4)
twitter.com##aside[aria-label="Who to follow"]:nth-ancestor(2)
twitter.com##a[href="https://twitter.com/tos"]:nth-ancestor(1)
@mrbobbytables
mrbobbytables / install.md
Last active March 31, 2025 08:13
Kubernetes Tutorial Install Prerequisites

Kubernetes Tutorial Install Instructions

If you have any questions or run into any problems, please don't hesitate to contact me here: [email protected]

All Platforms

Ensure your laptop has Virtualization Extensions (Intel VT or AMD-V) enabled and is capable of running a 2 core, 2GB RAM Virtual Machine.

Software to be Installed