Posts by Odelam Sá • 72 points
3 posts
-
1
votes1
answer722
viewsA: Update Ode.js in Ubuntu
install using the nvm. Run these commands on the terminal: sudo apt-get update and then: sudo apt-get install build-Essential libssl-dev To download the NVM installation on Github type this code…
-
2
votes1
answer70
viewsQ: SQL Reporting Services: Problems with Arrows on the Chart
I’m having a problem, I can’t remove these arrows in Reporting Services in Visual Studio 2013.…
reporting-servicesasked Odelam Sá 72 -
0
votes1
answer149
viewsQ: I made a very simple game in Python but it goes into an infinite loop, could someone please help me with this?
#jogo do adivinha# resp = 1 i = 5 x = 0 print ("Tente adivinhar o Número que eu estou pensando.") print ("Você só tem 5 chances e o número está entre 0 e 100.") while resp != 0: print ("") try:…