- 1
- 2
- 3
Остатки.Очистить();
ДокиОстатков = Остатки.Скопировать();
ДокиОстатков.Свернуть("НомерВС");
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
+3
Остатки.Очистить();
ДокиОстатков = Остатки.Скопировать();
ДокиОстатков.Свернуть("НомерВС");
середина функции, никаких если, и прочих ветвлений, условий исключений...
0
$fileName = substr(md5(microtime() . md5(rand(0, 4)) . md5(123)), 0, 5);
$fileName .= '-' . substr(md5(microtime() . md5(rand(0, 4)) . md5(123)), 5, 8);
$fileName .= '-' . substr(md5(microtime() . md5(rand(0, 4)) . md5(123)), 0, 5);
$fileName .= '.' . end($ext);
Генерация имени файла
0
if($("#sel1").find("option:selected").val() != '0' && $("#sel2").find("option:selected").val() != '0'){
if($("#sel1").find("option:selected").val()==1 && $("#sel2").find("option:selected").val()==1){
window.location.href = "http://www.xiaoyi.com/dash/firmware/download/images/CABAA/FWCARC10.bin";
}else if($("#sel1").find("option:selected").val()==1 && $("#sel2").find("option:selected").val()==2){
window.location.href = "http://www.xiaoyi.com/dash/firmware/download/images/CABAA/firmware.bin";
}else if($("#sel1").find("option:selected").val()==2 && $("#sel2").find("option:selected").val()==1){
window.location.href = "http://www.xiaoyi.com/dash/firmware/download/images/CA21L_CA21W/FWCARC10.bin";
}else if($("#sel1").find("option:selected").val()==2 && $("#sel2").find("option:selected").val()==2){
window.location.href = "http://www.xiaoyi.com/dash/firmware/download/images/CA21L_CA21W/firmware.bin";
}else if($("#sel1").find("option:selected").val()==3 && $("#sel2").find("option:selected").val()==2){
window.location.href = "http://www.xiaoyi.com/dash/firmware/download/images/CABAC/firmware.bin";
}else if($("#sel1").find("option:selected").val()==3 && $("#sel2").find("option:selected").val()==1){
window.location.href = "http://www.xiaoyi.com/dash/firmware/download/images/CABAC/FWCARC10.bin";
}
Вот такая дичь случайно обнаружена на официальном сайте xiaoyi
−2
class UPR
{
public static void main(String[] args)
{
//упражнение еба!
f check = (i)-> {
if(i>=10 && i<=20) return true;
return false;
};
if(check.check(13)) println("Да");
else println("Нет");
}
static void print(String text)
{
System.out.print(text);
}
static void println(String text)
{
System.out.println(text);
}
}
interface f {
boolean check(int n);
}
Сливаю говно, унитаз засорился(((
0
import java.io.*;
class devnull
{
public static void main(String[] args)
{
if( args.length != 2 ) {
println("Использование: java devnull [файл] [байты]");
return;
}
int bytes;
try {
bytes = Integer.parseInt(args[1]);
}
catch(NumberFormatException e) {
println("Ошибка: "+e);
return;
}
if(bytes > 1000000000) {
println("Размер слишком большой!");
return;
}
else if(bytes < 1) {
println("Размер меньше единицы!");
return;
}
try(FileInputStream f = new FileInputStream("/dev/null");
FileOutputStream fout = new FileOutputStream(args[0]) ) {
int c;
for(int i=0; i<bytes; i++)
{
println("Пишу байт "+i+"...");
c = f.read();
fout.write(c);
}
}
catch(IOException e) {
println("Ошибка: "+e);
}
println(bytes+" байт успешно записаны в файл!");
}
static void print(String text)
{
System.out.print(text);
}
static void println(String text)
{
System.out.println(text);
}
}
Короче я ебал как медленно работает эта программа!
Бесполезная программа короче может кому пригодится я выложу нахуй))
−1
market = new Market(){Name = divChildren.Children[i].Children[0].Children[0].TextContent};
if(i==0) game = new Game(){Team1Name = divChildren.FirstChild.ChildNodes[1].ChildNodes[4].ChildNodes[1].TextContent, Team2Name = divChildren.FirstChild.ChildNodes[1].ChildNodes[6].ChildNodes[0].TextContent };
//selection.SelectionName = divChildren.Children[i].Children[1].Children[4].Children[0].Children[0].Children[0].TextContent;
market.MHandicap = divChildren.Children[i].Children[1].Children[4].Children[0].Children[0].Children[1].TextContent;
дошел до пятого коленя чайлд нодов
−2
public List<Market> GetMarkets(List<Sport> sports)
{
return (from sport in sports from region in sport.Regions from league in region.Leagues from game in league.Games from market in game.Markets select market).ToList();
}
вонючий код от решарпера
−2
...
Array(
'url' => 'http://' . (@$_SERVER['HTTP_HOST']) . (@$_SERVER['REQUEST_URI']),
'captcha.key' => 'ключ для капчи он такой ключ',
'retail.cache_lifetime' => 3600,
'hash.salt' => 'Соль для хэшированийяаааааа!%$#@)((()+))(',
'icon' => '/favicon.ico'
)
...
+3
this.products.forEach(product => {
if (product.product_type === 'recruitment'
|| product.product_type === 'recruitment_platform') {
this.hasRecruitmentProducts = true;
}
if (product.product_type === 'ats'
|| product.product_type === 'recruitment'
|| product.product_type === 'recruitment_platform') {
if (product.product_type === 'recruitment'
|| product.product_type === 'recruitment_platform') {
product['externalPath'] = this.accountRoutes['MyCb'];
product['isActive'] = true;
}
this.HEADER_DATA.appSwitcher.unshift(product);
}
});
Вот такие вот вещи пишут ребята из удаленной тимы клиента в Америке.
+1
#if !__has_builtin(__make_integer_seq) || defined(_LIBCPP_TESTING_FALLBACK_MAKE_INTEGER_SEQUENCE)
namespace __detail {
template<typename _Tp, size_t ..._Extra> struct __repeat;
template<typename _Tp, _Tp ..._Np, size_t ..._Extra> struct __repeat<__integer_sequence<_Tp, _Np...>, _Extra...> {
typedef __integer_sequence<_Tp,
_Np...,
sizeof...(_Np) + _Np...,
2 * sizeof...(_Np) + _Np...,
3 * sizeof...(_Np) + _Np...,
4 * sizeof...(_Np) + _Np...,
5 * sizeof...(_Np) + _Np...,
6 * sizeof...(_Np) + _Np...,
7 * sizeof...(_Np) + _Np...,
_Extra...> type;
};
template<size_t _Np> struct __parity;
template<size_t _Np> struct __make : __parity<_Np % 8>::template __pmake<_Np> {};
template<> struct __make<0> { typedef __integer_sequence<size_t> type; };
template<> struct __make<1> { typedef __integer_sequence<size_t, 0> type; };
template<> struct __make<2> { typedef __integer_sequence<size_t, 0, 1> type; };
template<> struct __make<3> { typedef __integer_sequence<size_t, 0, 1, 2> type; };
template<> struct __make<4> { typedef __integer_sequence<size_t, 0, 1, 2, 3> type; };
template<> struct __make<5> { typedef __integer_sequence<size_t, 0, 1, 2, 3, 4> type; };
template<> struct __make<6> { typedef __integer_sequence<size_t, 0, 1, 2, 3, 4, 5> type; };
template<> struct __make<7> { typedef __integer_sequence<size_t, 0, 1, 2, 3, 4, 5, 6> type; };
template<> struct __parity<0> { template<size_t _Np> struct __pmake : __repeat<typename __make<_Np / 8>::type> {}; };
template<> struct __parity<1> { template<size_t _Np> struct __pmake : __repeat<typename __make<_Np / 8>::type, _Np - 1> {}; };
template<> struct __parity<2> { template<size_t _Np> struct __pmake : __repeat<typename __make<_Np / 8>::type, _Np - 2, _Np - 1> {}; };
template<> struct __parity<3> { template<size_t _Np> struct __pmake : __repeat<typename __make<_Np / 8>::type, _Np - 3, _Np - 2, _Np - 1> {}; };
template<> struct __parity<4> { template<size_t _Np> struct __pmake : __repeat<typename __make<_Np / 8>::type, _Np - 4, _Np - 3, _Np - 2, _Np - 1> {}; };
template<> struct __parity<5> { template<size_t _Np> struct __pmake : __repeat<typename __make<_Np / 8>::type, _Np - 5, _Np - 4, _Np - 3, _Np - 2, _Np - 1> {}; };
template<> struct __parity<6> { template<size_t _Np> struct __pmake : __repeat<typename __make<_Np / 8>::type, _Np - 6, _Np - 5, _Np - 4, _Np - 3, _Np - 2, _Np - 1> {}; };
template<> struct __parity<7> { template<size_t _Np> struct __pmake : __repeat<typename __make<_Np / 8>::type, _Np - 7, _Np - 6, _Np - 5, _Np - 4, _Np - 3, _Np - 2, _Np - 1> {}; };
} // namespace detail
Накопипащенная параша из стандартной библиотеки плюсов для clang/llvm, имеющая отношение к реализации integer_sequence и tuple
https://github.com/llvm-mirror/libcxx/blob/191f075c6fe7440659781f2603088b2df337c06a/include/__tuple#L101-L139
https://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160627/163531.html