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 Better Dekudeals | |
// @namespace http://dekudeals.com/ | |
// @version 1.2 | |
// @description Various improvements to Dekudeals | |
// @author cosmo0 | |
// @match https://www.dekudeals.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=dekudeals.com | |
// @require https://code.jquery.com/jquery-3.6.0.min.js | |
// @downloadURL https://gist.githubusercontent.com/cosmo0/1154d158f9dc1f3b7f5fe841079b0cf0/raw/dekudeals.user.js |
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
$folder = $Args[0] | |
if ($folder -eq $null) { | |
echo "please call 'clean.ps1 [folder path]'" | |
} | |
function movedest { | |
$file = $args[0] | |
$dest = $args[1] | |
$name = [System.IO.Path]::GetFileName($file) | |
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
[user] | |
name = | |
email = | |
[gui] | |
recentrepo = | |
[core] | |
autocrlf = true | |
excludesfile = ~/.gitignore | |
[diff] | |
tool = bc3 |
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
<?xml version="1.0" encoding="utf-8"?> | |
<key name="Software"> | |
<key name="ConEmu"> | |
<key name=".Vanilla" modified="2016-10-05 13:16:21" build="161002"> | |
<value name="StartType" type="hex" data="02"/> | |
<value name="CmdLine" type="string" data=""/> | |
<value name="StartTasksFile" type="string" data=""/> | |
<value name="StartTasksName" type="string" data="{Shells::PowerShell}"/> | |
<value name="StartFarFolders" type="hex" data="00"/> | |
<value name="StartFarEditors" type="hex" data="00"/> |
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
@echo off | |
rem stackoverflow.com/a/8995407/6776 | |
NET SESSION >nul 2>&1 | |
IF %ERRORLEVEL% EQU 0 ( | |
ECHO Administrator PRIVILEGES Detected! | |
) ELSE ( | |
echo ######## ######## ######## ####### ######## | |
echo ## ## ## ## ## ## ## ## ## | |
echo ## ## ## ## ## ## ## ## ## |