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
| Subject: [PATCH] Refactor to use PixelBuffer | |
| --- | |
| Index: src/main/java/software/coley/glcanvasfx/GLCanvas.java | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| diff --git a/src/main/java/software/coley/glcanvasfx/GLCanvas.java b/src/main/java/software/coley/glcanvasfx/GLCanvas.java | |
| --- a/src/main/java/software/coley/glcanvasfx/GLCanvas.java (revision 0b9c86da003f4529142f481ecc8ec37e2268605c) | |
| +++ b/src/main/java/software/coley/glcanvasfx/GLCanvas.java (date 1748885813652) |
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
| /* | |
| An example script showcasing how batch decompilation can be enriched with | |
| multiple Recaf features such as: | |
| - Inserting comments into classes & members | |
| - Pre-processing classes to clean up some obfuscation | |
| Usage: Add arguments for this task after the ';' character - see below for how this is handled and arg options | |
| java -jar recaf.jar -i <jar-to-decompile> -s decompile.java -h -q ; <args-for-this-script> | |
| java -jar recaf.jar -i <jar-to-decompile> -s decompile.java -h -q | |
| */ |
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
| java.vm.vendor: Eclipse Adoptium | |
| java.vm.name: OpenJDK 64-Bit Server VM | |
| java.vendor.version: Temurin-22+36 | |
| java.vendor.url.bug: https://github.com/adoptium/adoptium-support/issues | |
| os.name: Windows 10 | |
| os.arch: amd64 | |
| ================================= | |
| Samsung SSD 990 Pro 2TB (7.4 GB/s) | |
| Input: 1,000,000,000 rows (13.4 GB) | |
| ================================= |
OlderNewer