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
import java.lang.reflect.InvocationTargetException; | |
import java.lang.reflect.Method; | |
import java.util.*; | |
/** | |
* This file is deliberately coded to avoid all dependencies outside | |
* of the JDK, e.g. JUnit, for the sake of simplicity of use. | |
*/ | |
class BackendCodeExercise { |
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
Building the main VirtualBox module. | |
Error building the module: | |
make V=1 CONFIG_MODULE_SIG= CONFIG_MODULE_SIG_ALL= -C /lib/modules/5.8.4-200.fc32.x86_64/build M=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 -j12 modules | |
make[1]: warning: -jN forced in submake: disabling jobserver mode. | |
make -f ./scripts/Makefile.build obj=/tmp/vbox.0 \ | |
single-build= \ | |
need-builtin=1 need-modorder=1 | |
gcc -Wp,-MMD,/tmp/vbox.0/linux/.SUPDrv-linux.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/10/include -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/kconfig.h -include ./include/linux/compiler_types.h -D__KERNEL__ -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Wno-format-security -Wno-address-of-packed-member -std=gnu89 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-a |
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
SELECT COUNT(dateTime) AS totalCountTPS | |
FROM paymentTransactionsChannel [RANGE 1 SECOND SLIDE 1 SECOND] | |
WHERE ammount > 0 AND brand IS NOT NULL |
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
IDENTIFICATION DIVISION. | |
PROGRAM-ID. CSIMPSRV. | |
AUTHOR. TUXEDO DEVELOPMENT. | |
ENVIRONMENT DIVISION. | |
CONFIGURATION SECTION. | |
DATA DIVISION. | |
WORKING-STORAGE SECTION. | |
01 TPSVCRET-REC. | |
COPY TPSVCRET. |
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
*RESOURCES | |
IPCKEY 123456 | |
DOMAINID UBBCSIMPLE | |
MASTER simple | |
MAXACCESSERS 5 | |
MAXSERVERS 5 | |
MAXSERVICES 10 | |
MODEL SHM | |
LDBAL N |
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
IDENTIFICATION DIVISION. | |
PROGRAM-ID. 'helloworld'. | |
ENVIRONMENT DIVISION. | |
INPUT-OUTPUT SECTION. | |
FILE-CONTROL. | |
DATA DIVISION. | |
FILE SECTION. | |
WORKING-STORAGE SECTION. |
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
IDENTIFICATION DIVISION. | |
PROGRAM-ID. 'helloworld'. | |
ENVIRONMENT DIVISION. | |
INPUT-OUTPUT SECTION. | |
FILE-CONTROL. | |
DATA DIVISION. | |
FILE SECTION. | |
WORKING-STORAGE SECTION. |
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
Set 07, 2011 1:07:30 PM com.sun.enterprise.admin.launcher.GFLauncherLogger info | |
INFO: JVM invocation command line: | |
C:\jdk1.7.0\bin\java.exe | |
-cp | |
C:/glassfish3/glassfish/modules/glassfish.jar | |
-XX:+UnlockDiagnosticVMOptions | |
-XX:MaxPermSize=192m | |
-XX:NewRatio=2 | |
-Xmx512m | |
-client |
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
<?xml version='1.0'?> | |
<!-- | |
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. | |
Oracle is a registered trademarks of Oracle Corporation and/or its affiliates. | |
This software is the confidential and proprietary information of | |
Oracle Corporation. You shall not disclose such confidential and | |
proprietary information and shall use it only in accordance with the |
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
2011-07-28 15:15:38.906/4.203 Oracle Coherence 3.7.0.0 <Info> (thread=Main Thread, member=n/a): Loaded operational configuration from "jar:file:/C:/coherence/lib/coherence.jar!/tangosol-coherence.xml" | |
2011-07-28 15:15:38.953/4.250 Oracle Coherence 3.7.0.0 <Info> (thread=Main Thread, member=n/a): Loaded operational overrides from "jar:file:/C:/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml" | |
2011-07-28 15:15:38.969/4.266 Oracle Coherence 3.7.0.0 <D5> (thread=Main Thread, member=n/a): Optional configuration override "/tangosol-coherence-override.xml" is not specified | |
2011-07-28 15:15:38.969/4.266 Oracle Coherence 3.7.0.0 <D5> (thread=Main Thread, member=n/a): Optional configuration override "/custom-mbeans.xml" is not specified | |
Oracle Coherence Version 3.7.0.0 Build 23397 | |
Grid Edition: Development mode | |
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. | |
2011-07-28 15:15:41.281/6.578 Oracle Coherence GE 3.7.0.0 <D4> (thread=Main Thread, member=n/a): TCMP bound to /192 |
NewerOlder