Posts by Leonardo Santos Monteiro • 35 points
3 posts
-
0
votes1
answer116
viewsQ: Git does not ignore certain subdirectories
I recently started a personal project for practice, and one of the things I wanted to do was to have the "src" folder containing the source of the project, but every time I tried to get some part of…
gitasked Leonardo Santos Monteiro 35 -
2
votes2
answers659
viewsQ: Problem with float python (Uri 1098)
I’m trying to solve this problem and when I execute the code, at a certain point it stops working correctly. I think it’s because of rounding, but when that part is removed, the code runs to…
-
1
votes1
answer656
viewsQ: Redo autoincrement on Sqlite
I am passing the data from an old bank to a new bank. After running all the querys there were some primary key fields that were "missing". Example by column id jumped from data '11' to data '13'…