All Questions

1
answer

How can I not close the twitter-bootstrap modal by clicking outside the area?

I do not know if it has, but I need to block the closure of the twitter-bootstrap modal when the user clicks outside the element area, only allowing to close it by clicking the close buttons.     
asked on 05.03.2014 / 18:12
2
answers

Ruby - What's the difference between using two dots or double quotes in a string?

In Ruby I can write some things in two different ways: I can do this: :algo Or this: 'algo' What's the difference?     
asked on 17.04.2014 / 15:57
2
answers

How to create a file.h?

What is a arquivo.h and what improvement does it bring to the C ++ program?     
asked on 27.07.2015 / 03:36
2
answers

Entity Framework Entity Framework update and delete

I have a student table that has many-to-many relationship with the course table. This results in the CursoAluno table. I would like to know the correct way for update and delete of the CursoAluno table. For exam...
asked on 06.05.2014 / 13:37
3
answers

Change TimeZone from DateTime.now

I am hosting my system on a server that is in the US Then using DateTime.Now returns the US date and time. I would like to return the date and time of Brazil. Is it possible?     
asked on 11.01.2015 / 14:07
2
answers

Path of the previous folder

How can I get the path of the previous folder? For example I have this path: C:/Pasta1/Pasta2 And I wanted to get the folder path 1 C:/Pasta1 How can I do this?     
asked on 06.10.2017 / 15:14
1
answer

IIS mount server on PC at home

Hello, I need to know if I have IIS configuration on a notebook, so that when this notebook is connected in the company, it works as my server, so I can access my ASP.NET MVC application through other devices ... I want to access the site as...
asked on 23.11.2016 / 20:29
2
answers

External and internal memory ordering algorithms

I was researching the difference between external and internal memory sorting algorithms and found the following answer in    "In cases where we have to sort more data than can fit into the   main memory, we need an external classificatio...
asked on 18.11.2016 / 12:34
3
answers

How to see the methods or attributes of an object in Python?

Given an object in Python, I can easily list what methods or attributes it has directly in the interactive interpreter?     
asked on 05.11.2015 / 23:55
3
answers

What is the difference between GraphQL and REST?

The staff has commented a lot on the use of GraphQL and with that, some comments that will replace this rise we have API's REST. What's the difference between the two (GraphQL and REST)? And in what scenario is it interesting to opt for Gr...
asked on 03.08.2017 / 18:49