- 1
if (is_null($title) == TRUE) $title = ' / '. $title;
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
+47.7
if (is_null($title) == TRUE) $title = ' / '. $title;
+21.7
$_type = 'event';
if ( isset($cfgWeight->$_type) ) $this->weight = $cfgWeight->$_type;
Внимание, вопрос!
Нахрена здесь $_type?
+64.9
<?
$num = substr( $_GET["num"], 0, 1 );
if ( $num == "-" ) {
// число отрицательное
} elseif ( $num == 0 ) {
// число равно нулю
} else {
// число положительное
}
?>
Говнокод старых времен. Чисто посмеяться. Оправдание: мозк совсем не варил уже ибо неспали 2-3 дня. Задача: определить ОТРИЦАТЕЛЬНОЕ ЧИСЛО или нет. Решение сами видите. PS: на утро естественно исправили. Сами над "решением" ночным ржали долго. :)
+43.5
function getWhere($filter)
{
$where = '';
switch($filter)
{
case '22':
$where = ' where type = 22 ';
return $where;
break;
case '23':
$where = ' where type = 23 ';
return $where;
break;
case '24':
$where = ' where type = 24 ';
return $where;
break;
case '25':
$where = ' where type = 25 ';
return $where;
break;
default:
$where = '';
};
}
Ппц, и такое сплошь и рядом (
+430
function showThisDamnDiv(damnDiv,damnImage) {
var name = navigator.appName;
if (name == "Microsoft Internet Explorer") { // тваюмать
...
+12
|^^^^^^^^^^^|______ ПРАЗДНИК
|_____ПИВО_____|','''|'''''''''\____,, К НАМ
|_______________| _|'____|____| ПРИХОДИТ
*'(@)'(@)'''''''|(@)(@)******|(@)*
|^^^^^^^^^^^|______ ПРАЗДНИК
|_____ДЖИН____ |','''|'''''''''\____,, К НАМ
|_______________| _|'____|____| ПРИХОДИТ
*'(@)'(@)'''''''|(@)(@)******|(@)*
|^^^^^^^^^^^|______ ПРАЗДНИК
|____ВИСКИ_____|','''|'''''''''\____,, К НАМ
|_______________| _|'____|____| ПРИХОДИТ
*'(@)'(@)'''''''|(@)(@)******|(@)*
|^^^^^^^^^^^|______ ПРАЗДНИК
|____ВОДКА_____|','''|'''''''''\____,, К НАМ
|_______________| _|'____|____| ПРИХОДИТ
*'(@)'(@)'''''''|(@)(@)******|(@)*
|^^^^^^^^^^^|______ ПРАЗДНИК
|____КОНЬЯК___ |','''|'''''''''\____,, К НАМ
|_______________| _|'____|____| ПРИХОДИТ
*'(@)'(@)'''''''|(@)(@)******|(@)*
|^^^^^^^^^^^|______ ПРАЗДНИК
|___ТЕКИЛКА____|','''|'''''''''\____,, К НАМ
|_______________| _|'____|____| ПРИХОДИТ
*'(@)'(@)'''''''|(@)(@)******|(@)*
|^^^^^^^^^^^|______ ПРАЗДНИК
|___САМБУКА___ |','''|'''''''''\____,, К НАМ
|_______________| _|'____|____| ПРИХОДИТ
*'(@)'(@)'''''''|(@)(@)******|(@)*
|^^^^^^^^^^^|______ ПРАЗДНИК
|____АБСЕНТ____|','''|'''''''''\____,, К НАМ
|_______________| _|'____|____| ПРИХОДИТ
*'(@)'(@)'''''''|(@)(@)******|(@)*
|^^^^^^^^^^^|______ ПРАЗДНИК
|_ВСЕ ПОДРЯД___|','''|'''''''''\____,, МЫ
|_______________| _|'____|____| НЕ ПОМНИМ=)
*'(@)'(@)'''''''|(@)(@)******|(@)*
С новым годом . Все наверно видели рекламу кока-колы :) Это римейк на тему кризиса.
−20.5
function find7(S:string):integer;
var
MyArray : TStringList;
n,i,sum, Resultat : integer;
MyInt : String;
begin
MyArray := TStringList.Create;
Trim(S); n:= 0;
while(Length(s)>0) do begin
Trim(S);
if(Pos(' ',S)=0) then begin
MyArray.Insert(n,Copy(S,1,Length(S)));
break;
end else begin
if(Copy(S,1,Pos(' ',S))=' ') then begin
Delete(S,1,(Pos(' ',S)));
end else begin
MyArray.Insert(n,Copy(S,1,Pos(' ',S)));
Delete(S,1,(Pos(' ',S)));
n:=n+1;
end;
end;
end;
Resultat := 0;
for i := 0 to MyArray.Count-1 do begin
MyInt := MyArray.Strings[i]; Sum := 0;
for n := 1 to Length(MyInt) do begin
if(MyInt[n]='7') then Sum := Sum + 1;
end;
if(Sum>=2) then Resultat := Resultat + 1;
end;
Result := Resultat;
end;
Жуть...
+12
[Test]
public void UserHasNoPermissionToDeleteTransactionWithEditPermission()
{
var user = CreatetestUser("test")
.WithPermissions()
.Allow("Transaction/Edit").Do();
TestCurrentUser = user;
var trn = CreateTestTransaction(120, typeof(CreditCardPayment));
try
{
// Who cares about delete, we never do it.
// I need this test passed just NOW.
// trn.AsIObject().Delete();
// Assert.Fail("Exception expected");
}
catch (PermissionException ex)
{
Assert.IsTrue(true, "Cool we got an exception");
}
catch (Exception generic)
{
Assert.Fail("PermissionException expected.");
}
}
Ничего не тестирующий тест
+28.1
if ( 0 == 0 )
{
$x += 1;
$yellow = "";
if ( $myhighlight_unit[$i_high] == $row[$i]['ID'] )
{
//echo $myhighlight_unit[$i_high]." == ".$i_high."<br />";
$yellow = "background-color: #ffcc33;";
}
if ( $row[$i]['approved'] > 0 && $_SESSION['userid'] > 3 )
{
$yellow = "background-color: #ff0000;";
}
if ( $i_tr == 0 )
{
echo "<tr>";
}
}
Очередной шедевр от автора #66, #68 и #69
−544.2
set root=D:\work\
set batch=D:\batch
set default=mfs
set svncmd=svn
set revert=revert
set config=WebUI\Web.config
set phpfile=wc.php
set start=start /b /wait
set rerun=rerun.cmd
set build=build.cmd
if "%2"=="" (set where=%batch%\svn.txt) else (set where="%2")
if "%1"=="commit" (set o=-F %batch%\svnlog.log)
if "%1"=="commit" (set m=-m "%3")
prompt $G
color 1f
cls
for /f %%s in (%where%) do (
title %1 %%s
echo ===============================================================================
echo %1 %%s
if "%%s"=="%default%" (
%svncmd% %revert% %root%%%s\%config% >> nul
%svncmd% %1 %o% %m% %root%%%s
%phpfile% %root%%%s\%config%
pause
title build %%s
%build% %%s /b
title rerun %%s
%rerun% %%s /b
) else (
%svncmd% %1 %o% %m% %root%%%s
pause
)
title %1 %%s - done!
)
exit
batch-скрипт под windows, делает апдейт/коммит в SVN.
Демонстрация неразделённой любви к переменным в батниках.
~anmiles~