Math.ceil10(55, 2) returns 100 where 2 expresses an exponent for 10^2. Besides of logarithmic adjustment we can use modulo based adjustment. It is almost the same as above but uses an arbitrary number for adjustment.
Math.ceil10(55, 2) returns 100 where 2 expresses an exponent for 10^2. some-command-with-many-arguments | another-lomg-command-with-its-own-arguments | etc | etc | etc
(
some-command-with-many-arguments
) | (
another-long-command-with-its-own-arguments
) | etc | etc | etc
if-else and for statements) but did not realised right now. ^ at the very ending of the line because you have to look after that this character is in the lastest character of the line. See the same example with the esacaping character:some-command-with-many-arguments | ^ another-long-command-with-its-own-arguments | ^ etc | etc | etc
some-command-with-many-arguments \ | another-long-command-with-its-own-arguments \ | etc | etc | etc
.gz/.bz2 files is available.
curl ifconfig.meor wget
wget -qO - ifconfig.me/ip
var xmlhttp = new ActiveXObject('Microsoft.XMLHTTP');
xmlhttp.open('GET', 'http://ifconfig.me/ip', false);
xmlhttp.send();
var ip = xmlhttp.responseText;
JS+XML
var xmlhttp = new ActiveXObject('Microsoft.XMLHTTP');
xmlhttp.open('GET', 'http://ifconfig.me/all.xml', false);
xmlhttp.send();
var ip = xmlhttp.responseXml.getElementsByTagName('ip_addr')[0].text;
Having JSON library you can read and parse JSON data:
var xmlhttp = new ActiveXObject('Microsoft.XMLHTTP');
xmlhttp.open('GET', 'http://ifconfig.me/all.json', false);
xmlhttp.send();
var data = JSON.parse(xmlhttp.responseText);
var ip = data.ip_addr;
Dim xmlhttp, ip
Set xmlhttp = CreateObject("Microsoft.XMLHTTP")
xmlhttp.open "GET", "http://ifconfig.me/ip", False
xmlhttp.send
ip = xmlhttp.responseText
Date.parse. Отличие заключается в том, что корректно обрабатывает строки, содержащие миллисекунды.
IWebBrowser2 (ссылка: IWebBrowser2 Interface). Объект хранит в себе данные даже после завершения всех скриптов, практически как буфер обмена, и может служить как средство обмена данными и объектами между скриптами.