Posts by Lorram RJ • 13 points
12 posts
-
0
votes1
answer197
viewsQ: Visualstudio 2017 hiding some folders in Solution Explorer
I created an ASP.NET MVC project and at the root of the project I created two folders "Map" and "Connected". They appear manually opening the project folder, but in Visualstudio’s Solution Explorer…
-
1
votes1
answer1076
viewsQ: Convert Base64 string to jpeg image in C#
How to convert a Base64 string to a jpeg image? I saw some places talking to use one with namespace System.Drawing.Image. But in my Visual Studio project you don’t see this class. I have tested in…
-
0
votes1
answer64
viewsQ: When to use Relative or Linear Layout?
I’m wondering when to wear it LayoutRelativo or Linear? What advantage to use in each case.
-
0
votes0
answers16
viewsQ: How to increase processing capacity in Javascript?
Hello, I have a javascript application that generate random rounds of a football championship (turn and return). However, to assemble the rounds in a combination that does not repeat the same team…
javascriptasked Lorram RJ 13 -
-2
votes1
answer64
viewsQ: Generate match matches per round
I’m managing to generate matches and display on the screen. But it happens that a same ski can not play in the same round. I created a function verificarRodada() to avoid this, but she doesn’t seem…
-
1
votes2
answers108
viewsQ: Scope of variables in Javascript
I’m having doubts about the scope of variables in Javascript. I’m looking to build an object called Campeonato. I want one of your methods to receive a text from a textArea and form a Array which is…
javascriptasked Lorram RJ 13 -
4
votes2
answers3823
viewsQ: Responsive menu using Bootstrap
I am wanting to make a fixed menu using booststrap, in such a way that it is responsive; that is, when decrease the screen the menu becomes an icon. However, when I lower the viewport screen the…
-
1
votes1
answer4177
viewsQ: How to make a floating menu and change style as the scroll moves?
How to make the sliding fixed menu with scrolling as the site: https://bootstrapmade.com/demo/BizPage/ Note that when you scroll down the menu background changes to black.…
-
0
votes1
answer1280
viewsQ: Recursive function in python to invert a number
I need to do a recursive function in python to return the number the reverse way, but be convert to string. I could only do it that way: import math def inverte(num): if(num < 10): return num…
-
1
votes0
answers53
viewsQ: Logic about recursive return
Hello guys I am studying binary tree search and recursiveness is very used in this type of data. I have a question, for example, I did the following function to search for an element in the tree:…
-
0
votes1
answer64
viewsQ: Data Modeling - Weak Entity
Hello I’m studying about Data Modeling and I was left with doubt about the concept of Weak Entity. I have already understood what is Weak Entity, which is an entity that needs keys from other…
-
1
votes1
answer2511
viewsQ: How to activate automatic line breaking in Pycharm?
Hello I would like to know how to activate the automatic line break in Pycharm, as we do in the notepad.