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
| robocopy /b /mir "C:\EmptyDir" "C:\DirToEmpty" |
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
| table | |
| { | |
| text-align:center; | |
| border-collapse:collapse; | |
| border:none; | |
| font-size:0.85em; | |
| display:inline-block; | |
| line-height:1.4em; | |
| } | |
| .tablepadding |
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() { | |
| var appName = ""; | |
| var jQueryVersion = "2.0.3"; | |
| var jQueryUIVersion = "1.10.3"; | |
| var jQueryUITheme = "redmond"; | |
| function loadPrerequisites(callback) | |
| { | |
| loadJQuery(function() { |
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
| var PRINT = false; | |
| var LOG = 1; | |
| var SEL = ".pin"; | |
| var COND = function($node) { | |
| var ret = true; | |
| ret = checkNum($node, ".pinPrice", ">=", 10); | |
| if (!ret) { return false; } |
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
| <style> | |
| input { | |
| margin-top: auto; | |
| margin-bottom: auto; | |
| background-color: transparent; | |
| font-size: 150px; | |
| width: 100%; | |
| height: 100%; | |
| text-align: center; | |
| border: none; |
OlderNewer