Posts by Roberto Monteiro • 7 points
4 posts
-
0
votes0
answers28
viewsQ: How to change the conjunction AND to E between authors in Overleaf citations in Portuguese?
All my references are using the conjunction and between the authors in Overleaf in English. Autor1 and Autor2.... I want to change to Portuguese. Therefore, it would be: Autor1 and Autor2... I am…
latexasked Roberto Monteiro 7 -
-1
votes1
answer133
viewsQ: Turn an SQL command into Lambda or Java 8 Stream
I’m starting in Java 8 and would like to turn the SQL command below into a lambda function: SELECT * FROM Correspondencia c, (SELECT entidadeOrigem, MAX(m1) similaridadeMaxima FROM Correspondencia…
-
0
votes1
answer150
viewsQ: Create a multidimensional array in Java table format?
I’m a beginner in Java and have doubts how to create Multidimensional Array, I have the table below How do I create a Multidimensional Array from this table?…
-
-1
votes1
answer75
viewsQ: How to generate with while or do-while multiple Iterations in an Arraylist of a data set?
I have the following data set in an arraylist. Conference,Conference,1.0,1.0,1.0,1.0,1.0,1.0,true,1.0, 01,6.0 Reviewer,Reviewer,1.0,1.0,1.0,1.0,1.0,1.0,false,1.0, 01,6.0…