Surinam

Results 35 comments of Surinam

Putty. Debian 8 x64 Node v6.10.2

Hey. Google tightened the restrictions and now from a single IP address can make very few queries. I added the use of a proxy server (IPv4, IPv6). Maybe my solution...

Hey. Google tightened the restrictions and now from a single IP address can make very few queries. I added the use of a proxy server (IPv4, IPv6). Maybe my solution...

Hey. Google tightened the restrictions and now from a single IP address can make very few queries. I added the use of a proxy server (IPv4, IPv6). Maybe my solution...

Hey. Google tightened the restrictions and now from a single IP address can make very few queries. I added the use of a proxy server (IPv4, IPv6). Maybe my solution...

Hash from the URL or from the site content? ``` sha1('https://hello.com/world', function (hash) { console.log(hash) > 6b1c01703b68cf9b35ab049385900b5c428651b6 }) ``` OR ``` sha1(' ...', function (hash) { console.log(hash) > 6b1c01703b68cf9b35ab049385900b5c428651b6 })...

Thank you, Carlos. I'm going to try now.

I use ExpressJS. ``` ... html = '' + 'Hello World' + '' + ''; console.log('crypto: ' + crypto.createHash('sha1').update(html).digest('hex')); res.send(html); console.log('crypto: ' + crypto.createHash('sha1').update(html).digest('hex')); ... ``` Console.log: ``` crypto: 9b7f042794922f59decf62221dde4dca0b18524e...

Browser auto add `...` Ohh, I have many elements on website. Every restart - new hash. My code on browser and server != code on document.documentElement.innerHTML. Browser/server: ``` ``` innerHTML:...

`Every restart - new hash.` The social network widget automatically changes to a random value. But even if I refuse the widget, the problem is that the code is different...