Posts by codeinicial • 77 points
3 posts
-
2
votes1
answer737
viewsQ: Unity open external link
By placing the Unity file on the page I cannot redeploy the action to another page. What happens is that the new page opens inside the "frame" for the Unity file. using UnityEngine; using…
-
-1
votes1
answer94
viewsQ: Arduino DHT11 how to adapt to this code?
How can I use the dht11 sensor here? #include <SPI.h> #include <Ethernet.h> #include <SD.h> // size of buffer used to capture HTTP requests #define REQ_BUF_SZ 60 // MAC address…
arduinoasked codeinicial 77 -
1
votes2
answers536
viewsQ: hide the batch input through this file
I am trying to encrypt a folder hiding it, but when entering this code, it forwards me to batch to ask for the password, when I am entering it shows the password and does not hide it. cls @ECHO OFF…