Phobia


As usual, was jobless at home with a new broadband connection , so chumma timepassing when i found this site

So some of them which i might have now or can develop any time is .

Agliophobia- Fear of pain.
Agrizoophobia- Fear of wild animals.
Altophobia- Fear of heights.
Decidophobia- Fear of making decisions. //Err , cant decide :)
Didaskaleinophobia- Fear of going to school. //Very rarely , on bio pracs days, not now
Dystychiphobia- Fear of accidents.
Hippopotomonstrosesquippedaliophobia- Fear of long words. // this word itself makes me scary
Iophobia- Fear of poison. //ofcourse who is not
Nosocomephobia- Fear of hospitals.
Ochlophobia- Fear of crowds or mobs.
Ophidiophobia- Fear of snakes. (Snakephobia) //who is not afraid of snakes
Papyrophobia- Fear of paper. //Just the exam papers , nothing else
Parasitophobia- Fear of parasites.
Pathophobia- Fear of disease.
Peladophobia- Fear of bald people. //yeah all my profs are bald
Philosophobia- Fear of philosophy.
Polyphobia- Fear of many things. // ???
Scolionophobia- Fear of school. // not now but 3 years before “yes”
Phobophobia- Fear of phobias. //After seeing the long list certainly “yes”

Hey come on, what happened to all those important stuff ,
Phobia of exams
Phobia of attendance
Phobia of getting caught in class
Phobia of teachers

Seems a lots is still missing in the list :)

Fscked up coz of coding :P

Sometime back, taggy showed me Google code search where one can search inside the source code.
And not surprisingly , the first thing he searched in source code was for “fsck” , “bitch”, and “porn” .
Actually both of us were not surprised with the results. Taggy infact went to the extent of creating a graph to compare the occurence of these words in the source code. :)

Seems the coders and getting more and more frust when there code does not work and they show all their frust in their source code . Maybe a grep for “fsck” will give more shocking results :P.

If you wann to see the stats of the occurence , check out taggy’s blog here

Some of the strange and nice things which i saw in the search were

1. sofia-sip-1.11.8/libsofia-sip-ua/su/sofia-sip/su_wait.h
88: #define SU_WAIT_CONNECT (FD_CONNECT)
#define SU_WAIT_ERR (0) /* fuck this shit */
#define SU_WAIT_HUP (FD_CLOSE)

2. linux-2.4.33.3/lib/vsprintf.c
8: /*
* Wirzenius wrote this portably, Torvalds fucked it up :-)
*/

3. CGI.pm-3.23/t/lib/Test/More.pm
381: else {
# Can’t use fail() here, the call stack will be fucked.
my $ok = @_ == 3 ? ok(0, $name )

4. twisted/names/authority.py
239: ORIGIN = line[1]
elif line[0] == ‘$INCLUDE’: # XXX – oh, fuck me
raise NotImplementedError(‘$INCLUDE directive not implemented’)

5. includes/htmlarea/plugins/SpellChecker/spell-check-ui.js
36: }
// we should use innerHTML here, but IE6′s implementation fucks up the
// HTML to such extent that our poor Perl parser doesn’t understand it

6.HTTP/Request.php
613: // magic quotes may fuck up file uploads and chunked response processing
$magicQuotes = ini_get(‘magic_quotes_runtime’);

7. Guppi-0.40.3/src/libguppidata/guppi-data-tree.h
40: should be treated as *read-only*. If you change them, you could
really fuck things up. */
typedef struct _GuppiDataTreeNode GuppiDataTreeNode;

8. Acme-Scurvy-Whoreson-BilgeRat-1.1/lib/Acme/Scurvy/Whoreson/BilgeRat.pm
59: ($backend && $backend->isa(“Acme::Scurvy::Whoreson::BilgeRat::Backend::$params{language}”)) ||
die(“For fuck‘s sake, the fucking backend’s fucked”);

48: die(“Read the fucking manual you shitwit and at least use the constructor right!”)
if(!$class || join(”, keys %params) !~ /^(language)?$/);

9. directory_administrator-1.4/src/main.c
48: // diradmin_user * fuck = NULL;
83: gtk_widget_show (mainwindow);
// fuckyou ();

10. src/libstdc++-v3/testsuite/27_io/ofstream_members.cc
88: bool test = true;
const char* strlit01 = “fuck war”;
const char* strlit02 = “two less cars abstract riot crew, critical mass/SF”;

Ofcourse i cannot copy paste all the 32,600 search results here :)

So do i swear when i write code ??
Of course i do , even i am a programmer right. While testing the sms code for the spider server, it used to creash often. Though i found out that i have not read the mysql manual properly , this is the source code i wrote to find the error.

cout << "Mysql Connected Successfully\n ";
update_query = Query(“INSERT INTO hari_feedback VALUES (”,’a',’b',’c',’d',’e',’f')”);
cout << "INSERT INTO hari_feedback VALUES ('','a','b','c','d','e','f')";
cout << "Query Returned " << update_query << endl;
if (update_query == NULL ) {
cout << "Fuck\n";
}

mysql_affected_rows (&sqlHandle);
if (pid == -1)
{ cout << "Query Failed\n";}
else
{ cout << "Success\n";}

And ofcourse a ls in the /tmp folder in the nosip folder shows this

fileXo1MAJ
fucku.py
fucku.xml
fuckyouman.py
fuckyouman.xml
fuckyou.py
fuckyou.xml
gcalc.py
gcalctool_log.xml
gcalctool.py
gcalctool.py~
gcalctool_run.xml
gcalctooltemp_log.xml
gcalctooltemp.

Seems even i am fscked up sometimes when it comes to coding :P

Spider SMS up and running


Hope the banner speaks the whole stuff. The spider sms is up and running .

When i started the work , thought the work will be easy and will be done in a two or three days but :-( so many seg faults ( though i have seen more seg faults in my ldtp work ) and handling mysql queries from C literally rapped me . :-( . The work took a long time more than i expected that i had to give the work to spider juniors also . Finally the work is done now . Hereafter we will have a few modifications here and there to make the system work better.

So how does the spider sms work . Hope the following explains everything


Well , now that spider sms server is working fine , ( with a few glitches here and there ) , one can access the time tables , his/her bunk scores and many other nice features using their mob ( for free of course ).

I am happy that i took up this work and finished it ( though is was manas’s idea ) . Had a good experience working with juniors . Had to make sure that they are happy with the work they do , that the work is being done , that they get to learn new stuff and of course that they feel that the work is fun etc etc . This is the first work in spider done as a team . All other work are individual efforts . Working in a spider team is as usual FUN .

Now no need to run to the bit room ( next roomie ) to find out the first class. I can as well use spider for this job ;-).

Check this out ;)

#define MAGIC “2acghilmoprs.@782C65173D5A1409B”
#define _(p,o,q) (t o#p[0])?(q)
#define __(p,o,q) _(p,o,t-q)
int main(){int t, i; for(i=17;i>0;i–)printf(“%c”, MAGIC[(((t=(MAGIC+14)[i-1])==’_')?62:_(.,==,63):_(@,==,64):__(a,>=,’a'+36):__(A,>=,’A'+10):(t-’0′))]);}