No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
hi friends i want to develop a site which uses the google search results and modifies them on some conditions. now i need to know which API to use to get google search response. is there any way to get XML/JSON response from the google for user search. please guide …
hi all, i just doing Django..tried the first example in Django book...i encountered problem at admin page. it says that admin is not defined. i followed each step in tutorial and i am able to run django server also. pls help me to solve it. i am adding error output …
i am developing a social networking site as my project in college. i have a doubt on php and mysql.. """ I TWITTER OR FACEBOOK OR IN GMAIL WHEN THERE IS NO ACTION FROM USER(BROWSER) THAT IS, THE USER LOGS IN AND STAY STILL(NOT RELOADING THE PAGE). HOW CAN WE …
i am developing a social networking site as my project in college. i have a doubt on php and mysql.. """ I TWITTER OR FACEBOOK OR IN GMAIL WHEN THERE IS NO ACTION FROM USER(BROWSER) THAT IS, THE USER LOGS IN AND STAY STILL(NOT RELOADING THE PAGE). HOW CAN WE …
[code=c] #include<stdio.h> #include<conio.h> #include<string.h> void main() { int i,n,d,l,k,z,j; char a[100]; k=0; d=0; clrscr(); puts("enter the line"); gets(a); l=strlen(a); for(i=0;i<=l;i++) { if(a[i]==' '||a[i]=='\0') { k++; n=i-d; d=d+(n+1); z=0; if(z==0) { for(j=(i-n)+1;j<i;j++) { printf("%c",a[j]); } if(n!=0) { printf("%c",a[i-n]); printf("a "); } } } } getch(); } [/code] /*if satisfy with this …
The End.
chalasesha