PC HUMOR 1.2
Jelentkezz be a hozzászóláshoz.
#32
Nagyon jóóóók :D +fav
ASUS B550-PLUS, AMD 5600X, 32 GB DDR4, EVGA RTX 3070, SM-OB1, HD 600 + Asus Xonar DX, TonePort UX1 + Alesis Elevate 5, Novation Circuit \o/
#29
asdASDASDASD:S::ASDAS: sírok :))
LayerSlider, WeatherSlider, wpStickies - our famous plugins are available at CodeCanyon! More info @ http://kreaturamedia.com
#28
lol, upgrading to xp. és egybõl gyorsabb lesz.
meg a végén a send error report to Microsoft.
+fav topik
meg a végén a send error report to Microsoft.
+fav topik
#27
http://gaborszantai.co.uk/
#25

http://gaborszantai.co.uk/
#24

http://gaborszantai.co.uk/
#23

http://gaborszantai.co.uk/
#22
Mac-hez repulokabel van<#eljen>#eljen>
http://gaborszantai.co.uk/
#21
<fav>
#14

http://gaborszantai.co.uk/
#13

http://gaborszantai.co.uk/
#12

http://gaborszantai.co.uk/
#11

http://gaborszantai.co.uk/
#10
Az elsõ címhez nem ezt a videót akartam, de nem baj ez is vicces. <#vigyor3>#vigyor3>
#9
Örök klasszikusok:
Lefagy a gép
http://www.youtube.com/v/ZbdU9DH9gz8&hl=en&fs=1
Win 95
http://www.youtube.com/v/muZUZwXVi1s&hl=en&fs=1
Lefagy a gép
Win 95
#7

#4
jóak :D


#3
<#idiota>#idiota>
#2
"/* Ki mint vet, úgy arat */
set_quality( Aratas, get_quality(Vetes) );"
Ez tetszik <#nevetes1>#nevetes1> +fav :)
set_quality( Aratas, get_quality(Vetes) );"
Ez tetszik <#nevetes1>#nevetes1> +fav :)
\"If you want to go fast, go alone. If you want to go far, go together.\"
#1
Szerintem ez megérdemel egy külön topic-ot.
Kezdjük is:
Közmondások programnyelven
/* Addig jar a korsó a kútra... */
while( state(Korso) != _BROKEN ) go( Korso, &Kut);
--------------------------------------------------------------------------------
/* Ki mint vet, úgy arat */
set_quality( Aratas, get_quality(Vetes) );
--------------------------------------------------------------------------------
/* Ajandék lónak... */
if( origin(Horse) == _SOUVENIR ) Allow_Look_At.Teeth=0;
--------------------------------------------------------------------------------
/* Soha ne a falu legszebb lányát vedd feleségül! */
if( bride_ID == most_beautiful( GetAllGirls(_THIS_VILLAGE))) exit(-1);
--------------------------------------------------------------------------------
{Ki korán kel, aranyat lel}
If TimeToInt(Wakeup.Time)<TimeToInt(StrToTime("06:00:00")) then
AddToList(UserLoggedIn.FoundItems,Gold);
--------------------------------------------------------------------------------
{Nezd meg az anyjat, vedd el a lanyat}
Function May_I_Marry_Her(Girl: TGirl):boolean;
begin
With Girl.Mother do
May_I_Marry_Her:=((Body.Qality="attractive") and
(face.Quality="beautiful"));
end;
--------------------------------------------------------------------------------
{Aki máasnak vermet ás az a sírásó}
type
TEmployed=class(THuman)
Job : String<30>30>;
procedure OnGraveDigging( Sender: Tobject);
private
{ Private declarations }
public
{ Public declarations }
end;
Procedure TEmployed.OnGraveDigging( Sender: Tobject);
begin
Sender.Job:="GraveDigger";
end;
--------------------------------------------------------------------------------
{Egyszer volt Budán kutyavásár}
Const
Num_Of_Dog_Buying_In_Buda=1;
--------------------------------------------------------------------------------
/* Sok lúd disznót gyöz */
uses animals;
var lud, diszno: Tanimal;
Procedure Attack(A, B: Tanimal; NumA, NumB: Word);
begin
If NumA*A.Strength>NumB*B.Strength then write(A.Caption)
else if NumA*A.Strength<NumB*B.Strength then write(B.Caption)
else write('Nobody');
writeln(' Won');
end;
begin
Lud.Caption:='Lúd';
Lud.Strength:=10;
Diszno.Caption:='Disznó';
Diszno.Strength:=540;
Attack(Lud, Diszno, 1, 1 );
Attack(Lud, Diszno, 20, 1 );
Attack(Lud, Doszno, 60, 1 );
end.
F9 (Run)
Result:
Disznó Won.
Disznó Won.
Lúd Won.
Kezdjük is:
Közmondások programnyelven
/* Addig jar a korsó a kútra... */
while( state(Korso) != _BROKEN ) go( Korso, &Kut);
--------------------------------------------------------------------------------
/* Ki mint vet, úgy arat */
set_quality( Aratas, get_quality(Vetes) );
--------------------------------------------------------------------------------
/* Ajandék lónak... */
if( origin(Horse) == _SOUVENIR ) Allow_Look_At.Teeth=0;
--------------------------------------------------------------------------------
/* Soha ne a falu legszebb lányát vedd feleségül! */
if( bride_ID == most_beautiful( GetAllGirls(_THIS_VILLAGE))) exit(-1);
--------------------------------------------------------------------------------
{Ki korán kel, aranyat lel}
If TimeToInt(Wakeup.Time)<TimeToInt(StrToTime("06:00:00")) then
AddToList(UserLoggedIn.FoundItems,Gold);
--------------------------------------------------------------------------------
{Nezd meg az anyjat, vedd el a lanyat}
Function May_I_Marry_Her(Girl: TGirl):boolean;
begin
With Girl.Mother do
May_I_Marry_Her:=((Body.Qality="attractive") and
(face.Quality="beautiful"));
end;
--------------------------------------------------------------------------------
{Aki máasnak vermet ás az a sírásó}
type
TEmployed=class(THuman)
Job : String<30>30>;
procedure OnGraveDigging( Sender: Tobject);
private
{ Private declarations }
public
{ Public declarations }
end;
Procedure TEmployed.OnGraveDigging( Sender: Tobject);
begin
Sender.Job:="GraveDigger";
end;
--------------------------------------------------------------------------------
{Egyszer volt Budán kutyavásár}
Const
Num_Of_Dog_Buying_In_Buda=1;
--------------------------------------------------------------------------------
/* Sok lúd disznót gyöz */
uses animals;
var lud, diszno: Tanimal;
Procedure Attack(A, B: Tanimal; NumA, NumB: Word);
begin
If NumA*A.Strength>NumB*B.Strength then write(A.Caption)
else if NumA*A.Strength<NumB*B.Strength then write(B.Caption)
else write('Nobody');
writeln(' Won');
end;
begin
Lud.Caption:='Lúd';
Lud.Strength:=10;
Diszno.Caption:='Disznó';
Diszno.Strength:=540;
Attack(Lud, Diszno, 1, 1 );
Attack(Lud, Diszno, 20, 1 );
Attack(Lud, Doszno, 60, 1 );
end.
F9 (Run)
Result:
Disznó Won.
Disznó Won.
Lúd Won.





