Skip to content

Instantly share code, notes, and snippets.

@woodrowpearson
woodrowpearson / .js
Created October 10, 2024 18:12
WABS Training Video Auto-Complete Script
//Vector Video Auto Task Completion Script. Sequentially runs tracking_start and tracking_finish for each course_item (i.e. video) on the page.
function asyncWaitSeconds(seconds) {
return new Promise((resolve, reject) => {
setTimeout(() => {
resolve();
}, seconds * 1000);
});
}
async function main(){
@woodrowpearson
woodrowpearson / gist:e77a7e52d34bdc495640651b7d0c72d7
Created February 22, 2024 21:19
Change Healthcare Service Impact List
https://status.changehealthcare.com/incidents/hqpjz25fn3n7
This incident affects: Change Healthcare Enterprise, Clinical Network (Clinical Document Collector API, Clinical Exchange, Clinical Exchange Channel Partners including ePrescribe and Orders & Results, Clinical Exchange Labs and Hospitals, CommonWell, Connectivity Gateway), Cost Transparency (Predictive Engagement, Provider Directory, True View), Dental Network (Credentialing Advocate Solution, Dental Claim Attachments, Dental Connect, Dental Credentialing Manager, Dental EDI Network, Dental Practice Analytic Insights, Dental Revenue Cycle Insights, SimpleAttach Solution), Eligibility & Enrollment (Dual Enrollment Advocate & Recert Complete, My Advocate, Part D Complete & Community Advocate, SSI Enrollment Advocate), Medical Network (Advanced Claim Management, Batch Claims, Claiming & Remittance, Claims Automation, Eligibility & Patient Access, ERA Transactions, Medical Claim Attachments, Paper-to-EDI, Payer Connectivity Services, Payer Data Services,
This file has been truncated, but you can view the full file.
# Version: 202310171750
# Title: oisd big
# Description: Block. Don't break.
# Last modified: 2023-10-17T17:50:18+0000
# Expires: 1 hours
# Homepage: https://oisd.nl
# License: https://github.com/sjhgvr/oisd/blob/main/LICENSE
# Syntax: Domains
# Maintainer: Stephan van Ruth
# Contact: contact@oisd.nl
@woodrowpearson
woodrowpearson / ansible_macos_install.sh
Created October 12, 2023 07:33
ansible_macos_install.sh
#!/bin/bash
# Function to print status messages
function print_status {
echo "-------------------------------------------"
echo "$1"
echo "-------------------------------------------"
}
# Check if Homebrew is installed, install if not
@woodrowpearson
woodrowpearson / txt
Created October 4, 2023 16:24
AntiMalwareHosts_Dandelion_092423
# Title: Dandelion Sprout's Anti-Malware List («hosts» file version)
# Version: 24September2023v1
# Expires: 2 days
# Description: This list goes the extra kilometer to prevent more malware than other mainstream anti-malware lists. It blocks heavily abused top-level domains (and even search engine results for them), blocks domains used in malware redirection trains and in domain parking schemes, blocks sponsored Windows PUP nags on PC guide articles, uses mass blocking of domains belonging to bad IPs, and has many other subcategories that give it a solid advantage over similar lists out there.
# ——— Bad top-level domains ———
# You can expect these domains to have an overwhelming majority of malware domains that have nothing to do with the countries in question. Nevertheless, if you are in a situation where you have to do active business in any of the countries in question, then this list may not be ideal for you.
# When asking us to whitelist a site: Make sure the site has some sort of public content. Non-pu
Terms of Use Agreement
Revised August 14, 2023
(Please note that our Terms of Use Agreement is also referred to as the "Terms and Conditions")
OVERVIEW AND ACCEPTANCE OF TERMS
You agree that by creating an account with ECS (as defined below), or using our Services (as defined below), website(s) (such as this website, usa.experian.com, or any affiliated website (including, but not limited to, Experian.com, FreeCreditReport.com, FreeCreditScore.com, CreditReport.com, Creditchecktotal.com, CreditScore.com, usa.experian.com, and experian.experiandirect.com)), or mobile applications (such as the Experian app), as well as any content provided or accessible in connection with the website(s) or mobile application(s), including information, user interfaces, source code, reports, images, products, services, and data (each website and mobile application referred to herein as a "Website," and collectively, as "Websites"), you represent to ECS that you have read, understood, and expressly consent and agree to be bound b
[project]
name = "sweetd"
dynamic = ["version"]
description = "Drop-in AI framework or standalone AI Application.
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Topic :: Artificial Intelligence",
]
@woodrowpearson
woodrowpearson / vimrc
Created July 28, 2023 16:48
vimrc install.doctor
" Spacebar is a much better leader than \ or ,
let mapleader = "\<Space>"
""""" PLUGINS """""
call plug#begin()
" ESSENTIALS
Plug 'andymass/vim-matchup' " enhanced % (NOTE: must come before vim-sensible)
Plug 'tpope/vim-sensible' " Sensible defaults
Plug 'rstacruz/vim-opinion' " More sensible defaults
Plug 'ervandew/supertab' " Tab complete everything
@woodrowpearson
woodrowpearson / simpleaichat.txt
Created June 28, 2023 19:09
simpleaichat-github-url
https://github.com/minimaxir/simpleaichat/tree/main
[
{
"id": "vpc-0cc12d9cdd0f5d9bb",
"type": "ec2.vpc",
"data": {
"CidrBlock": "10.3.0.0/27",
"DhcpOptionsId": "dopt-0192d0d26b8a23c78",
"State": "available",
"VpcId": "vpc-0cc12d9cdd0f5d9bb",