General Discussion Off-Topic Discussion and Enlightenment

programming

Thread Tools
 
Search this Thread
 
Old 05-20-2005, 07:08 PM
  #11  
1.5 BAR
 
PoorMansPorsche's Avatar
 
Join Date: Dec 2002
Posts: 1,230
Default Re: programming

get out of here with this ----.. this isnt www.homemadedomy-------homework.com
PoorMansPorsche is offline  
Old 05-20-2005, 08:38 PM
  #12  
1.0 BAR
 
redteg94's Avatar
 
Join Date: Mar 2005
Posts: 248
Default Re: programming

www.planetsourcecode.com
free sources
redteg94 is offline  
Old 05-20-2005, 09:26 PM
  #13  
3.0 BAR
 
kain's Avatar
 
Join Date: Sep 2003
Posts: 5,448
Default Re: programming

Originally Posted by Kyle
#include <stdio.h>
int main(void)
{
char s[40];
printf("all your base are belong to us\n")
printf("Input what to take off all of: ");
scanf("%s",s);
if (strcmp(s,"zig")==0)
printf("correct\n");
else
printf("you suck\n");
return(0);
}
peter@linux:~/Desktop> sh 666.c
666.c: line 2: syntax error near unexpected token `('
666.c: line 2: `int main(void)'
peter@linux:~/Desktop>

kain is offline  
Old 05-20-2005, 09:42 PM
  #14  
0.0 BAR
 
J-SMITH69's Avatar
 
Join Date: Dec 2002
Posts: 0
Default Re: programming

Originally Posted by kain
Originally Posted by Kyle
#include <stdio.h>
int main(void)
{
char s[40];
printf("all your base are belong to us\n")
printf("Input what to take off all of: ");
scanf("%s",s);
if (strcmp(s,"zig")==0)
printf("correct\n");
else
printf("you suck\n");
return(0);
}
peter@linux:~/Desktop> sh 666.c
666.c: line 2: syntax error near unexpected token `('
666.c: line 2: `int main(void)'
peter@linux:~/Desktop>

missed a ; on lkine 2 :-p
J-SMITH69 is offline  
Old 05-20-2005, 09:50 PM
  #15  
3.0 BAR
 
kain's Avatar
 
Join Date: Sep 2003
Posts: 5,448
Default Re: programming

int m=754974721,N,t[1<<24],a,*p,i,e=30295789,j,s,b,c,U;f(d){for(s=1<<23;s;s/=2,d=
d*1LL*d%m)if(s<N)for(p=t;p<t+N;p+=s)for(i=s,c=1;i; i--)b=*p+p,p=(m+*p-p)
*1LL*c%m,*p++=b%m,c=c*1LL*d%m;for(j=0;i<N-1{for(s=N/2;!((j^=s)&s);s/=2);if(++i
<j)a=t[i],t[i]=t[j],t[j]=a;}}main(){*t=2;U=N=1;while(e/=2){N*=2;U=U*1LL*(m+1)/2%
m;f(362);for(p=t;p<t+N*p++=*p*1LL**p%m*U%m;f(415 027540);for(a=0,p=t;p<t+Na+=
*p<<(e&1),*p++=a%10,a/=10;}while(!*--p);t[0]--;while(p>=t)printf("%d",*p--);}

see if your computer likes that one. lol.

randome, please explain, its clearly there.

oo now i see it. damn you.
kain is offline  
Old 05-20-2005, 09:54 PM
  #16  
3.0 BAR
 
kain's Avatar
 
Join Date: Sep 2003
Posts: 5,448
Default Re: programming

peter@linux:~/Desktop> gcc -o allyourbase ayb.c
peter@linux:~/Desktop> ./allyourbase
all your base are belong to us
Input what to take off all of: lol
you suck
peter@linux:~/Desktop> ./allyourbase
all your base are belong to us
Input what to take off all of: your such a dumbass!!
you suck
peter@linux:~/Desktop>
kain is offline  
Old 05-20-2005, 09:59 PM
  #17  
0.0 BAR
 
J-SMITH69's Avatar
 
Join Date: Dec 2002
Posts: 0
Default Re: programming

i hate c

#include <stdio.h>

int main(void){

char ans[80];

printf("Kain is a pimp? [y/n] ");
scanf("%s", ans);

if(strcmp(ans, "y") == 0){
printf("\nVery smart you are\n");
}
else{
printf("\nLuke i am your father.\n");
}

return 0;

}
J-SMITH69 is offline  
Old 05-20-2005, 10:04 PM
  #18  
0.5 BAR
 
Boost Creep's Avatar
 
Join Date: Mar 2005
Posts: 194
Default Re: programming

Originally Posted by Dr.Boost
What in the ---- is going on around here? I think we need some **** posted or something.


kinda weak i know
Boost Creep is offline  
Old 05-20-2005, 10:08 PM
  #19  
0.0 BAR
 
J-SMITH69's Avatar
 
Join Date: Dec 2002
Posts: 0
Default Re: programming

basic owns

DIM kain$


CLS
INPUT "Is Kain a pimp [y/n] ", kain$
SELECT CASE kain$
CASE "y":
PRINT "You are a bionic nerd, made from parts of lesser nerds."
CASE ELSE:
PRINT "How do you explain HMT to your invisible gf?"
END SELECT

END

J-SMITH69 is offline  
Old 05-20-2005, 10:21 PM
  #20  
3.0 BAR
 
kain's Avatar
 
Join Date: Sep 2003
Posts: 5,448
Default Re: programming

Originally Posted by random-strike
PRINT "You are a bionic nerd, made from parts of lesser nerds."
lol.

you stole that from the starwars video.


lbl 1
disp "Randome strike is gay"
goto 1
kain is offline  


Quick Reply: programming



All times are GMT -5. The time now is 11:26 AM.