Posts by Gabriel Neri • 33 points
3 posts
-
2
votes2
answers740
viewsQ: Shell Script - insert variable in a command
Hello, first I want to say that I am beginner in shell script. My doubt is: I have a script that will execute a series of commands, one of these commands is an "input" in which asks me to type a…
-
-1
votes1
answer60
viewsQ: Error in vector size
I’m having a little problem here in my code, well "everything" works normal except when I type that the struct vector size will be 2, program simply stops working. #include <stdio.h> #include…
-
1
votes3
answers273
viewsA: Non-responsive footer
Good morning Mariana, so from what I understand of your code you want a responsive and fixed footer at the bottom of the correct page? try to put the style properties: width: 100%, height: 60px,…