Disclaimer: This is completely a work made under exceptional circumstances when my mind is unable to think and there is a derth of ideas.Hence anything I write from now onwards may be treated as a pure work of frustration that has nothing to do with my original personality.
Though you might get a feeling that its the hooch that's making me write this way,i assure you I don't need that to talk senselessly.
The Big Question:She loves me,she loves me not
This one question that has haunted thinkers,philosophers,poets,writers,plumbers,engineers,professors(i.e. before they turned into warlocks) and every possible profession alike.
She loves me ,She loves me not?
Here in a span of few seconds i am going to shatter the sensibility of this question by the
OMG theorem.
The OMG theorem
There is no possible way in this world to know whether your crush will ever say "I love you" to you irespective of how handsome you are,how high your salary goes,or even how many A+ you have embedded in those grade sheets.
The proof:
I assume that you are familiar with the
hello world problem.
Lets assume that there exists a way to know if your crush will ever say those 3 golden words (in the right order obviously) to you.Lets assume without any loss of generality that the only reason why she would do that is a subset of all the qualities(physical,emotional,material etc) in you.Thus we can reframe the problem as,given a girl which is fed a boy as an input (cool just imagine this scene :P) will she ever chose to become her life partner.
Lets assume there is a way to know that.So all we have to do is to change the meaning of sentences in English.Let's swap the meaning of hello world with that of I love you....And poof...Since you can solve the SHE LOVES ME NOT problem you have the solution to the Hello World Problem.But as a very respected gentleman had once said,
you can't solve the Hello World Problem,You can't solve the DOES SHE LOVE ME problem.As simple as that.Its another thing if you can somehow convince that gentleman to drop this stupid rule that comes between you and your lover.:)
And just now I have solved the biggest problem of man kind.You may thank me later by the way.
And with this proof i hope i have exposed the truth of those cheaply made websites that claim to give numbers to your love,merely by asking your and her (poor she) name.These sites merely exploit the fact that you are common people with very very ordinary thinking capacity(and that i am arrogant muddle head).I feel its an offence equivalent to
shaving a cat to drag mathematics into a problem which is unsolvable and that too by using only two variables(the respective names)
With this brilliant theorem i leave my ecstatic readers to enjoy this night of freedom.I also assume you will now delete those love calculator bookmarks.And god please spare those petals.You can just count the number of petals......
Here is the code that can do that...plz spare those lovely petals.
scanf("%d", &num_petal);
if(num_petal%2==0) puts("she loves me not");
else puts("she loves me");
Before signing off i will give my newly acquired fans(and haters) a wonderful application of multi-threading(you see my thoughts don't remain in one place).I thought of this idea when one of my senior was teaching multi-threading to me.
Here's the pseudo-code
volatile bool flag=false;
declare new thread Bachelor
{
bool cond=false;
while (cute girls available)
{
find next cute girl
if(cute_girl.distance<VISIBLE RANGE)
{
brag about your self
check out your hair clothes etc every 10 sec
try to check if she looks at you
look for a reason to talk(ask the time dammit)
if(talk==successful) Be happy :)
}
}
}//end of bachelor thread
Main thread()
{
execute bachelor thread;
while(flag!=true) {
wait for mr.fate to find you the miss perfect
if you meet the "miss perfect for me" flag=true //congo <3
}
kill thread bachelor
delete the list of pretty girls from your memory
wipe all proofs of your adventures as a bachelor(Especially the inbox,contacts etc)
Enjoy a life full of compromises
} //end of main thread