+ Follow This Topic
Results 1 to 10 of 10

Thread: Love Calculator

  1. #1
    Join Date
    Dec 2006
    Posts
    11

    Love Calculator

    Are you interested in calculating your love quotient then follow this one ozoneball.com/Fun/LoveCalculator
    It was fun calculating for me .. I got whopping 84 % !!!

  2. #2
    Join Date
    Dec 2006
    Posts
    11
    lets start this thing to tell the percentage quotient with our bf/gf or the one we like ..

  3. #3
    King Zarathu's Avatar
    King Zarathu Guest
    Uh huh.

  4. #4
    Ellynn's Avatar
    Ellynn is offline Love Gurus
    "Hot Love Pancake(s)"
    Join Date
    Aug 2005
    Location
    Somewhere out there...
    Posts
    2,340
    Since I like two guys my results were 72% and 83%.

    Those things are kinda fun, but honestly I think they just tell you what you wanna hear.
    Appreciate the good times and learn from the bad times....


  5. #5
    King Zarathu's Avatar
    King Zarathu Guest
    Code:
    <!--
    
        function calculate (theform)
        {
            var Person1 = theform.name1.value;
            var Person2 = theform.name2.value;
            var Personen = Person1 + Person2;
            Personen = Personen.toUpperCase();
            var used = "";
            var position = -1;
            var count = 0;
            var akt = 0;
            var numbers = new Array (27);
            var a,i,j,k;
            
            for (a=0;a<27;a++) {
                numbers[a] = new Array(2);
                numbers[a][0]=numbers[a][1]=0;}
    
            for( ;; )
            {
                i = 0;
    
                ++position;
                if( position == Personen.length )
                {
                    akt = 1 - akt;
                    for( ;; )
                    {
                        j = 0;
    
                        position = 0;
                        j = 0;
                        for( i = 1; i <= count / 2; ++i )
                        {
                            temp = numbers[i][1 - akt] + numbers[count - i + 1][1 - akt];
                            if( temp > 9 )
                            {
                                numbers[i + j][akt] = 1;
                                ++j;
                                numbers[i + j][akt] = temp - 10;
                            }
                            else
                                numbers[i + j][akt] = temp;
                        }
                        if( count % 2 == 0 )
                            count =Math.floor( count / 2 + j);
                        else
                        {
                            numbers[Math.floor(count / 2 + 1 + j)][akt] = numbers[Math.floor(count / 2 + 1)][1 - akt];
                            count = Math.floor(count / 2 + 1 + j);
                        }
                        if( count <= 2 || count == 3 && numbers[1][1 - akt] == 1 && numbers[2][1 - akt] == 0 && numbers[3][1 - akt] == 0 )
                        {
                          
                            k = 0;
    
                            if( count == 3 )
                                k = 100;
                            else
                                k = 10 * numbers[1][akt] + numbers[2][akt];
                            theform.result.value=k+'%';
                            return;
                        }
                        else
                            akt = 1 - akt;
                    }
                }
                else
                {
                    i1 = 0;
    
                    aktb = Personen.charAt( position );
                    i1 = 0;
                    for( i = 0; i < used.length; ++i )
                    {
                        if( aktb == used.charAt( i ) )
                            i1 = 1;
                    }
                    if( aktb == ' ' )
                        i1 = 1;
                    if( i1 != 0 )
                        continue;
                    ++count;
                    used = used + aktb;
                    i = 0;
                    while( i < Personen.length )
                    {
                        if( aktb == Personen.charAt( i ) )
                            ++numbers[count][akt];
                        ++i;
                    }
                    continue;
                }
            }
        }
    
    //-->
    That's the algorithm that is used to calculate love. In other words,

  6. #6
    Join Date
    Jun 2006
    Posts
    103
    Yeah, I'm sorry guys but all those love tests are a load of crumb, a complete waste of time. I mean I'm all for wasting time, but there are much better ways to waste it.
    Posting pointless posts on random chat rooms for one. Now thats a truely awesome way to waste time!

  7. #7
    King Zarathu's Avatar
    King Zarathu Guest
    Yeah. Especially when the code is right there for you to steal. They could've at least used PHP to make the code seem magical.

  8. #8
    Join Date
    Oct 2005
    Posts
    45
    Wow I love Guns N roses 91.5 percent!

    It really does work.

  9. #9
    Join Date
    Dec 2006
    Posts
    11
    Whatever it was real fun for me .... infact the whole site is fun to browse i must say .. every1 knows how can u exactly predict but its fun ! isint ?

  10. #10
    Join Date
    Feb 2007
    Posts
    2
    bugger lol. 45&#37; for me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •