Skip to content

Instantly share code, notes, and snippets.

View cbrennanpoole's full-sized avatar
👉
partner withWind + big tech (3 of 4; 2-date) to architecture cloud architecture.

cbrennanpoole cbrennanpoole

👉
partner withWind + big tech (3 of 4; 2-date) to architecture cloud architecture.
View GitHub Profile
@cbrennanpoole
cbrennanpoole / Open.Graph-Twitter.Card-Metadata.Template.html
Last active August 4, 2022 20:29 — forked from druellan/opengraph.template.html
Basic template for OpenGraph/Facebook metatags
<!DOCTYPE html>
<html>
<head>
<title>CRASH COURSE ON PYTHON by GOOGLE</title>
<meta charset="UTF-8">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="https://twitter.com/oudcollective">
<meta name="twitter:title" content="Crash Course on Python by Google">
<meta name="twitter:description" content="Crash course on Python offered by Google on Coursera and curated by The Wind LLC">
@cbrennanpoole
cbrennanpoole / README-Template.md
Created October 24, 2019 10:24 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@danfinlay
danfinlay / How to download streaming video.md
Last active June 29, 2024 04:41
How to download a streaming video with Google Chrome

How to download streaming video

Streaming just means a download that they don't want you to keep. But Chrome's developer tools make it easy to access what's really going on under the hood.

Open Developer Tools

From the page where you want to download some things, go into your chrome menu to open the developer tools. You can either:

1.  (On a mac): Command-option-J
2. (On a PC): Control-alt-J
@hofmannsven
hofmannsven / README.md
Last active July 16, 2024 01:30
Git CLI Cheatsheet