Posts by Maick Henrique • 11 points
4 posts
-
0
votes0
answers20
viewsQ: Corrupted file in javascript
Is there any way to check if a file is corrupted in javascript? I have a code that accepts only files in formatp(pdf, png, jpg and jpeg). I would like to check these files to see if they are…
javascriptasked Maick Henrique 11 -
0
votes1
answer39
viewsQ: Run more than one csv file using python
I have the following question: I read a csv file and in this file I want to take the lines 0:9 and leave the 10 on. I made this code and everything seems to be ok. My problem is: How to read…
-
-1
votes1
answer16
viewsQ: How to take a date through a form and insert it into the database
I have the following problem: I am not able to take the current time and insert it in the bank. <div class="container"> <h2>Registrando ponto</h2> <form class="form"…
-
-1
votes2
answers106
viewsQ: Saving csv file using python
I have the following problem: I have a csv file with multiple numbers. I read this file, pass a header and make the separation The problem happens when I try to save this data in a new csv file.…