Autor Beitrag
tommie-lie
ontopic starontopic starontopic starontopic starontopic starofftopic starofftopic starofftopic star
Beiträge: 4373

Ubuntu 7.10 "Gutsy Gibbon"

BeitragVerfasst: So 06.05.07 10:40 
user profile iconUGrohne hat folgendes geschrieben:
Ich kenn ihn nicht auf Englisch, kommt sowas aber nicht in Armageddon vor?
Nicht, daß ich wüsste, aber Armageddon ist nicht der Film, den ich meine.

_________________
Your computer is designed to become slower and more unreliable over time, so you have to upgrade. But if you'd like some false hope, I can tell you how to defragment your disk. - Dilbert
UGrohne
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Veteran
Beiträge: 5502
Erhaltene Danke: 220

Windows 8 , Server 2012
D7 Pro, VS.NET 2012 (C#)
BeitragVerfasst: So 06.05.07 10:44 
user profile icontommie-lie hat folgendes geschrieben:
user profile iconUGrohne hat folgendes geschrieben:
Ich kenn ihn nicht auf Englisch, kommt sowas aber nicht in Armageddon vor?
Nicht, daß ich wüsste, aber Armageddon ist nicht der Film, den ich meine.

Ach ne, ich hab das verwechselt mit der Szene, wo die 4 beim Psychiater die Bilder deuten müssen, da kommt was Ähnliches vor.
hathor
Ehemaliges Mitglied
Erhaltene Danke: 1



BeitragVerfasst: So 06.05.07 20:46 
[zitat]

Die Leber sieht schlecht aus.

[/zitat]
tommie-lie
ontopic starontopic starontopic starontopic starontopic starofftopic starofftopic starofftopic star
Beiträge: 4373

Ubuntu 7.10 "Gutsy Gibbon"

BeitragVerfasst: So 06.05.07 20:52 
Mein Zitat steht noch, Uwe hatte es ja nicht richtig geraten.

_________________
Your computer is designed to become slower and more unreliable over time, so you have to upgrade. But if you'd like some false hope, I can tell you how to defragment your disk. - Dilbert
FiceGoesDelphi
ontopic starontopic starontopic starontopic starontopic starofftopic starofftopic starofftopic star
Beiträge: 485

Win XP Prof
Delphi 2006
BeitragVerfasst: Di 08.05.07 12:16 
user profile icontommie-lie hat folgendes geschrieben:
Mein Zitat steht noch, Uwe hatte es ja nicht richtig geraten.


Thank you for smoking


Zitat:
Ich würd mich ja hinknien, aber durch das niedermetzeln deiner Leute habe ich mir wohl eine Oberschenkelzerrung zugezogen



Das ist wirklich SEHR einfach! Vllt ist es nicht Wörtlich! Aber jeder, der den Film schon gesehen hat, wird es 100% SOFORT wissen :)

_________________
<(^^<) <(^^)> (>^^)>
===================
ZeitGeist87 Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 1593
Erhaltene Danke: 20

Win95-Win10
Delphi 10 Seattle, Rad Studio 2007, Delphi 7 Prof., C++, WSH, Turbo Pascal, PHP, Delphi X2
BeitragVerfasst: Di 08.05.07 12:27 
user profile iconFiceGoesDelphi hat folgendes geschrieben:
user profile icontommie-lie hat folgendes geschrieben:
Mein Zitat steht noch, Uwe hatte es ja nicht richtig geraten.


Thank you for smoking


Zitat:
Ich würd mich ja hinknien, aber durch das niedermetzeln deiner Leute habe ich mir wohl eine Oberschenkelzerrung zugezogen



Das ist wirklich SEHR einfach! Vllt ist es nicht Wörtlich! Aber jeder, der den Film schon gesehen hat, wird es 100% SOFORT wissen :)


300?

_________________
Wer Provokationen, Ironie, Sarkasmus oder Zynismus herauslesen kann soll sie ignorieren um den Inhalt meiner Beiträge ungetrübt erfassen zu können.
FiceGoesDelphi
ontopic starontopic starontopic starontopic starontopic starofftopic starofftopic starofftopic star
Beiträge: 485

Win XP Prof
Delphi 2006
BeitragVerfasst: Di 08.05.07 12:31 
türlich ;)
Ich sach doch voll einfach ^^ aber geiler film :)

_________________
<(^^<) <(^^)> (>^^)>
===================
Calculon
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 676

Win XP Professional
Delphi 7 PE, Delphi 3 PRO
BeitragVerfasst: Do 10.05.07 02:58 
Morgen,

kann nicht schlafen und nutze die Gelegenheit ZeitGeist87 nochmal seine eigenen Regeln zu erklären ;-)

ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
procedure movie_quiz;
var
random_dudes: array [0..18807of string;
random_dude, quote, answer, shot: string;
suggestion, solution: TMD5Digest;
label here;
begin
randomize;
random_dude := random_dudes[random(succ(18807))];
here:
  write(random_dude,'''s quote: ');
  readln(quote);
  { write(random_dude,'''s answer: ');
    readln(answer); }

  solution := MD5String(answer);
  { answer := ''; }
    repeat
      random_dude := random_dudes[random(succ(18807))];
      write(random_dude,'''s shot: ');
      readln(shot);
      suggestion := MD5String(shot);
    until MD5Match(suggestion, solution);
goto here;
end;


Gute Nacht

Calculon
--
FiceGoesDelphi
ontopic starontopic starontopic starontopic starontopic starofftopic starofftopic starofftopic star
Beiträge: 485

Win XP Prof
Delphi 2006
BeitragVerfasst: Do 10.05.07 10:48 
Das Zitat kann ich einfach nicht zuordnen :lol: :rofl: :P

_________________
<(^^<) <(^^)> (>^^)>
===================
Stefan.Buchholtz
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 612

WIN 2000, WIN XP, Mac OS X
D7 Enterprise, XCode, Eclipse, Ruby On Rails
BeitragVerfasst: Do 10.05.07 12:26 
user profile iconCalculon hat folgendes geschrieben:
Morgen,
ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
procedure movie_quiz;
var
random_dudes: array [0..18807of string;
random_dude, quote, answer, shot: string;
suggestion, solution: TMD5Digest;
label here;
begin
randomize;
random_dude := random_dudes[random(succ(18807))];
here:
  write(random_dude,'''s quote: ');
  readln(quote);
  { write(random_dude,'''s answer: ');
    readln(answer); }

  solution := MD5String(answer);
  { answer := ''; }
    repeat
      random_dude := random_dudes[random(succ(18807))];
      write(random_dude,'''s shot: ');
      readln(shot);
      suggestion := MD5String(shot);
    until MD5Match(suggestion, solution);
goto here;end;

--


Hast du ein Glück, dass du nicht bei uns arbeitest. Wer Goto benutzt, würde bei uns geteert, gefedert und aus dem Fenster geschmissen :wink:

Stefan

_________________
Ein Computer ohne Windows ist wie eine Schokoladentorte ohne Senf.
alzaimar
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 2889
Erhaltene Danke: 13

W2000, XP
D6E, BDS2006A, DevExpress
BeitragVerfasst: Do 10.05.07 12:30 
user profile iconStefan.Buchholtz hat folgendes geschrieben:

Hast du ein Glück, dass du nicht bei uns arbeitest. Wer Goto benutzt, würde bei uns geteert, gefedert und aus dem Fenster geschmissen :wink:

Spießer. :dunce:

_________________
Na denn, dann. Bis dann, denn.
FiceGoesDelphi
ontopic starontopic starontopic starontopic starontopic starofftopic starofftopic starofftopic star
Beiträge: 485

Win XP Prof
Delphi 2006
BeitragVerfasst: Do 10.05.07 12:32 
user profile iconalzaimar hat folgendes geschrieben:
user profile iconStefan.Buchholtz hat folgendes geschrieben:

Hast du ein Glück, dass du nicht bei uns arbeitest. Wer Goto benutzt, würde bei uns geteert, gefedert und aus dem Fenster geschmissen :wink:

Spießer. :dunce:


Zitat:
Wenn ich groß bin, will ich auch mal Spießer werden


Wo wir jetzt wieder bei den Zitaten wären .. ein sehr gelungener Übergang! Wenn Stefan nicht will machen wir so weiter :lol:

_________________
<(^^<) <(^^)> (>^^)>
===================
alzaimar
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 2889
Erhaltene Danke: 13

W2000, XP
D6E, BDS2006A, DevExpress
BeitragVerfasst: Do 10.05.07 12:36 
Werbung für irgendeine Spießerbausparkasse.

Welcher Film hat folgendes geschrieben:
Chu Poden mit tem Purchen. Chleudert ten Purchen Chu Poden

(oder so ähnlich)

_________________
Na denn, dann. Bis dann, denn.
Miri
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 657


Delphi 3 Prof., Delphi 2005 PE
BeitragVerfasst: Do 10.05.07 12:37 
Das Leben des Brian

_________________
Anonymes Eckenkind
FiceGoesDelphi
ontopic starontopic starontopic starontopic starontopic starofftopic starofftopic starofftopic star
Beiträge: 485

Win XP Prof
Delphi 2006
BeitragVerfasst: Do 10.05.07 12:41 
user profile iconMiri hat folgendes geschrieben:
Das Leben des Brian


Wie war das noch mit den Regeln dieses Spiels? .. :roll: :P

_________________
<(^^<) <(^^)> (>^^)>
===================
Miri
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 657


Delphi 3 Prof., Delphi 2005 PE
BeitragVerfasst: Do 10.05.07 12:49 
Es empfiehlt sich, erst ne Antwort abzuwarten, ob man nicht falsch geraten hat... sonst haben wir nachher ne riesen Sammlung an offenen Zitaten, weil jeder erstmal losrät und nen neues Zitat reinstellt...

Aber da Life of Brian eh richtig war :-P

Zitat:
Sei still, ich konzentrahiere mich
(oder so ähnlich...)

_________________
Anonymes Eckenkind
FiceGoesDelphi
ontopic starontopic starontopic starontopic starontopic starofftopic starofftopic starofftopic star
Beiträge: 485

Win XP Prof
Delphi 2006
BeitragVerfasst: Do 10.05.07 12:52 
user profile iconMiri hat folgendes geschrieben:
Es empfiehlt sich, erst ne Antwort abzuwarten, ob man nicht falsch geraten hat ... sonst haben wir nachher ne riesen Sammlung an offenen Zitaten, weil jeder erstmal losrät und nen neues Zitat reinstellt...

Aber da Life of Brian eh richtig war :-P

Zitat:
Sei still, ich konzentrahiere mich
(oder so ähnlich...)


Versteht einer die Frauen ... :roll:

BTW: Das Zitat kenn ich spontan nicht :(

_________________
<(^^<) <(^^)> (>^^)>
===================
le Cauchemar
ontopic starontopic starontopic starhalf ontopic starofftopic starofftopic starofftopic starofftopic star
Beiträge: 24

Win XP
C#
BeitragVerfasst: Do 10.05.07 15:46 
Zitat:
Sei still, ich konzentrahiere mich

Klingt irgendwie nach "Dumm & Dümmer"
Miri
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 657


Delphi 3 Prof., Delphi 2005 PE
BeitragVerfasst: Do 10.05.07 15:49 
user profile iconle Cauchemar hat folgendes geschrieben:
Zitat:
Sei still, ich konzentrahiere mich

Klingt irgendwie nach "Dumm & Dümmer"


Nope

_________________
Anonymes Eckenkind
Miri
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 657


Delphi 3 Prof., Delphi 2005 PE
BeitragVerfasst: Fr 11.05.07 20:01 
user profile iconMiri hat folgendes geschrieben:

Zitat:
Sei still, ich konzentrahiere mich
(oder so ähnlich...)



Um das "oder so ähnlich" aus dem Weg zu räumen:
Wortwörtlich heißt es im Film

Zitat:
Sei still, ich bin gerade konzentrahiert!

_________________
Anonymes Eckenkind