Posts by Paulo Rogério • 44 points
4 posts
-
1
votes1
answer47
viewsA: Danger signal on a var in C
You are using printf as the return of the ant_suc function, which has been defined as void type and does not expect return of any kind. Declaring the ant_suc function of the form below should solve…
canswered Paulo Rogério 44 -
0
votes0
answers23
viewsQ: nodejs - http/https request asynchronous
I am trying to assemble a module containing a function of http/https request based on the URL informed, but in the main module I get no output. get js. const https = require('https') const http =…
-
0
votes2
answers51
viewsA: How to insert a value filtered by SELECT within an UPDATE query in the PHP script
Rafael, I think it would be possible to optimize the code also by populating the Abels and hyperlinks within the while itself, dispensing with the creation of the $data and foreach array.…
-
1
votes0
answers95
viewsQ: SNMP problem in C#
I am developing an application that performs collections SNMP on a given server. I am using the library SnmpSharpNet. I’m getting to do the normal snmpwalk in a certain OID. However, there is a OID…