Jump to content
AsalT

The Internet in Real-Time

Recommended Posts

Bullshit! Este doar o presupunere, ei nu parseaz? datele alea ci doar le "inventeaz?".


var numSecs = 0;

window.setInterval(function () {
numSecs++;
$timer.text(numSecs);
$graphics.each(function () {
var countNum = $(this).data().count;
$(this).closest('.rowT').find('.time-calc').text(numSecs * countNum);
$(this).closest('.text-bottom').find('.time-calc-bottom').text(numSecs * countNum);
});

$graphics1.each(function () {
var countNum = $(this).data().count;
$(this).closest('.text-bottom').find('.time-calc-bottom1').text(numSecs * countNum);
});

}, 1000);

Link to comment
Share on other sites

Site-urile acestea au la baza doar niste informatii statistice, pe baza cestora nu fac decat niste contoare care se incrementeaza cu o anumita valoare la fiecare x secunde, si aia e. Intrati pe pagina de mai multe ori si o sa observati ca de fiecare data primele valori sunt aceleasi, sau aproape aceleasi.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...