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
| # 256, 128, 64, 48, 40, 32, 24,20,16 | |
| # http://irfanview.helpmax.net/en/overview/command-line-options/ | |
| param($fileName) | |
| $fileExt = ".png" | |
| [int32[]]$sizes = (256, 128, 64, 48, 40, 32, 24, 20, 16) | |
| # $fileName = "file" | |
| foreach ($size in $sizes) { |
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
| /* | |
| url-prefix("https://play.google.com/books/reader"), | |
| url-prefix("https://books.googleusercontent.com/") | |
| */ | |
| body, | |
| p, | |
| .gb-segment p.indent, | |
| iframe, | |
| table, |
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
| import java.util.Stack; | |
| /* | |
| * Author: Tom Galloway | |
| * ULID: tagallo | |
| * UID: 833871186 | |
| */ | |
| public class LR1 | |
| { | |
| private static String exp,token=""; |
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
| /* | |
| * Author: Tom Galloway | |
| * ULID: tagallo | |
| * UID: 833871186 | |
| */ | |
| public class LL1 | |
| { | |
| private static String exp,token; | |
| public static int expIndex=0; |