Posts by Rafael Breno • 33 points
4 posts
-
0
votes1
answer29
viewsQ: How to convert data to Angular?
I have this date in string format: Sun May 16 2021 09:54:25 GMT-0300 (Horário Padrão de Brasília) And I want to put it in the front-end form: <div class="ui-grid-col-6"> <vale-calendar…
angularasked Rafael Breno 33 -
0
votes1
answer793
viewsQ: How do I place a caption/text under a figure that is inside a table in Latex?
I would like to place a caption/text below a figure that is inside a table in Latex. As I wish... How are you... I’m willing to put.. (a) NTFS - Random reading ... Follows the code \begin{table}[H]…
latexasked Rafael Breno 33 -
0
votes0
answers46
viewsQ: Bash file filter
I am wanting to print specific columns of a file. My file is like this: random random kB reclen write rewrite read reread read write 10240 4096 35383 32281 58250 130504 100674 38425 Has more…
bashasked Rafael Breno 33 -
3
votes1
answer272
viewsQ: Running time in C
I would like to take the runtime in milliseconds of an application, I did the following algorithm. double writingFS(char* Filepath, char* PenDrivepath, clock_t* thput) { clock_t t1, t2; long size =…