Skip to content

Instantly share code, notes, and snippets.

View oneezy's full-sized avatar
💭
oneezy.com

Justin O'Neill oneezy

💭
oneezy.com
View GitHub Profile
@ThioJoe
ThioJoe / Appx-Uninstaller.ps1
Last active May 18, 2025 03:16
A basic script for uninstalling a list of app packages in Windows 10/11, including those pre-installed with Windows
# A basic script for uninstalling app packages in Windows 10/11, including those pre-installed with Windows
#
# Note: If you get an error about the script not being allowed to run, the below command will change the execution polciy temporarily for one session only:
# Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
#
# To execute the script, open a Powershell window to the directory with the script and run the following command using your scripts file name (and don't forget the .\ )
# .\WhateverScriptName.ps1
# -------------------------------------------------------------------------------------------
# Script by ThioJoe - https://github.com/ThioJoe
@gstgerma
gstgerma / PerfectCheckout.txt
Created October 2, 2018 23:29
High Converting Checkout Page Script
var pSettings={
/*ConversionPirate.com*/
progressBg: '#23468c',
progressBg2: '#d9e3f7',
highDemandText: "An item you ordered is in high demand. No worries, we have reserved your order.",
discountText: "Enter your discount code here",
whyUsImg1: 'https://cdn.shopify.com/s/files/1/1319/2435/t/4/assets/money-back.png',
whyUsTitle1: "30-day Satisfaction guarantee with Money Back",
@jefftriplett
jefftriplett / trello-to-newsletter.py
Last active June 5, 2021 17:00
Trello to Newsletter builder
"""
Trello to Newsletter builder
This is heavily inspired by: https://changelog.com/trello-as-a-cms/
To install:
pip install click cached_property markdown py-trello
To run:
export TRELLO_APP_KEY=''