All Questions

2
answers

Store credentials from a Git repository on Windows without SSH

How to configure Git in a local repository so that you do not ask for the login and password every time you make a push or pull? My Git server does not support SSH. HTTP only. I have only the username and the password user in Git.     
asked on 26.11.2015 / 19:24
2
answers

Finding an address by latitude and longitude

Since I can get the full address of a geolocation, ex: Lat. 37.386196601958 Lon. -121.964346639 (Such a street, Such a neighborhood, cep: tal)     
asked on 13.02.2016 / 20:07
1
answer

What are C-digraphs?

Based on the trigraphs question, what are digraphs? Why were they created? What are the sequences? Do the current compilers still allow you to use them?
asked on 18.12.2015 / 21:43
2
answers

In MVC, if I have utility classes, will they be part of the models?

For example, let's assume that I have a string manipulation class called strman that I will use to store operations to work with strings, already in the models folder I have usuario and usuarioDAO , in case of class% how can...
asked on 06.01.2016 / 11:17
2
answers

Error: object of type 'float' has no len

I was debugging simple operations in the Python interpreter, and the following command made me curious: >>> b = 3.12; len(b) With the following error:    Traceback (most recent call last):       File "", line 1, in       Type...
asked on 05.01.2016 / 22:50
1
answer

Entry not executed [duplicate]

I am a beginner in development and I am doing a job for college, but in my case of Creation of Cadastre the line 147 ( cadastro[1][codigo] = entrada.nextLine(); ) that would receive the data of the name of the client is not being execute...
asked on 30.11.2015 / 12:13
1
answer

Global Custom Variable

In this question here , I explained that I was afraid to save my settings in the $GLOBALS variable because it transforms my settings into global values, so the guy answered me that he had no problem, and then asked me for the comments if...
asked on 08.12.2015 / 17:24
4
answers

How to make a query that returns the last record of each day?

The doubt is simple, but unfortunately I do not think the resolution. I have a table with several records, and I need to make a query that returns the last record of each day of the last 20 days for example. Exemplo: |------------ teste ------...
asked on 20.01.2016 / 20:01
1
answer

Execute insert in Migrations Entity Framework

I'm developing an ASP.NET MVC project with Entity Framework Code First. I've mapped the bank and managed the first Migrations, my question is: can I run a insert shortly after a table is created? Example: CreateTable( "dbo.P...
asked on 06.01.2016 / 23:08
1
answer

Record records with the mask or remove before?

By contextualizing my question, sort of by convention of my old work environment I always recorded the records without the mask at the base, but a situation arose in my new job where they are saving the records with the mask. As far as I know...
asked on 31.08.2017 / 14:21