I noticed some users do this eg:
Sub GetMaxValue(arrInt() As Int) As Int
If arrInt.Length = 1 Then Return arrInt(0)
Private i As Int 'not sure what the point/benefit is of declaring this with Private
Dim iResult As Int
iResult = arrInt(0)
For i = 1 To arrInt.Length - 1...
I'm trying to port a Python implementation which is used for turning on/off Wifi TP-Link P100 wall plugs or light bulbs.
The way to turn the P100 on or off is in the following order using htpp requests:
- handshaking by means of a key pair (private and public)
- login by username...
Hi guys :)
i have made a little program whit private key.
i want to compile in Release(obfuscated) but i get an error during the release compiling .
thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.