All Questions

1
answer

Customizing a Laravel user model 5.4 - Login problem

I have tried everything already, but I can not solve a problem with the login system of Laravel which is this: I created a model called Usuarios , I put all the information in it that has to be properly placed, like the array $fi...
asked on 02.03.2017 / 19:31
1
answer

What is a T-SQL query?

In the Stack Exchange Data Explorer , specifically in the first line says:    Click the Compose Query button up and start typing your T-SQL query [...] What a free translation would be:    Click the Query button above and start ty...
asked on 04.10.2017 / 16:01
3
answers

Map Many to Many in the Entity Framework

I have a problem mapping with the Entity Framework. I have two models, "project" and "company", where in the "company" there can be several "projects". public class Projeto { [Key] public int Id { get; set; } public string Nom...
asked on 18.04.2017 / 14:28
1
answer

How to enable Flash Player in the browser via Javascript?

Is there any way to enable Flash Player via Javascript in the browser as in this link ?     
asked on 24.03.2017 / 13:23
1
answer

Problem making JSON to a Site

I need to make JSON from the following link, in order to get the data for a record AWP | Dragon Lore (Field Tested) of the day: 2017-03-25 . Link: link How can I make a json, in order to get price , of the follo...
asked on 26.03.2017 / 01:56
1
answer

Identify if a string is uppercase in sql server!

I have a field in a table that must be filled in all lowercase, but the user being user has filled some lines in uppercase. I want to identify which records are in order to request correction. How can I test if my string is all uppercase?   ...
asked on 02.06.2017 / 19:24
3
answers

Input date type how to disable the next 7 days from the current date

In an input of type date, how can I do to disable the next 7 days in relation to the current day in the calendar? I know that with JS I can do a function to disable the days before the current one with the min parameter, but how could...
asked on 20.10.2017 / 16:11
2
answers

What is the maximum size of an object in 32 and 64 bits?

Specifically the array can have up to 4 billion elements, I think, and the most common element size sizes should be 4, 8, or 16 bytes. I ask, what is the maximum size that the object can occupy in memory? Would it be 4 GB in 32 bits? Is it u...
asked on 24.04.2017 / 16:45
3
answers

Virtual Assistant in Python - Efficiency

I'm creating a virtual assistant in Python, and I want it to be more "human". I want her to interpret my request, and not just compare what I said with a string. So my question is: To cover all variations of a request, such as " Will it rain...
asked on 07.06.2017 / 15:20
2
answers

How to create a function and call its methods without using new, similar to jQuery $?

The $ (dollar sign) of jQuery is a function , however you can access its methods as if it were an object through the "." . Could someone explain, in what way I could do this in a function func , for example? In a more enlighten...
asked on 28.11.2017 / 12:53