python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get Client's public ip address without using third party api in Blazor webassembly client side?
Currently I am using third party api to get client's ip-address in blazer webassembly client side. Is there any way to get the ip-address in blazor webassembly client side?
Kishan Jamariya
Votes: 0
Answers: 0
Increment the 3rd octet in excel by value of 4
I have a cell in excel with an ip address of 10.0.0.0 but I want to increment the third octet by 4. so the output of the next cell below will be 10.0.4.0
How can i make this happen without any complic...
Nixbox Arpanet
Votes: 0
Answers: 2
jQuery checking if IP address are within the range
I want to be able to check that two IP address are within the range. So if a user enter something like 10.10.10.0 and 10.10.10.10 then it will pass the validation and enter that address into the datab...
Jefferson
Votes: 0
Answers: 0
How to Have "Destination Host Unreachable" when pinging return a value of 1 and not 0
I am using python to code a program that will ping a device, and do nothing if it gets a response back from the device, but if it does not receive any response, it will send me an email to notify me t...
NSei
Votes: 0
Answers: 1