Off Topic

For everything not related to either Rayman or Pirate-Community.
Forum rules
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
spiraldoor
Umber
Posts: 12392
Joined: Tue Jul 15, 2008 3:13 pm
Tings: 156600

Re: Off Topic

Post by spiraldoor »

Who cares about earthquakes? Pete Postlethwaite is dead.
iHeckler9
Hunter
Posts: 4562
Joined: Sun Jan 25, 2009 10:24 am
Location: Pink Plant Woods
Tings: 1835

Re: Off Topic

Post by iHeckler9 »

DesLife wrote:There's a Funny Pics topic.
This is the Off Topic section and I decided to go...Off Topic.
Haruka
Ly
Posts: 26750
Joined: Sun Aug 10, 2008 9:19 pm
Contact:
Tings: 200125

Re: Off Topic

Post 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. :(
timoo
El Luchador
Posts: 4542
Joined: Mon Sep 08, 2003 4:58 pm
Tings: 22216

Re: Off Topic

Post 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;
}
}

:lol: :lol: :lol:
iHeckler9
Hunter
Posts: 4562
Joined: Sun Jan 25, 2009 10:24 am
Location: Pink Plant Woods
Tings: 1835

Re: Off Topic

Post by iHeckler9 »

That is the funniest thing I've ever seen.
Rsandee
Spyglass Pirate
Posts: 7778
Joined: Sat Nov 08, 2008 5:42 pm
Location: The poolrooms
Tings: 91410

Re: Off Topic

Post by Rsandee »

And what is this supposed to be? :lol:
MLII
Carmen
Posts: 8064
Joined: Sat Jan 03, 2009 10:48 pm
Location: therapist to the royal bees
Tings: 43075

Re: Off Topic

Post by MLII »

Yeah I dunno either~
Serza5
Mr Dark
Posts: 48387
Joined: Sat Jul 26, 2008 7:51 pm
Location: MOTHER FUCKING SCOTLAND OH YEAH BABY
Contact:
Tings: 490135

Re: Off Topic

Post 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.
spiraldoor
Umber
Posts: 12392
Joined: Tue Jul 15, 2008 3:13 pm
Tings: 156600

Re: Off Topic

Post by spiraldoor »

‘Sumation’. ‘Subtion’. ‘Miltplication’. ‘Prodact’.

Why are they spelt like that. Why.
Hunchman801
Bad Rayman
Posts: 87633
Joined: Thu Aug 07, 2003 6:50 pm
Location: Paris, France
Contact:
Tings: 640277

Re: Off Topic

Post by Hunchman801 »

Serza5 wrote:Apart from the fact it's partly in Hebrew I don't really see the funny side of it.
Hebrew? :boon:
Serza5
Mr Dark
Posts: 48387
Joined: Sat Jul 26, 2008 7:51 pm
Location: MOTHER FUCKING SCOTLAND OH YEAH BABY
Contact:
Tings: 490135

Re: Off Topic

Post by Serza5 »

I don't know, it's some language I don't know any way. :boon:
spiraldoor
Umber
Posts: 12392
Joined: Tue Jul 15, 2008 3:13 pm
Tings: 156600

Re: Off Topic

Post by spiraldoor »

Hebrew isn’t a programming language. Serza have you been reading The Da Vinci Code again?
Serza5
Mr Dark
Posts: 48387
Joined: Sat Jul 26, 2008 7:51 pm
Location: MOTHER FUCKING SCOTLAND OH YEAH BABY
Contact:
Tings: 490135

Re: Off Topic

Post by Serza5 »

I'm amazed I can read something again, which i've never read once.
spiraldoor
Umber
Posts: 12392
Joined: Tue Jul 15, 2008 3:13 pm
Tings: 156600

Re: Off Topic

Post by spiraldoor »

I thought Angels & Demons was better anyway.
DesLife
Foutch
Posts: 19946
Joined: Sat Jun 12, 2004 12:42 pm
Tings: 186263

Re: Off Topic

Post 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.
spiraldoor
Umber
Posts: 12392
Joined: Tue Jul 15, 2008 3:13 pm
Tings: 156600

Re: Off Topic

Post 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.
iHeckler9
Hunter
Posts: 4562
Joined: Sun Jan 25, 2009 10:24 am
Location: Pink Plant Woods
Tings: 1835

Re: Off Topic

Post by iHeckler9 »

Where do these spambots keep coming from? A year ago there were none and now there are fifteen or so.
MLII
Carmen
Posts: 8064
Joined: Sat Jan 03, 2009 10:48 pm
Location: therapist to the royal bees
Tings: 43075

Re: Off Topic

Post by MLII »

Guys, we have another bot.

I reported it~
iHeckler9
Hunter
Posts: 4562
Joined: Sun Jan 25, 2009 10:24 am
Location: Pink Plant Woods
Tings: 1835

Re: Off Topic

Post by iHeckler9 »

MLII wrote:Guys, we have another bot.

I reported it~
MLII
Carmen
Posts: 8064
Joined: Sat Jan 03, 2009 10:48 pm
Location: therapist to the royal bees
Tings: 43075

Re: Off Topic

Post by MLII »

Pffft <salutes> glad I could be of use~
Post Reply