Skip to content

Instantly share code, notes, and snippets.

View rowe-morehouse's full-sized avatar
👋
… hi!

Rowe Morehouse rowe-morehouse

👋
… hi!
View GitHub Profile
@rowe-morehouse
rowe-morehouse / ai-writing-tools.md
Last active April 7, 2024 08:28
🔥 List of AI Writing Tools: AI Writing Assistant, AI Chat, Automatic Content Generation, Idea Recommendation, Paraphrasing, Summarizing, Outlining, SEO Metas, Grammar Check, Tone Check, Sales Email Customization
@rowe-morehouse
rowe-morehouse / gist:901e937088d377b1651a97f4297eaf91
Created November 9, 2023 21:28
Example Schema JSON to boost SEO (Authority) for Blog Posts - Person schema w/ knows about, education, credentials - to build SEO "EEAT" - Experience, Expertise, Authoritativeness, and Trustworthiness
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"@id": "#rowe",
"name": "Rowe Morehouse",
"description": "▪️ Rowe Morehouse: Sales Exec · RevOps · Frontline Sales Manager · Coder · Marketer w/ Master's degree & certifications from Amazon AWS, Salesforce, Google, Meta.",
"image": {
"@type": "ImageObject",
"@id": "https://raw.githubusercontent.com/rowe-morehouse/resume/master/assets/images/rowe-morehouse-2023-400x400.jpg",
@rowe-morehouse
rowe-morehouse / gist:0a66796efc2f6dda1ac1e1a4bbb624b7
Created November 2, 2023 12:31
23-step-blog-post-checklist
23-step SEO blog post checklist:
1/ Search intent nailed?
2/ Unique element added?
3/ Competitors word count met?
4/ KW in H1 and sub headings?
@rowe-morehouse
rowe-morehouse / ffmpeg-commands.sh
Last active August 26, 2022 07:40
ffmpeg commands.
# To extract the sound from a video and save it as MP3:
ffmpeg -i <video.mp4> -vn <sound>.mp3
# To convert frames from a video or GIF into individual numbered images:
ffmpeg -i <video.mpg|video.gif> <frame_%d.png>
# To combine numbered images (frame_1.jpg, frame_2.jpg, etc) into a video or GIF:
ffmpeg -i <frame_%d.jpg> -f image2 <video.mpg|video.gif>
# To quickly extract a single frame from a video at time mm:ss and save it as a 128x128 resolution image:
<?
//
// AUTO KEYWORD-BASED FOLLOWER CURATION BOT (by @levelsio)
//
// File: twitterFollowerCuratorBot.php
//
// Created: May 2021
// License: MIT
//
@rowe-morehouse
rowe-morehouse / DTN.md
Created May 26, 2021 17:01 — forked from cassidoo/DTN.md
Deploy to Netlify Button

Insta-deploy templates to Netlify

Make a Deploy to Netlify button like this:

Deploy to Netlify

With this:

@rowe-morehouse
rowe-morehouse / fastest-way-to-load-google-fonts.html
Last active April 25, 2021 20:29
Snippet for the fastest way to load google fonts.
<head>
<meta charset="utf-8">
<link rel="preconnect"
href="//fonts.googleapis.com"
crossorigin />
<link rel="preload"
as="style"
type="text/css"
href="//fonts.googleapis.com/css?family=Lato:900,300&display=swap" />
<link rel="stylesheet"
@rowe-morehouse
rowe-morehouse / annoying.js
Created April 25, 2021 02:54 — forked from Kilian/annoying.js
How to be an asshole
/**
* Annoying.js - How to be an asshole to your users
*
* DO NOT EVER, EVER USE THIS.
*
* Copyright (c) 2011 Kilian Valkhof (kilianvalkhof.com)
* Visit https://gist.github.com/767982 for more information and changelogs.
* Visit http://kilianvalkhof.com/2011/javascript/annoying-js-how-to-be-an-asshole/ for the introduction and weblog
* Check out https://gist.github.com/942745 if you want to annoy developer instead of visitors
*
// POLL 1: HTML
Q. What does HTML stand for?
Hot Topic Mixer Leggings
Hyperactive Tech Markdown Language
Hypertext Transfer Protocol Listing
HyperText Markup Language
<div class="flex bg-white max-h-full font-roboto" style="height:580px">
<div class="md:w-1/2">
<div class="flex flex-col justify-center items-center h-full px-16">
<div>
<h2 class="text-4xl font-semibold text-gray-900">Build Your New <span class="text-indigo-500">Idea</span></h2>
<p class="text-gray-500">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis commodi cum cupiditate ducimus, fugit harum id necessitatibus odio quam quasi, quibusdam rem tempora voluptates. Cumque debitis dignissimos id quam vel!</p>
</div>
<div class="mt-8 flex w-full">