Log in

View Full Version : Here's if any1 have problem to download Subversion.



Riffe
09-25-2008, 05:21 PM
Heey HERE (http://subversion.tigris.org/files/documents/15/39559/svn-1.4.5-setup.exe) if you want to download Subversion!

Riffe
10-09-2008, 02:29 PM
I hope any noob on SRL have been happy:p

Brain
10-09-2008, 06:31 PM
We try to discourage double posting here at SRL, not to mention triple posting ;)

And I had no problem installing scar/srl/subversion from any one of the many tuts around here.

TViYH
10-09-2008, 06:32 PM
Triple Post.
Time to bring it out:

program PhailCalculation;

{
Double Post = 2.5 Phails
Triple Post = 5 Phails
Quadruple Post = 7.5 Phails
Quintuple Post = 10 Phails
Sextuple Post = 15 Phails
Septuple Post = 20 Phails
One Hundred Posts = 1000 Phails
}

const
PhailureAmount = 5;
Username = 'Riffe';

function FailureCalculator(Phails: extended): extended;
var PhailInt: extended;
begin
if (PhailureAmount = 0) or (PhailureAmount < 2.5) then
begin
WriteLn('Enter an amount stated above.');
TerminateScript;
end;
if PhailureAmount <= 5 then
begin
PhailInt := (((Phails * 75) + 6) * 9) / 9;
Result := Phails * PhailInt;
end else
PhailInt := (((Phails * 25) + 6) * 9) / 9;
Result := Phails * PhailInt;
end;

begin
WriteLn(Username + ' is ' + FloatToStr(Ceil(((FailureCalculator(PhailureAmount ) / 10120)) * 100)) + '% complete phail.');
end.




Successfully compiled (344 ms)
Riffe is 19% complete phail.
Successfully executed


This is already in a tutorial.

Riffe
10-10-2008, 11:24 AM
Triple Post.
Time to bring it out:

program PhailCalculation;

{
Double Post = 2.5 Phails
Triple Post = 5 Phails
Quadruple Post = 7.5 Phails
Quintuple Post = 10 Phails
Sextuple Post = 15 Phails
Septuple Post = 20 Phails
One Hundred Posts = 1000 Phails
}

const
PhailureAmount = 5;
Username = 'Riffe';

function FailureCalculator(Phails: extended): extended;
var PhailInt: extended;
begin
if (PhailureAmount = 0) or (PhailureAmount < 2.5) then
begin
WriteLn('Enter an amount stated above.');
TerminateScript;
end;
if PhailureAmount <= 5 then
begin
PhailInt := (((Phails * 75) + 6) * 9) / 9;
Result := Phails * PhailInt;
end else
PhailInt := (((Phails * 25) + 6) * 9) / 9;
Result := Phails * PhailInt;
end;

begin
WriteLn(Username + ' is ' + FloatToStr(Ceil(((FailureCalculator(PhailureAmount ) / 10120)) * 100)) + '% complete phail.');
end.




Successfully compiled (344 ms)
Riffe is 19% complete phail.
Successfully executed


This is already in a tutorial.


Have someone already done this tutorial? If someone have then i say SOOOOOOOOORRRRYYYYYYY !! I didnt know that i'm so sorry:(

benjaa
11-09-2008, 03:04 AM
Hahahahahaha, brilliant script TheVoiceInYourHead

Thats crazy good


benjaa is 247095% complete phail.