Posts by jose • 193 points
4 posts
-
2
votes1
answer174
viewsQ: Align Row at the bottom of a Section
I wanted to line up a Bootstrap 3 Row contained in a container-fluid at the bottom of a Section of my page. What is the best way to do this without using javascript? I thought I could put Row in…
-
1
votes1
answer62
viewsQ: Memory Leak in Video Player
I’m implementing an application in C++/cli and Winforms that features videos continuously. During execution, when videos are loaded the memory increases and is released later. I’ve noticed that…
-
5
votes3
answers1650
viewsA: How to turn a query into a json?
Instead of always creating a new append array, within the cycle as follows $pessoa[] = array( 'codigo' => $codigo, 'nome' => $nome, 'nascimento' => $nascimento, 'perfil' => $perfil,…
-
1
votes1
answer47
viewsQ: localdb usage with team Foundation server
I have a visual studio solution, which contains several C++ projects and an SQL DB project, which is published in a localdb instance. Version control is done using Team Foundation Server. My…