-
I got an email today from a security expert at TU Graz (where LSL is used extensively) who is studying how research teams set up BCI experiments from an IT point of view. He asked how hard it would be…
-
We're required to validate NSS in FIPS mode. recommended testing procedure is as follows:
```
#seed file
cat /dev/urandom | head -n 120 > seedfile.dat
# password empty
echo "" > password.txt
#…
-
Java -version output
--------------------
```
openjdk version "18.0.1" 2022-04-19
IBM Semeru Runtime Open Edition 18.0.1.0 (build 18.0.1+10)
Eclipse OpenJ9 VM 18.0.1.0 (build openj9-0.32.0, JRE 1…
-
I am unable to open source files to actually see branch/lines uncovered in the file.
- Shows page isn't working
-
Can you tell me the details of the data you use? For example, the structure of data, which data
-
How do you actually save PDFs with this library?
Doing this:
```java
PDFSource pdfs = new FilePDFSource("someFile.pdf");
notesBean.loadPDF(pdfs);
// doing changes to file here...
notesBe…
-
Dear @vsilaev , thank you again for the great work on Tascalate!
I've noticed a small bug which I have not been able to locate the error in the source for. Here is the code to reproduce the result:…
-
Hi sir,,thanks for your code.
I have a question is that in the article after methapath produced , there is type constraint and filtering on methapaths(part 4.1.2 Type Constraint and Filtering), but i…
-
```
What steps will reproduce the defect?
1.Connect Remote Linux machine (jmx enable)
2.Start monitor
3.open Cpu profile
...
What is the expected behavior?
Show no data in the call tree
What was…
-
What steps will reproduce the problem?
Try to run the following test.
```
import javafx.scene.layout.Region;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import o…