Tuesday, November 11, 2008

Devil's Advocate

Allegation 1:  You dont mingle well with people ?? Are you Anti-Social..  or something ??

Answer: Well.. these social groups .. and all are being made by people around you.. and i dont think I fit into the 'hey.. no work lets go to Back Canteen or  to Jhoops' .. category .. and or into the 'Are you coming for the new release .. today '.. category ...  sorry guys gimme a break..  I think  i feel more at ease  being in my room in front of my computer... than cracking stupid jokes.. or grinding  those gossip mills... and if i do have work with people .. i talk to them.. i mean  no point with those montonous Hi's and Hey's ...   i try to be genuine in my actions atleast..

Allegation 2 : You have this  'ATTITUDE'  Problem .. ?? 

Answer: I dont think so.. if u do think i always move with this ATTITUDE  tag then u need to consult a doctor  for sure . On a serious note.. i always have something running in my head all the time.. (like a thread.. in java .. but which doesnt sleep.. ) so i think even if i am physically present at a  place.. i dont care about people around  which some may interpret as this Attitude thing .

Allegation 3: You always seem serious ?

Answer: Not that i am serious .. it is just that i am more focussed on what i do .. and what i plan to do in life...  and hence there is a priority list in my life which i strictly try and adhere to.. 
so there are things that ought to be neglected..  which includes those NON-SERIOUS things too..


Allegation 4:  You didnot come to the Picnic or  to any social outing by the IT Dept?

Answer: Picnic.. .i couldnt attend because the previous day had .. the MS interview.. so a genuine and valid reason.. (was exhausted both physically and mentally)..  and in case of other outings.. i feel ..movie was a real bad idea . i cant stand movies in multiplexes (especially the ones in here)  i would rather watch 'em all at the comfort of my room.. and there are sections of people who rather love seeing me not coming to such outings.. and i oblige to them out of choice...


PS:People feel free to post your allegations .. too.. i ll try answering them .. these allegations were levelled against me .. at different time stamps.. so cant recollect them.. all..

Saturday, November 1, 2008

My very own Digital Signature

It feels good to have a unique Signature especially since most of ppl in TC have one..so found time to make this very unique Digital Signature..there  isnt much of obfuscation involved..only uses ASCII values and Bit Fiddling .. that too trivial ones..


#include "stdio.h"
main() {
int a=(1<<6),i,b=(a)>>2;
int c[]={b+2,-1,-1*(a>>3)-1,(b>>2)+1,-1*((a>>4)+1),b-((a>>5)+1),-1*(b+((a>>4)+1)),
(a>>2)+2,-1*(a-b+((b>>3)+1)),(a>>1)+(b>>1)+1,b,-1*(b+(a>>4)),(a>>3)+1,
-1*((a>>3)-1),-1*((b>>1)-(a>>5)),b+1,-1*((b+2)<<2)};
a++;
for(i=0;i<=(b)&& (a+=*(i+c)) && printf("%c",a);i++);
}