Posts by Matheus Mazzoni • 36 points
4 posts
-
0
votes0
answers17
viewsQ: Using an Azure devops feed to be able to consume artifacts from it in a Scala sbt Java project
I would like to know how to consume articafts from an Azure devops Maven project feed in a Scala SBT application. I’ve done a lot of research, but I can’t find an answer. We can open a discussion to…
-
1
votes1
answer224
viewsA: How to save an xml string to a document?
I took the xml str and I just found it in an open file 'Wb', so that it could be saved bytes without problems, as we can see in this my function: def salvarXML(self, xml, caminho, chNFe, tpEvento,…
-
0
votes1
answer224
viewsQ: How to save an xml string to a document?
I want to save my xml which is a str(return of an API) in a . xml file, but when I do this it does not fuciona anyone could help me? from xml.dom import minidom cont = minidom.parseString(xml)…
-
1
votes1
answer2532
viewsA: How to find prime numbers in a given range?
I made a small functional example for you to analyze, remembering that prime numbers can only be divided by themselves and by one, so it is necessary more than one repeating structure in the code,…
c++answered Matheus Mazzoni 36