新規登録

ウィジェット » Fun and Games » The Love Calculator

The Love Calculator V1.7 2006/06/28 16:00:37

The Love Calculator!

Find out if things will work, or wont.


コメント 27 通

ページのトップからログインしコメントする

1 - 27 中 20

How about a "Hate Calculator" ?

Vows 作 , # 2009/03/30 17:12:29

gg + 2s = ^-* % (hehe, i like it)

doctorherbalhappy 作 , # 2009/02/15 12:37:50

It is interesting

timemanagement 作 , # 2009/02/14 15:11:15

If Adam + Eve= 75%, I don't feel bad with my wife and I at 61%!

doguard57 作 , # 2008/05/11 19:43:43

i cant belive it i went on a love calculator and i got 99.9% with someone i dont even like

gemma 2007 作 , # 2007/05/03 10:26:20

Ha! Dima + Olga = 18%
Dmitriy + Olga = 81%
I like it, but Dima = Dmitriy in russian. :smile:

Sondatra 作 , # 2007/02/03 23:44:06

George Bush + Osama bin Laden = 8%
Microsoft + Internet Users = 96% :irked:

aleksanteri 作 , # 2006/10/21 12:37:23

Opera + Firefox = 66% :o:

seifip 作 , # 2006/10/09 21:40:22

Billy + Mandy = 13%
Starfire + Robin = 86%
Beastboy + Raven = 9%
Milk + Cookies = 82%
Cheese + Chocolate = 99% (Hm...)

SilvaKai 作 , # 2006/10/08 2:36:03

Hehehehehe. I put in "Jennifer and Brad" which got 90%. Then I did "Angelina and Brad" which got 8%.

Not feeling so bad about my 32% now. :wink:

Caution 作 , # 2006/08/17 21:10:42

the long the name the higher the score

mjcantrill 作 , # 2006/07/25 11:21:06

Need better understanding of how it works. Does it change if you put the same persons name in every day? Is it like a mood ring, where the percentage for the same names changes each day? It's cute but wish it have more sparks.

blaxtiger 作 , # 2006/07/23 18:43:41

This is very accurate
Tony Blair & George Bush scored 88% :smile:

Captain Insaneo 作 , # 2006/07/23 17:32:07

2 is 50
1 is 49
d means zero
if you add a d before any name there will be no difference
dSmith=Smith
2 and 1 loves eachother much!

作 , # 2006/07/17 21:27:31

GeeZus...I think if you enter your first and last names your get a higher ranking. We were at 4%with just our first name.....80% with first and last (not married)

ratface35

ratface35 作 , # 2006/07/05 19:06:33

I entered my name and my ex-husband's name and came up with 0% - so it was spot on.

Miss Chicken 作 , # 2006/07/04 10:56:52

The reason it's not possible to enter text on the left side of the text input fields is the overlaying graphics (His/her name, Your name). Style beats function here.

Demonstro 作 , # 2006/07/03 11:26:13

Here's the calculation function. No magic. And nobody will get 100%.

function calculatePercentage(string1, string2) {
var val1 = hashIt(string1.toLowerCase());
var val2 = hashIt(string2.toLowerCase());

var percentage = ( (val1 + val2) % 100);

if (percentage == 100) percentage--; // Nobody's perfect ;-)

return percentage;
}


function hashIt(string) {
var val = 0;

for (i = 0; i < string.length; i++) {
val = 37 * val + string.charCodeAt(i);
}

return val;
}

The Opera guy who wrote this should know that (val1 + val2) % 100 is a number between 0 and 99, so the comparison with 100 is useless.

ionutalexchitu 作 , # 2006/07/02 11:39:09

I have not tried this widget under other operating systems, but under Mac OS X 10.4.7, the text entry is very strange: you need to click the far right sides of the text fields, after which the parser appears to the right of the corresponding field and the text is right-aligned. The right-alignment might be as designed, but the positioning looks accidental (the "Timestamp Converter" widget also has text box issues under Mac OS X).

If you are using a Mac, perhaps your text issues are the same as mine, "Fred100".

Brian Sexton 作 , # 2006/07/02 7:38:38

Doesn't seem to work at all - can't type names in.

Fredd100 作 , # 2006/07/01 15:24:27

  1. ページ:
  2. 1
  3. 2

Copyright © 2001 - 2009 Opera Software. All rights reserved. About | Contact | Privacy | Disclaimer |