Posts by Gustavo Mendonça • 177 points
4 posts
-
0
votes3
answers1868
viewsQ: How do I pop buttons on top of my div?
Good afternoon, I have a div made with bootstrap and css and I want that when you hover over, appear two buttons right in the middle of this div. My idea is the following, I have several Ivs…
-
0
votes3
answers452
viewsQ: Settings of the Go language
I need to do a job in college and I chose to do it in Go language because I wanted to learn a new language. Yesterday I installed . msi of the site and saw that I needed to configure the variables…
golangasked Gustavo Mendonça 177 -
5
votes1
answer90
viewsQ: What’s wrong with my chained list?
I implemented a chained list but when I enter 2 items, I remove the last one and add it again, for some reason it says that the value is null. public class ListaDinamica<T> { private class…
-
2
votes1
answer56
viewsQ: Auto adjustable list in shampoo
I have a list of BitmapImage and wanted it to appear as follows, 3 images per line, if you do not fill a line, stay a blank at the end. For example, I have my list with 10 small images and I want it…