Skip to content

Instantly share code, notes, and snippets.

View chrisfinazzo's full-sized avatar

Chris Finazzo chrisfinazzo

View GitHub Profile
@chrisfinazzo
chrisfinazzo / plain-text-template.txt
Created December 2, 2023 02:47 — forked from rodriguezcommaj/plain-text-template.txt
An example plain text email template.
Hello friends!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam ut leo faucibus, pharetra velit vel, porta tortor. In ac est odio. Sed dolor erat, bibendum vel cursus et, mollis vitae eros. Fusce volutpat, quam vel rutrum tristique, mi lectus tincidunt massa, at sodales arcu nibh in erat. Sed accumsan mi at ipsum feugiat laoreet. Fusce blandit nulla at imperdiet condimentum. Etiam eget aliquet leo. Mauris interdum ligula facilisis arcu hendrerit rutrum.
- Bullet list item
- Bullet list item
- Bullet list item
_,.-'~'-.,__,.-'~'-.,__,.-'~'-.,__,.-'~'-.,__,.-'~'-.,_
@chrisfinazzo
chrisfinazzo / .aspell.en.pws
Last active November 14, 2023 22:58
My personal Aspell dictionary
personal_ws-1.1 en 246
AIG
ALLIANT
AMS
APA
APIs
AVP
AWK
Abbasi
Adecco
@chrisfinazzo
chrisfinazzo / quit-adobe.sh
Last active November 16, 2023 14:49 — forked from marcoarment/quit-adobe.sh
Uninstalling Adobe stuff...faster.
#!/bin/bash
shopt -s nullglob
LOCALUSER=Chris # Change this for you, obviously
DISABLED_FILES_DIR=/Users/$LOCALUSER/.quit-adobe
# Kill unnecessary macOS system services that run Intel binaries on Apple-silicon systems
sudo killall -q -9 VisualizerService_x86
sudo killall -q -9 CarbonComponentScannerXPC
@chrisfinazzo
chrisfinazzo / form.js
Last active November 20, 2023 15:18
React forms scratch
import React from "react";
const Form = () => (
<form action="https://formspree.io/f/{{$url}}" method="POST">
<h2 id="contact">Contact Me</h2>
<label htmlFor="fname">First Name</label><input type="text" className="field" name="firstname" placeholder="John" />
<label htmlFor="lname">Last Name</label><input type="text" className="field" name="lastname" placeholder="Smith" />
<label htmlFor="email">Email</label><input type="text" className="field" name="_replyto" placeholder="john.smith@example.com" /><label htmlFor="message">Message</label>
<textarea className="field" name="message" placeholder=""></textarea>
<input type="submit" name="submit" value="Submit" />
@chrisfinazzo
chrisfinazzo / NetNewsWire Feeds-opml
Last active November 8, 2023 17:00
Subscribed Feeds
<?xml version="1.0" encoding="UTF-8"?>
<!-- OPML generated by NetNewsWire -->
<opml version="1.1">
<head>
<title>Subscriptions-iCloud.opml</title>
</head>
<body>
<outline text="500ish - Medium" title="500ish - Medium" description="" type="rss" version="RSS" htmlUrl="https://500ish.com?source=rss----662a29c3b19e---4/" xmlUrl="https://500ish.com/feed"/>
<outline text="512 Pixels" title="512 Pixels" description="" type="rss" version="RSS" htmlUrl="http://512pixels.net/" xmlUrl="http://512pixels.net/feed"/>
<outline text="A List Apart - The Full Feed" title="A List Apart - The Full Feed" description="" type="rss" version="RSS" htmlUrl="https://alistapart.com/" xmlUrl="https://alistapart.com/main/feed"/>