One more Shell script snippet. Scenario: I have several directories, each one with a file called strings.xml. The problem with those files is that they…
One more Shell script snippet. Scenario: I have several directories, each one with a file called strings.xml. The problem with those files is that they…
Eu não achei onde coletar os dados diários de rentabilidade dos fundos de investimento do Banco do Brasil em formato bem estruturado. Num mundo ideal…
Here is a useful tip on Python XML decoding. I was extending xml.sax.ContentHandler class in a example to decode maps for a Pygame application when…
Usuually on JavaFX we grab data using HttpRequest from external resources on formats like JSON or XML. I showed how to get it on the…
Tradução: há uma versão em Português desse artigo. For some classes like javafx.scene.image.Image is easy load an image from a external resource like: ImageView {…
Let sandwich.xml be a file at /tmp directory with the content above. We can open it using java.io.FileInputStream and so use it on a javafx.data.pull.PullParser.…