This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mainStatement": { | |
"children": [ | |
{ | |
"children": [], | |
"confidence": { | |
"pro": 0, | |
"con": 1 | |
}, | |
"importance": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mainStatement" : { | |
"open" : true, | |
"id" : "bceef860-dd19-49cd-9fa9-8e638f020916", | |
"isProParent" : true, | |
"content" : "Is the Legal System in the United States of America Racist", | |
"affects" : "", | |
"citationText" : "", | |
"citationUrl" : "", | |
"children" : [{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" : [{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mainStatement": { | |
"children": [ | |
{ | |
"children": [], | |
"confidence": { | |
"pro": 0, | |
"con": 1 | |
}, | |
"importance": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
OlderNewer