C# C# Word Count: 81(words) Read Count: 1(minutes)
C# C#, sqlite Word Count: 478(words) Read Count: 2(minutes)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| public class client { public string GeturlIP(string URL){ string IP = string.Empty; try{ IPHostEntry ipinfo = Dns.GetHostEntry(URL); foreach(IPAddress IPADDRESS in ipinfo.AddressList) { IP = IPADDRESS.ToString(); } } catch {} return IP; } }
|
C# C# Word Count: 44(words) Read Count: 1(minutes)
linux linux Word Count: 158(words) Read Count: 1(minutes)
shell linux, shell Word Count: 769(words) Read Count: 3(minutes)
python python, selenium Word Count: 210(words) Read Count: 1(minutes)
linux linux, terminal Word Count: 449(words) Read Count: 2(minutes)
linux►c/c++ daemon, linux Word Count: 1.5k(words) Read Count: 5(minutes)