Questions tagged as 'text'

2
answers

Modify in xml in multiple files

Hello, I need to modify a value inside an xml node, the problem is that I need to do this in 1300 files at one time, the value I look for inside the node can be any one, it does not matter what value it is there, just need to modify this node...
asked by 05.09.2016 / 16:29
1
answer

Text mining python or r [closed]

I'm trying to extract information from PDF files to popular a table without having to read the PDF. I just can not find any reference to how to do this. I need, for example, to find the authors and date of publication of this article: lin...
asked by 09.10.2018 / 18:50
2
answers

Line break with css without br

I have this problem in css and I can not solve it, when the text gets too big, I can not make this line break, I can not use it, does anyone have any ideas? * { font-family: arial; -webkit-touch-callout: none; -webkit-user-select: n...
asked by 16.05.2018 / 01:12
0
answers

text animation [closed]

Does anyone know which text animation name of the clip "Alone - Alan Walker"? at the end "You are not alone" where the lyrics move and makes a glitch animation. Who knows I just need the name, because I will do in the after effects.     
asked by 16.04.2018 / 20:30
1
answer

How to get the value otido in a function and put in a text, JavaScript?

I can show no alert but I'll put it in the text (temp2), it will not! function mostrarValor(){ var escalaEntrada = getRadioValor('escalaEntrada'); var escalaSaida = getRadioValor('escalaSaida'); var valor = parse...
asked by 26.05.2016 / 21:03
2
answers

Make a parser in a txt file

Good morning, I created a * .txt file with certain paths, now I need to put those paths inside variables to call them in the application. I thought about using a parser to get this information, but I did not get any examples. If you can hel...
asked by 08.07.2016 / 16:26
2
answers

In terms of performance, "character varying" or "text" in PostgreSQL?

Before posting this question I searched the internet to know the differences and performance of each type and I came to the conclusion that I should discuss a little more about this subject here with the experts, rs, I already know the differenc...
asked by 28.11.2017 / 12:26
1
answer

Read file information. txt using Python

Good evening! I have a .txt file that stores a data structure as follows: índice: p1[x1, y1], p2[x2, y2], p3[x3, y3], p4[x4,y4] An example of lines from my file is: 1: p1 = [62.61, 79.47], p2 = [64.17, 75.43], p3 = [58.85, 72.5], p4 =...
asked by 13.11.2018 / 22:24
1
answer

Export Text field to Bytea in PostgreSQL

I could make an application to export the contents of a Text field to Bytea without problems, but as they are thousands of records I believe that if I do via SQL it will be faster. If this is possible of course. I have a table with a text...
asked by 27.06.2018 / 17:36
1
answer

C program that reads a text file and prints the lines in reverse order

I would like to know why running the script below, lines appear spaced, except the first line. Input Linha1 Linha2 Linha3 Linha4 Expected output Produtos: - Linha3 - Linha4 - Linha2 - Linha1 Output Obtained Produtos: - Lin...
asked by 09.01.2018 / 16:12