Posts by Haunter-z • 9 points
4 posts
-
0
votes3
answers1663
viewsQ: Nodejs error: A partials dir must be a string or config Object
I am sending standardized emails using nodemailer with nodemailer-express-handlebars ,but whenever I am trying to send an email, I am receiving the Error: A partials dir must be a string or config…
-
0
votes1
answer3403
viewsQ: error while running run-android with React-Native
Well, after managing to run the initial command and create the project(React-Native init ) and being with my android emulator running on the machine (Genymotion) but running run-android it accuses…
-
0
votes4
answers428
viewsQ: Receive various values and print only the 3 largest ones in c
Hello, I have an activity to be done that consists of receiving values and only stop receiving them when typing -1, then the program should display the 3 highest values typed as if it were a ranking…
-
-2
votes1
answer106
viewsQ: Help me with this while and switch code in C?
Well I did this code in college, where it receives two integers and as the User chooses it performs an arithmetic operation with these two numbers typed. I believe my logic is correct, it compiles…