Who cares about earthquakes? Pete Postlethwaite is dead.
Re: Off Topic
Posted: Mon Jan 03, 2011 4:17 pm
by iHeckler9
DesLife wrote:There's a Funny Pics topic.
This is the Off Topic section and I decided to go...Off Topic.
Re: Off Topic
Posted: Mon Jan 03, 2011 6:06 pm
by Haruka
spiraldoor wrote:Who cares about earthquakes? Pete Postlethwaite is dead.
Ouch...
It reminds me a Portuguese actor and comedian that died for the same cause in the last year. I was shocked when I heard the news.
Re: Off Topic
Posted: Wed Jan 05, 2011 7:03 pm
by timoo
Let me tell you something extremely fun:
البرنامج بلغه c
عمل البرنامج
ضع اي رقممان تريد
تقوم بالاختيار بين الجمع الطرح الضرب القسمه
#include <stdio.h>
void main()
{
تعريف القربل
int a,b,c,sum,sub,prod,div;
امر الادخال
printf("\nplease inter the farst number");
طلب الادخال الاول
scanf("%i",&a);
طلب الدخال الثاني
printf("\nplease inter the scand number");
امر الادخال الثاني
scanf("%i",&b);
اختر
printf("\n 1 sumation");
printf("\n 2 subtion");
printf("\n 3 miltplication");
printf("\n 4 prodact");
printf("\n enter any case you want ");
ضع اي رقم
scanf("%i",&c);
قاعده
switch(c)
{
case 1:
sum = a + b;
printf("\n total is equal =%i",sum);break;
case 2:
sub = a - b;
printf("\n subtion is equal =%i",sub); break;
case 3:
prod = a * b;
printf("\n prod is equal =%i",prod); break;
case 4 :
div = a / b;
printf("\n divtion is equal =%i",div); break;
defoult : printf("\n empty");break;
}
}
الالبرنامج من غير شرح
#include <stdio.h>
void main()
{
int a,b,c,sum,sub,prod,div;
printf("\nplease inter the farst number");
scanf("%i",&a);
printf("\nplease inter the scand number");
scanf("%i",&b);
printf("\n 1 sumation");
printf("\n 2 subtion");
printf("\n 3 miltplication");
printf("\n 4 prodact");
printf("\n enter any case you want ");
scanf("%i",&c);
switch(c)
{
case 1:
sum = a + b;
printf("\n total is equal =%i",sum);break;
case 2:
sub = a - b;
printf("\n subtion is equal =%i",sub); break;
case 3:
prod = a * b;
printf("\n prod is equal =%i",prod); break;
case 4 :
div = a / b;
printf("\n divtion is equal =%i",div); break;
defoult : printf("\n empty");break;
}
}
Re: Off Topic
Posted: Wed Jan 05, 2011 7:28 pm
by iHeckler9
That is the funniest thing I've ever seen.
Re: Off Topic
Posted: Wed Jan 05, 2011 10:10 pm
by Rsandee
And what is this supposed to be?
Re: Off Topic
Posted: Wed Jan 05, 2011 10:21 pm
by MLII
Yeah I dunno either~
Re: Off Topic
Posted: Wed Jan 05, 2011 10:28 pm
by Serza5
It's a code for a simple maths program, as in, addition, subrtraction etc. Apart from the fact it's partly in Hebrew I don't really see the funny side of it.
Serza5 wrote:Apart from the fact it's partly in Hebrew I don't really see the funny side of it.
Hebrew?
Re: Off Topic
Posted: Wed Jan 05, 2011 11:04 pm
by Serza5
I don't know, it's some language I don't know any way.
Re: Off Topic
Posted: Wed Jan 05, 2011 11:10 pm
by spiraldoor
Hebrew isn’t a programming language. Serza have you been reading The Da Vinci Code again?
Re: Off Topic
Posted: Wed Jan 05, 2011 11:14 pm
by Serza5
I'm amazed I can read something again, which i've never read once.
Re: Off Topic
Posted: Thu Jan 06, 2011 12:02 am
by spiraldoor
I thought Angels & Demons was better anyway.
Re: Off Topic
Posted: Thu Jan 06, 2011 6:39 pm
by DesLife
I thought they were both bad. And I felt like I had been reading the same story twice, only happening in different countries.
Re: Off Topic
Posted: Thu Jan 06, 2011 6:54 pm
by spiraldoor
DesLife wrote:I thought they were both bad. And I felt like I had been reading the same story twice, only happening in different countries.
They were both bad, but Angels & Demons at least had some thematic depth in that it centred on the constant struggle between science and religion. The similarity between the two stories is only a flaw in The Da Vinci Code, which was written later. Dan Brown ripping off one of his previous works doesn’t diminish its quality.
Re: Off Topic
Posted: Fri Jan 07, 2011 8:52 am
by iHeckler9
Where do these spambots keep coming from? A year ago there were none and now there are fifteen or so.