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
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps] |
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
| Windows Registry Editor Version 5.00 | |
| [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps] |
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
| void* callback(const char* name); | |
| extern "C" { | |
| inline void f1() | |
| { | |
| static void (*f)(); | |
| f = (void(*)()) callback("f1"); | |
| f(); | |
| } |
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
| #!/usr/bin/env sh | |
| # use a plain old cp if R_CMD is not set | |
| if [ -z "${R_CMD}" ]; then | |
| /bin/cp "$@" | |
| exit | |
| fi | |
| # TODO: default version of rsync on macOS is buggy; | |
| # modification times are not preserved even when requested |
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
| !SESSION 2025-10-07 08:37:59.272 ----------------------------------------------- | |
| eclipse.buildId=unknown | |
| java.version=21.0.8 | |
| java.vendor=Eclipse Adoptium | |
| BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US | |
| Framework arguments: --pipe=\\.\pipe\lsp-3a8b89be84522a4aeb5eefc8c4a32559-sock | |
| Command-line arguments: -data c:\Users\kevin\AppData\Roaming\Code\User\workspaceStorage\0a75e8ede35fb766e03c5c16949418a3\redhat.java\jdt_ws --pipe=\\.\pipe\lsp-3a8b89be84522a4aeb5eefc8c4a32559-sock | |
| !ENTRY org.eclipse.core.resources 2 10035 2025-10-07 08:38:01.063 | |
| !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes. |
OlderNewer