Skip to content

Instantly share code, notes, and snippets.

@dwhitz
dwhitz / bash_strict_mode.md
Created January 31, 2023 11:15 — forked from mohanpedala/bash_strict_mode.md
set -e, -u, -o, -x pipefail explanation
@dwhitz
dwhitz / UltimateListIds.md
Created September 2, 2022 20:51 — forked from LanceMcCarthy/UltimateListIds.md
List of Package Ids
Name Package Id Version Source
7Zip 7zip.7zip 19.0.0 winget
Altap Salamander salamander choco
Alt-Tab Terminator alt-tab-terminator choco
AutoHotkey Lexikos.AutoHotkey 1.1.33.02 winget
AutoHotkey Store Edition HaukeGtze.AutoHotkeypoweredbyweatherlights.com Latest msstore (via winget)
Carnac
@dwhitz
dwhitz / gameeCheat.js
Created November 22, 2020 14:49
telegram bot gamee cheat
//start to play and post this in your console
var old = gamee.updateScore; var new_ = function (score,o,r){
// WARNING - if you add more than 100 telegram will report you as cheater and will ban your account
score= 100+score; old(score,o,r);
} gamee.updateScore=new_;
@dwhitz
dwhitz / google-translate-tooltip.user.js
Created April 26, 2018 19:44 — forked from steelywing/google-translate-tooltip.user.js
google translate tooltip for firefox & chrome
// ==UserScript==
// @name Google Translate Tooltip
// @namespace steely.wing
// @version 1.10
// @description Translates selected text into a tooltip.
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// @copyright 2014, Wing Leong (http://steelywing.iblogger.org/)
// @include *
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_getValue