Testing
Topic started by TFM Group (@ greed.cs.umass.edu) on Mon Feb 23 12:57:58 EST 1998.
All times in EST +10:30 for IST.
This is meant to be a thread just for test posts. You may go ahead and experiment with all your fancy tags. : )
Responses:
- Old responses
- From: .. (@ 216.127.68.137)
on: Sun Jan 4 11:21:43 EST 2004
.
- From: ambleen (@ 216.127.82.98)
on: Sun Jan 4 12:53:11 EST 2004
- From: . (@ 216.127.82.98)
on: Sun Jan 4 18:37:19 EST 2004
.
- From: C~P (@ 61.95.159.16)
on: Mon Jan 5 00:01:21 EST 2004
yov...ingenna Rangoli competition-a nadakkuthu?! ... poi velaiya paarunga pa!
- From: * (@ 161.114.64.74)
on: Mon Jan 5 11:12:47 EST 2004
paavam, margazhi timela kolam poda mudiyaadhu neeye podu-nnu wife velila thoratharaanga, practise panraar, avarai poyi thittalaama?
- From: C~P (@ 61.95.159.16)
on: Tue Jan 6 07:36:51 EST 2004
aiyayyo...ithellam allow panna koodaathu pa...appuram kolam poattu, naduvula maattu saani vechu, athukku alangaarama oru poo vaera veppaaru...ithellam thevaiya?
- From: * (@ 161.114.64.74)
on: Tue Jan 6 08:28:49 EST 2004
police-ku phone panni husband harassment case podalaama? ;)
- From: C~P (@ 61.95.159.16)
on: Tue Jan 6 08:49:25 EST 2004
enna kaetta?! ... avara kaelunga! :-)
- From: V (@ 192.91.75.29)
on: Tue Jan 6 16:09:15 EST 2004
- From: V (@ 192.91.75.29)
on: Tue Jan 6 16:13:23 EST 2004
http://www.hindu.com/fr/2004/01/02/images/2004010201401401.jpg
- From: c (@ 66.36.249.149)
on: Wed Jan 7 22:12:36 EST 2004
c
- From: * (@ 161.114.64.74)
on: Thu Jan 8 06:03:46 EST 2004
anniku oruthar 'e' potaar. 1 month kalichu 'c' kathukittaar. abc reverse-la pazhagaraanga pola
- From: Oottu IP (@ 202.9.164.113)
on: Mon Jan 12 01:32:35 EST 2004
idhu eppdi keedhu??? shwetha IP mattum varaati seri :)
- From: * (@ 202.9.164.113)
on: Mon Jan 12 01:33:31 EST 2004
hehe, not far from chinpooch's 202.9.180
anyway, good PC!! :)
- From: C~P (@ 61.95.159.16)
on: Mon Jan 12 01:55:23 EST 2004
ada ennaya ithu, yaar post panninaalum en IP maathiriye irukku?! :-)
- From: * (@ 161.114.64.71)
on: Tue Jan 13 10:06:46 EST 2004
summaa solla koodadhu, poochandy is omnipresent :)
- From: C~P (@ 61.95.159.16)
on: Tue Jan 13 12:09:58 EST 2004
kadavul unnilum irukkiraar, ennilum irukkiraar! :-)
- From: GOD (@ 199.43.32.22)
on: Thu Jan 15 10:30:16 EST 2004
O God
- From: Boy (@ 61.95.159.16)
on: Thu Jan 15 10:35:36 EST 2004
...please tell me who is the catcher in this very fine game, a e i o u and that is you!
- From: test (@ 202.54.153.21)
on: Wed Jan 21 02:08:44 EST 2004
test
- From: * (@ 161.114.64.74)
on: Wed Jan 21 08:39:20 EST 2004
labaku ennamo pudhusa practise panraar..DF-la gavanama irukkanum :)
- From: senthilv (@ 67.66.183.115)
on: Fri Jan 23 13:53:20 EST 2004
hmm...I wonder!
- From: test (@ 199.43.48.22)
on: Wed Jan 28 14:11:02 EST 2004
re
- From: 1 (@ 211.18.209.18)
on: Thu Jan 29 14:11:35 EST 2004
1
- From: pradeep (@ 12.162.224.6)
on: Fri Jan 30 04:04:53 EST 2004
test
- From: test (@ 207.44.154.35)
on: Sat Jan 31 11:36:56 EST 2004
test
- From: test (@ 216.240.138.3)
on: Sun Feb 1 12:09:54 EST 2004
test
- From: t (@ 216.240.138.3)
on: Sun Feb 1 12:10:21 EST 2004
t
- From: e (@ 216.127.82.99)
on: Sun Feb 1 12:18:12 EST 2004
e
- From: 1 (@ 63.227.76.25)
on: Sat Feb 14 18:20:46 EST 2004
1
- From: magix (@ 61.247.243.106)
on: Sun Feb 15 06:13:36 EST 2004
Test
- From: magix (@ 61.247.247.206)
on: Wed Feb 18 12:54:02 EST 2004
my first serious C program... :)
HOLLYWOOD!
#include
#include
#include
#include
#include
struct string
{
char n[25];
};
void main()
{
char a, str[10][30]={"true lies","terminator","honey i blew up the kids","mission impossible","the mask","bruce almighty","matrix reloaded","speed","finding nemo","ice age" };
int f,i,b,l,r,c=0,p=5,check=0,con=0,test;
randomize();
r=random(4);
textbackground(BLUE);
l=strlen(str[r]);
printf("%d",l);
clrscr();
gotoxy(1,1);
printf(" welcome to the game of hollywood\n\n\n");
for(i=0;i{
if(str[r][i]==' ' || str[r][i]=='\0')
{
con=con+1;
printf("/");
}
else
{
printf("-");
}
}
gotoxy(40,4);
printf("hollywood\n");
do
{
printf("enter the letter:");
a=getche();
f=0;
for(i=0;i{
if(str[r][i]==a)
{
f=f+1;
check=check+1;
gotoxy(i+1,4);
printf("%c",a);
}
}
if(f==0)
{
c=c+1;
gotoxy(39+c,4);
printf("*");
}
p=p+1;
gotoxy(1,p);
if(c==9)
{
test=1;
}
else
{
if(check==l-con)
{
test=1;
}
}
}while(test!=1);
gotoxy(40,20);
if(c==9)
{
printf("Too bad!! LOSER!");
}
else
{
printf("Congratulations!!");
}
getch();
}
copyrights 2004 "magix and logix" ;)
- From: magix (@ 61.247.247.206) on: Wed Feb 18 12:57:25 EST 2004
and yeah..
include -
stdio.h
conio.h
stdlib.h
time.h
string.h
:)hehe
- From: magix (@ 61.247.247.206) on: Wed Feb 18 13:05:11 EST 2004
DAMN!
so many errors! :(
lemme retry... and yeah.. angle brackets dont appear on the screen! :(.. they get counted as HTML tags!!
#include"stdio.h"
#include"conio.h"
#include"stdlib.h"
#include"time.h"
#include"string.h"
struct string
{
char n[25];
};
void main()
{
char a, str[10][30]={"true lies","terminator","honey i blew up the kids","mission impossible","the mask","bruce almighty","matrix reloaded","speed","finding nemo","ice age" };
int f,i,b,l,r,c=0,p=5,check=0,con=0,test;
randomize();
r=random(10);
textbackground(BLUE);
l=strlen(str[r]);
printf("%d",l);
clrscr();
gotoxy(1,1);
printf(" welcome to the game of hollywood\n\n\n");
for(i=0;i {
if(str[r][i]==' ' || str[r][i]=='\0')
{
con=con+1;
printf("/");
}
else
{
printf("-");
}
}
gotoxy(40,4);
printf("hollywood\n");
do
{
printf("enter the letter:");
a=getche();
f=0;
for(i=0;i {
if(str[r][i]==a)
{
f=f+1;
check=check+1;
gotoxy(i+1,4);
printf("%c",a);
}
}
if(f==0)
{
c=c+1;
gotoxy(39+c,4);
printf("*");
}
p=p+1;
gotoxy(1,p);
if(c==9)
{
test=1;
}
else
{
if(check==l-con)
{
test=1;
}
}
}while(test!=1);
gotoxy(40,20);
if(c==9)
{
printf("Too bad!! LOSER!");
}
else
{
printf("Every dog has it's day! Congratulations! today it's yours!");
}
getch();
}
hope i got it right this time!
copyrights 2004 "magix and logix" ;)
- From: magix (@ 61.247.247.206) on: Wed Feb 18 13:09:59 EST 2004
aaargghhh
i give up..
i cant even type "lesser than" symbol w/ it getting erased! :(
- From: Kamban(std nick for Computer master in any school) (@ 161.114.64.72) on: Fri Feb 20 09:26:13 EST 2004
Total marks: 100
Marks obtained: 7
Result: Fail
;-)
- From: w (@ 157.80.66.25) on: Sat Feb 21 18:59:24 EST 2004
w
- From: curses (@ 61.247.245.68) on: Wed Feb 25 10:35:48 EST 2004
What the hell is wrong here?!?!
Computer, Movie, Album, Single... their all getting displayed as links!!!
- From: d (@ 210.178.0.131) on: Tue Mar 2 10:05:07 EST 2004
1234
- From: Secretary (@ 161.114.64.75) on: Thu Mar 4 17:10:09 EST 2004
trespassers increasing here, fee podanum enter panna!
- From: senthilv.com (@ 68.88.74.83) on: Sun Mar 7 04:29:13 EST 2004
This particular post is getting messed up in the other thread. So, I am just testing it. Ignore the following posting.
Anand -> My only inference is, again, that the more you learn about an art form (music/painting/dance) the more you appreciate it
First, thanks for trying to "educate" me, FYI, I am into all kinds of art forms. To set a platform straight for further discussion, I have to brag a little abt me (Pardon me folks).
I have won "popular" dance competition in school and college. I've learnt a bit of Bharatnatyam from my sister. I've learned painting, color theory and have done oil painting and body painting. I have won photography contests. I am also a writer/editor/film director. I have done music videos and the short film "X" directed by me was shown in Asian film festival Dallas and South asian film festival(so far). Moreover, I am a avid (obessed) music listener and love every genre including WCM. I am very interested in WCM theories and I do have Beethoven collections with me. Lastly, the sad part, I am also a software architect :)
Back to discussion.
Anand -> well, you surely know one. The name is Beethoven. He used to laugh at people who cried when he played the piano. And, about long standing impact ... his influece lasted for about 200 years and is still going ...
Beethoven is not a theoritical\mathematical musician and you picked the wrong example. I am not saying this, but the biography of Beethoven from two different links (sources) say it. His symphonies are infact inspired and directly related to his life struggles and situation he was in. Please check these links.
http://w3.rz-berlin.mpg.de/cmp/beethoven.html
http://ndnd.essortment.com/beethovenbiogra_rxef.htm
Anand -> I am not belittling any form of music. The fact that you take it that way means that you havent understood what I wrote earlier.
Ok. Did I misunderstand??? Because you followed up a qualitative judement in the following paragraph.
Anand -> But to say, for example, that classical music has more depth than film music (any major film composer would agree), is objective analysis. . This requires an "educated" and more importantly, attentive listener. remember that this is not to belittling film music or the composer. It is just the way these forms are.
The depth that your talking about is irrelevant because music is primarliy received through one sense--ears. Film music(onscreen) on the other hand is received through two sense-- eyes (primary) and ears(secondary). This is the fundamental difference in these two forms and the parameters to measure the depth in these forms are different.
OK. you agree, it is indeed two different forms of music (apples and oranges) then why do you have to compare them? I can *understand* if you compare classical music with classical music. Why do have to compare classical music with film music? I am yet to see you talking about theories that crossover from WCM form to the other. So, if belittling is not your intention then what is really your intention for the comparison? It would help the discussion.
- From: magix (@ 203.101.36.117) on: Sun Mar 7 08:50:48 EST 2004
test 1
- From: magix (@ 61.247.247.206) on: Wed Feb 18 12:57:25 EST 2004
List all pages of this thread
Post comments
Sections:
Home -
TFM Magazine -
Forum -
Wiki -
POW -
oPod -
Lyrics -
Pictures -
Music Notes -
Forums: Current Topics - Ilayaraja Albums - A.R. Rahman Albums - TFM Oldies - Fun & Games
Ilaiyaraja: Releases - News - Share Music - AR Rahman: Releases - News - AOTW - Tweets -
Discussions: MSV - YSR - GVP - Song Requests - Song stats - Raga of songs - Copying - Tweets
Database: Main - Singers - Music Director's - Lyricists Fun: PP - EKB - Relay - Satires - Quiz
Forums: Current Topics - Ilayaraja Albums - A.R. Rahman Albums - TFM Oldies - Fun & Games
Ilaiyaraja: Releases - News - Share Music - AR Rahman: Releases - News - AOTW - Tweets -
Discussions: MSV - YSR - GVP - Song Requests - Song stats - Raga of songs - Copying - Tweets
Database: Main - Singers - Music Director's - Lyricists Fun: PP - EKB - Relay - Satires - Quiz