• Welcome to Valhalla Legends Archive.
 

GMail Accounts Get 2GB of Space!

Started by Newby, April 01, 2005, 11:21 AM

Previous topic - Next topic

Joe[x86]

function updateQuota() {
  if (!quota) {
    return;
  }

  var now = (new Date()).getTime();
  var i;
  for (i = 0; i < CP.length; i++) {
    if (now < CP[i][0]) {
      break;
    }
  }
  if (i == 0) {
    setTimeout(updateQuota, 1000);
  } else if (i == CP.length) {
    quota.innerHTML = 'Over ' + CP[i - 1][1];
  } else {
    var ts = CP[i - 1][0];
    var bs = CP[i - 1][1];
    quota.innerHTML = format(((now-ts) / (CP[i][0]-ts) * (CP[i][1]-bs)) + bs);
    setTimeout(updateQuota, 50);
  }
}

function format(num) {
  var str = String(num);
  var dot = str.indexOf('.');
  if (dot < 0) {
     return str + PAD;
  } if (PAD.length > (str.length - dot)) {
    return str + PAD.substring(str.length - dot);
  } else {
    return str.substring(0, dot + PAD.length);
  }
}


EDIT -- W00T! P4G3BR34K!
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.

Fr0z3N

You are currently using 42 MB (2%) of your 2055 MB.

Haha I find it funny that I have the most lol.

Lenny

Well everyone seems to be having problems filling their 2GB or so of space.  Well, no need to worry, there is a solution...

I, like some of you, believe google is playing a clever bluff.  Their outlook is that by the time a user even uses 200 MB of space, the technology will be there to support they space they promise now...

GmailFS (Linux)
http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
GMail Drive shell extension (Windows)
http://www.viksoe.dk/code/gmail.htm
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

iago

I'm currently using 181MB of a maximum of 1.50G.  Of course, I can repartition and get more, if I need to, but I don't see that happening anytime soon.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


MyndFyre

Meh.  The extent of the email use I get from Gmail is for school.  Most of the time I just email papers to myself.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

|