- 1
- 2
// maybe even strtolower($value)?
$bool = ($value && ($value !== 'false') && ($value !== 'null'));
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
+152
// maybe even strtolower($value)?
$bool = ($value && ($value !== 'false') && ($value !== 'null'));
А разгадка одна — безблагодатность^w кривой JSON.
+8
void Cluster::CloseConnection()
{
m_Connection->close();
if (!m_Connection->IsOK())
throw ConnectionError(m_Connection->LastError());
}
void ClusterGroup::RemoveCluster(int iIndex)
{
Cluster *pSubCluster = m_SubClusters->At[i];
pSubCluster->CloseConnection();
delete pSubCluster;
m_SubClusters->SetAt(i, NULL);
}
И потекло...
+153
$currurl = str_replace(" ", '', $this->helper('core/url')->getCurrentUrl());
if (strpos($currurl, 'index.php/')) {
$currurl = str_replace('index.php/', '', $currurl);
} else if (strpos($currurl, '/index.php')) {
$currurl = str_replace('index.php', '', $currurl);
}
$url_suffix = (substr($currurl, strlen(Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB))));
<?php if (strlen($url_suffix) <= 0) : #not homepage ?>
...
Magento. Увидел в template, код одной английской компании.
+77
if (groundsDTO.isChildCome()) {
ZAGSAffiliation.Grounds.CHILDCONSENT childConsest = grounds.addNewCHILDCONSENT();
childConsest.setISCHILDCONSENT(groundsDTO.isChildAgreeWithFillation());
if (!groundsDTO.isChildCome()) {
tranferConfirmation(childConsest.addNewCONSENTNOTAR(),groundsDTO.getChildAgree());
}
}
А вдруг ребенок все-таки не придет?
+121
public int sum(final Type type, final int increment) {
switch(type) {
case REDOS:
return redos += increment;
case ONCE:
return onceRedoneOrders += increment;
case TWICE:
return twiceRedoneOrders += increment;
case THRICE:
return thriceRedoneOrders += increment;
case MORE:
return moreRedoneOrders += increment;
default:
break;
}
throw new RuntimeException();
}
Осталось в наследство. Даже не знаю, что хотел изобразить предыдущий оратор...
+149
$startYear = date('Y', $programs[$i][1]);
$startMounth = date('m', $programs[$i][1]);
$startDay = date('d', $programs[$i][1]);
$startHour = date('H', $programs[$i][1]);
$startMinute = date('i', $programs[$i][1]);
$startSecond = date('s', $programs[$i][1]);
$startDate = mktime($startHour + $timeoffset, $startMinute, $startSecond, $startMounth, $startDay, $startYear);
Поправка на часовой пояс
+135
#define __click_window_chkarmor (!((inventory==plr->inventory)&&(((slot==5)&&!hasflag(consts.item_flags[plr->holdingitem->type],ITEM_FLAG_ARMOR_HEAD))||((slot==6)&&!hasflag(consts.item_flags[plr->holdingitem->type],ITEM_FLAG_ARMOR_CHEST))||((slot==7)&&!hasflag(consts.item_flags[plr->holdingitem->type],ITEM_FLAG_ARMOR_FEET))||((slot==8)&&!hasflag(consts.item_flags[plr->holdingitem->type],ITEM_FLAG_ARMOR_BOOTS)))))
Форматирование сохранено
+136
http://pastebin.com/htxgeLCJ
Трололо!
−80
Если Найти(Строка(ТипЗнч(Ссылка)),"Документ") Тогда
Проверка, является ли переданная ссылка документом. Сегодня без авторства.
−160
unless( eval{ $p -> role() -> is_company() } or eval{ $p -> channel_status() } or ( $p -> id() eq 11902 ) )