Skip to content

Instantly share code, notes, and snippets.

View BentleyDavis's full-sized avatar

Bentley Davis BentleyDavis

View GitHub Profile
Set-WindowsExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions
Install-WindowsUpdate -acceptEula
cinst GoogleChrome -y
cinst notepadplusplus.install -y
cinst 7zip.install -y
cinst visualstudio2015community -y
Install-WindowsUpdate -acceptEula -y
{
"mainStatement": {
"children": [
{
"children": [],
"confidence": {
"pro": 0,
"con": 1
},
"importance": {
{
"mainStatement" : {
"id" : "dc469a28-ad41-4667-b373-147f6690e26b",
"open" : true,
"isProParent" : true,
"content" : "Is the Black Lives Matter movement a net detriment to society.",
"affects" : "AverageTheConfidence",
"citationText" : "",
"citationUrl" : "",
"children" : [{
@BentleyDavis
BentleyDavis / gist:a4222ef0138226cf9247c72a82f21324
Created October 23, 2016 22:02
SettleIt-Should SettleItorg win a Roddenberry Prize
{
"mainStatement": {
"open": true,
"id": "896e3620-fa7e-429b-a2aa-132261768141",
"isProParent": true,
"content": "Should SettleIt.org win a Roddenberry Prize? ",
"affects": "AverageTheConfidence",
"citationText": "SettleIt.org",
"citationUrl": "http://SettleIt.org",
"children": [
{
"mainStatement": {
"children": [
{
"children": [],
"confidence": {
"pro": 0,
"con": 1
},
"importance": {
{
"statements": [
{
"id": 1,
"side": "Pro",
"content": "Is a Keto diet a healthy lifestyle. (Keto: a diet where your body naturally produces ketones, usually less than 50 grams of carbs a day.)",
"citation": " ",
"citationUrl": " ",
"words": 25,
"char": 137
**Reason Score Individual Contributor Assignment Agreement**
Thank you for your interest in contributing to Reason Score ("We" or "Us").
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please sign it and send it to Us by electronic submission, following the instructions at https://reasonscore.com/CAA. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.
*1. Definitions*
"You" means the individual who Submits a Contribution to Us.
"Contribution" means any work of authorship that is Submitted by You to Us in which You own or assert ownership of the Copyright. If You do not own the Copyright in the entire work of authorship, please follow the instructions in https://reasonscore.com/CAA.
function toSf(message) {
window.postMessage(message, "*"); //TODO: Improve Security by changing out the "*"
}
const fromSf = function () {
const typeIndex = {}
window.addEventListener("message", (event) => {
// TODO: increase security by checking the event/origin
console.log("sim: ", event)
@BentleyDavis
BentleyDavis / Amazon_No_Purchase.js
Last active November 25, 2021 17:27
On Amazon.com hide all "Purchase" "Proceed to checkout" buttons so items are not accidentally purchased.
// ==UserScript==
// @name Amazon No Purchase
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Remove purchase buttons and ads
// @author Bentley Davis
// @match https://www.amazon.com/*
// @icon https://www.google.com/s2/favicons?domain=amazon.com
// @grant none
// ==/UserScript==