All Questions

1
answer

Select for days of the month returning 0 when there is no record of that day

I have a database of company calls, for example let's say that the table has only: -- TABELA CHAMADO -- id (id do chamado) inicio (data de inicio do chamado) id_criador (id do usuário que abriu o chamado) -------------------------------------...
asked on 05.09.2018 / 17:03
1
answer

How to clone just a subdirectory of github

Assuming you have a dummy directory in github: link And within "Directory" have the subdirectories: link link Is it possible to clone only "sub1" without having to clone the entire "Directory" directory?     
asked on 30.06.2018 / 21:20
1
answer

Move a great website Wordpress itself to Wordpress.com [closed]

I would like some help to move a large 11-year site with 38 Gb storage for wordpress.com. I found some instructions in the official help database, but I'm not sure we can track them without losing data.     
asked on 15.10.2018 / 15:28
1
answer

Atomic Types in C language

What is the difference between primitive and atomic types? What is the purpose of atomic types? In what situations are they applied?     
asked on 24.08.2018 / 04:04
1
answer

.txt with password in C?

I'm messing around with .txt file manipulation and I was wondering how to create a .txt file with a password in C, so that this file can not be opened by Notepad or another program without the password. And then if I wanted to open the file I co...
asked on 27.08.2018 / 19:07
1
answer

Mask for Formatting TextBox

I was practicing programming in a WinForms project, so a question arose: How to apply a phone mask to a TextBox . So the first thing that came to mind was to use the KeyPress event of the component. The logic of the code was simple, belo...
asked on 22.08.2018 / 18:24
2
answers

Color scale adjustment in R

Good afternoon, I created a bar chart using a gauge to fill in the colors of the bars, where the nearest to red is bad, and the closer to green is good. It turns out that he adjusted according to the data, so the number 29 turned green when i...
asked on 16.11.2018 / 20:31
1
answer

How to do animation with SVG or CSS of a Text walking along the path?

I have an SVG which is a Text aligned in a Path . But my intention is to make the text "running" by Path , like a Marqueer . The idea would be something like this image. ButwhatIwasabletodowasanimatetheentireElementby"running...
asked on 28.11.2018 / 12:36
1
answer

How to insert records through cursor?

I need to insert unique records by a field that has the unique identifier, with this I am using cursor; however, the unique identifier will not add according to the inserts. ERROR: You are duplicating and inserting only the first record....
asked on 28.12.2018 / 12:11
2
answers

What are the dangers of accepting a merge from a branch with commits behind?

Sometimes when I make a merge request in a project, it appears that there are commits behind , I understand that this happens due to the fact that at the time of creating my branch , based on the branch where I will create the merge reques...
asked on 16.10.2018 / 20:55