Posts by Lucas pereira • 171 points
8 posts
-
0
votes2
answers241
viewsQ: Can anyone assist in a resolution of a C code?
Next guys, I’m studying and I’m Beginner, and I have this resolution to solve and I’m having a hard time... I have to use scanf("%[^\n]%*c", s), where s is an array of char... The code must read two…
casked Lucas pereira 171 -
1
votes1
answer92
viewsQ: Problem with image loading
That’s the problem that if anyone can help. Here is the HTML code... here is the part where will load the image with the product that will be added. <div class="row"> <div…
-
1
votes2
answers261
viewsQ: Doubt about Excel, how to block columns?
Hello I would like to know if there is an option in Excel, which to block certain columns so that only columns are available that are always edited... Example: I have this column selected, and I…
excelasked Lucas pereira 171 -
2
votes2
answers6898
viewsA: How to open html files directly from visual studio to my default browser?
Press Ctrl+ shift+ p(or F1) to open the command palette. Type Tasks - Configure Task in the older versions Configure Task Runner. When selecting, the tasks.json file opens. Delete the displayed…
visual-studio-codeanswered Lucas pereira 171 -
2
votes2
answers6898
viewsA: How to open html files directly from visual studio to my default browser?
Open in browser - Just add this extension to your Visual Studio. I hope I’ve helped! Follows images.…
visual-studio-codeanswered Lucas pereira 171 -
1
votes2
answers1678
viewsA: Observable, when to use?
I brought this article that was published by Wendel Nascimento I found so that you can see not only what is more also how to use, maybe you understand better. Link from where I got the reference for…
-
2
votes1
answer84
viewsA: What is the purpose of the file (.exe) in Java programs?
Good John Hudson... according to a report by a person called... Computer Science - Jokerhat Executable Programs (.exe) EXE is the designation for a file with an internal and inaccessible source code…
javaanswered Lucas pereira 171 -
2
votes6
answers2884
viewsA: music does not play
import pygame pygame.mixer.init() pygame.mixer.music.load('mu.mp3') pygame.mixer.music.play() x = input('Digite algo para parar a musica...') Shortening the code from pygame import mixer…