Questions tagged as 'caracteres'

0
answers

Special characters on website made in cakephp

Hi, I am modifying a website designed in cakephp, but in a modal for whatsapp some special characters do not look good and I tried to do some things and nothing worked for me: <!DOCTYPE html> <html lang="es-ES"> <head> <...
asked by 26.09.2018 / 18:43
1
answer

Iterate an array of characters in c

I want to print each element of the array but it generates a segmentation fault This is the code: #include <stdio.h> int main(){ char arreglo[3]={'c','f','d'}; char *puntero; puntero=arreglo; for(int i=0;i<3;i++){...
asked by 14.06.2018 / 23:11
1
answer

Remove characters and letters in Pandas

I must iterate over a column and delete the special characters and letters. Any ideas? The issue is that it is not always at the beginning of the chain. EXAMPLE: PC 17572 546RT*5 RESULT: 17527 5465     
asked by 01.12.2018 / 04:01
0
answers

How do I extract values from one data frame to another data frame using loops and conditions?

I want to create a data frame by extracting certain values from another data frame, for what I did was create 2 matrices de 875 obs and% loop with certain conditions: Finally, what I want is to extract the value of variable X2 when...
asked by 22.08.2018 / 04:52
1
answer

Problem java characters in Eclipse

When importing a project in eclipse I get errors in the characters of my java file. I give an example, does anyone know the solution? System.out.println("ERROR:al cerrar la conexión");     
asked by 05.11.2018 / 20:41
2
answers

Find the letter that only repeats once in a string of characters and show its position?

The objective is to enter the number of characters that the chain will have, and find the letter that only repeats once acum_menor , then show its position. I did it by comparing the string with another one that contains the letters of the...
asked by 09.07.2018 / 14:51
2
answers

Identify the greater of 5 Paragraphs (p)

I need your help as soon as possible, I have an exercise that consists of identifying the "number of characters" of 5 paragraphs and determine which is the paragraph that has the most number of letters through an Alert (); I was able to determin...
asked by 19.11.2018 / 03:57
1
answer

Set characters within an input

Is it possible that within a input I set some fixed characters that can not be deleted? I mean, something like this: xxxx-xxxx-xxxx-xxxx Where x are numbers that the person enters and hyphens (-) are fixed and can not be deleted? Let...
asked by 26.07.2018 / 20:17