Posts by Apach3 • 25 points
8 posts
-
-3
votes0
answers13
viewsQ: Error in python compiler
nota = int(input()) if nota == 0: print('E') elif nota >= 1 and nota <= 35: print('D') elif nota >= 36 and nota <= 60: print('C') elif nota >= 61 and nota <= 85: print('B') elif…
-
0
votes0
answers20
viewsQ: How can I push Botton to turn on the display
I’m trying to make a display turn on but I need to push Botton first to start the count on the display.Can someone give a hint of how I should do? // configuração da pinos const int A = 2; const int…
-
0
votes1
answer51
viewsQ: Relationship between tables Aravel 5.5
I would like a suggestion on how to implement relation between tables in the Laravel using Migration. public function up() { Schema::create('professors', function (Blueprint $table) {…
-
0
votes1
answer135
viewsQ: Method of depreciated Mongoosis
I’m trying to make a connection with mblab but the connection method is deprecated. Version of the method is 4.9.7. What I need is 4.13.7. Structure: server.js const express = require('express');…
-
-2
votes1
answer877
viewsQ: failed to open stream
I separated the PHP code from the file register.php in directories includes/handlers with two files register-handler.php and login-handler.php, so I did <?php…
-
0
votes1
answer336
viewsQ: Hbs file does not redenrize
I’m making an application with backend Node.js and Handlebars. I’m having trouble rendering the file Hbs layout., I’ve run some tests on the archives server.js and main.js and the routes are ok.…
-
0
votes1
answer182
viewsQ: Bootstrap problem
I’m having trouble in index.html, but I don’t know how to fix it. It was for Mizuxe appear on the left but the opposite happens. Already my items: Home; About; Meet; The; Authors and Contact…
-
1
votes0
answers253
viewsQ: How to do Reverse Engineering in compiled xml file
Hi, I was wondering if it is possible to open a compiled Androidmanifest.xml file. The same file is in hexa.