Posts by thomaz andrade • 93 points
5 posts
-
0
votes1
answer43
viewsA: How to change form fields depending on the user
I decided to ask because I was a few days looking for an answer but had not found, today I managed to find one in stackoverflow in English, in case someone has interest follow the link:…
-
0
votes1
answer43
viewsQ: How to change form fields depending on the user
I’m using Flask Admin and Flask Security to log in. I can easily define depending on a user’s role whether or not they can create an object, but I would also like to be able to add or remove fields…
-
1
votes1
answer64
viewsA: Recursion in C - The crash program
As @José X commented, every recursion program must have a stop criterion. In your case the problem is that you are statically allocating infinite integer vectors called "numbers" according to their…
-
8
votes2
answers156
viewsQ: How to Ensure Writing File on a Single Disk Block?
Performing several searches in a few days I found nothing that guarantees that my file will be written in a single block of the disk (I know that block is only a metaphor for sectors of the disk…
-
0
votes0
answers76
viewsQ: Seg fault em free(char **)
I’m developing a shell for my OS discipline. It was going well until some strange mistakes appeared! I can’t give free(args) for I receive seg fault, if I don’t give this free when running multiple…
casked thomaz andrade 93