Posts by Henrique M • 87 points
7 posts
-
0
votes1
answer607
viewsQ: How to make a Login and password screen using JSF
I made a login screen, on this screen the user can register through a registration button, made the registration he can access the system stating password and CPF. My system will be for…
-
0
votes1
answer81
viewsQ: How to run Shell With PHP using bash compiler
I’d like to know how to run PHP in the Shell, using the Bash. I tried it this way but make a mistake: #/usr/bin/php <?php echo 'Olá Mundo'; ?>…
-
-1
votes1
answer135
viewsQ: How to access a database using C
I wonder if you have any way to access a C database?
-
5
votes3
answers104
viewsQ: Why do you use a vector with a name on it?
would like to know the function of using a name within a vector? char chave[NUM_LETRAS + 1]; int frequencias[NUM_LETRAS]; int frequencias2[NUM_LETRAS]; char codificado[MAX_STR]; char…
-
1
votes1
answer174
viewsQ: Substitution in c
Write an algorithm that deciphers a given text based on frequency analysis of the Portuguese language. Example: The above example uses substitution key. The technique that should be used to decipher…
casked Henrique M 87 -
0
votes0
answers91
viewsQ: Letter comparison
I managed to make a letter typed by the user, be shown another Example: c returns A, because the letter A is the one that uses our alphabet the most. So I can unravel a message for example, because…
casked Henrique M 87 -
2
votes1
answer148
viewsQ: Changing letters in C
I have a question, I’m making an algorithm that takes the phrase of the user that has no meaning, as if it were a code, to solve has a key that is the letters that most comes out of the Portuguese…
casked Henrique M 87