- Potato: Keep the cut even so that they will all cook together. Having differently sized potatos means that they cook at different times. Never recommended. Unless you're cooking them in batches
- Spice: I used Za'athar. You can use whatever you have. Paprika works. Cayan pepper would work. Plain old chilly powder + Turmeric would also taste godlike
- Time: This would take about 45 minutes. Patience is the key-est ingredient
This file contains 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
if not A_IsAdmin | |
{ | |
Run *RunAs "%A_ScriptFullPath%" ; Requires v1.0.92.01+ | |
ExitApp | |
} | |
#SingleInstance Force | |
#NoEnv | |
#Warn |
This file contains 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
Order Status Transitions | |
Checkout | |
payment done -> StatusPlaced | |
StatusPlaced | |
pulled into WINBDS -> StatusProcessing | |
StatusProcessing | |
invoice created -> Choose Shipment Address | |
Choose Shipment Address | |
This file contains 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
Logged Out | |
No Mobile Number | |
mobile numbered entered -> Is Mobile Valid? | |
Is Mobile Valid? | |
valid -> Send OTP | |
invalid -> No Mobile Number | |
Send OTP | |
otp sent -> Accept OTP | |
Accept OTP | |
otp entered -> Is OTP Valid? |
This file contains 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
POS | |
Unselected Member | |
select member -> Member Select Popup | |
select CLP PR paymode -> Member Select Popup | |
Selected Member | |
Init | |
select CLP PR paymode -> CLPPR Popup | |
CLPPR Popup | |
details entered -> Redeem Validations | |
errored -> Selected Member |
This file contains 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 foo() { | |
console.log("foo - start") | |
$("button.search-button").click() | |
setTimeout(function() { | |
var li = $(".list-item")[0] | |
var delButton = $(li).find("button.js-activity-delete") | |
var confirmDelButton = $(li).find("button.delete-yes") | |
console.log(delButton, confirmDelButton) |
This file contains 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
body { | |
margin: 0 auto; | |
width: 900px; | |
font-family: Trebuchet MS; | |
font-size: 16px; | |
line-height: 23px; | |
margin-top: 20px; | |
background: #fff8ec; | |
} |
On the home server (yuksam
henceforth), I have deluge running for torrenting
and plex running as a media center.
When torrenting, my method of consumption will be either plex or not-plex. If
it is plex, then I want my downloads to go to X place. If it isn't plex, then
they can go to a default location (currently /shares/t
which is a samba
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
This file contains 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
########## | |
# Win10 Initial Setup Script | |
# Author: Disassembler <[email protected]> | |
# Version: 1.7, 2016-08-15 | |
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/ | |
# THIS IS A PERSONALIZED VERSION | |
# This script leaves more MS defaults on, including MS security features. | |
# Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1 |
NewerOlder