1. Лучший говнокод

    В номинации:
    За время:
  2. JavaScript / Говнокод #9060

    +168

    1. 1
    jQuery(jQuery);

    __proto__, 09 Января 2012

    Комментарии (18)
  3. PHP / Говнокод #8867

    +168

    1. 1
    preg_match('/(.*?)[.,!|]/',ltrim(preg_replace('/[\n\r]+/','|',strip_tags($item[$this->tooltip])),'|'),$regs);

    жонглирование регулярками

    Lure Of Chaos, 18 Декабря 2011

    Комментарии (4)
  4. PHP / Говнокод #8844

    +168

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    $mes_for_mail=str_replace("[code]","",$mes_for_mail);
    $mes_for_mail=str_replace("[/code]","",$mes_for_mail);
    
    $mes_for_mail=str_replace("[b]","",$mes_for_mail);
    $mes_for_mail=str_replace("[/b]","",$mes_for_mail);
    
    $mes_for_mail=str_replace("[i]","",$mes_for_mail);
    $mes_for_mail=str_replace("[/i]","",$mes_for_mail);
    
    $mes_for_mail=str_replace("[u]","",$mes_for_mail);
    $mes_for_mail=str_replace("[/u]","",$mes_for_mail);
    
    $mes_for_mail=str_replace("[s]","",$mes_for_mail);
    $mes_for_mail=str_replace("[/s]","",$mes_for_mail);
    
    $mes_for_mail=str_replace("[tt]","",$mes_for_mail);
    $mes_for_mail=str_replace("[/tt]","",$mes_for_mail);
    
    $mes_for_mail=str_replace("[sup]","",$mes_for_mail);
    $mes_for_mail=str_replace("[/sup]","",$mes_for_mail);
    
    $mes_for_mail=str_replace("[sub]","",$mes_for_mail);
    $mes_for_mail=str_replace("[/sub]","",$mes_for_mail);
    
    $mes_for_mail=str_replace("[code]","",$mes_for_mail);
    $mes_for_mail=str_replace("[/code]","",$mes_for_mail);
    
    $mes_for_mail=str_replace("[font color=FF0000]","",$mes_for_mail);
    $mes_for_mail=str_replace("[font color=0000FF]","",$mes_for_mail);
    $mes_for_mail=str_replace("[font color=008080]","",$mes_for_mail);
    $mes_for_mail=str_replace("[/font]","",$mes_for_mail);

    я плакол)

    TBoolean, 15 Декабря 2011

    Комментарии (6)
  5. C++ / Говнокод #8719

    +168

    1. 001
    2. 002
    3. 003
    4. 004
    5. 005
    6. 006
    7. 007
    8. 008
    9. 009
    10. 010
    11. 011
    12. 012
    13. 013
    14. 014
    15. 015
    16. 016
    17. 017
    18. 018
    19. 019
    20. 020
    21. 021
    22. 022
    23. 023
    24. 024
    25. 025
    26. 026
    27. 027
    28. 028
    29. 029
    30. 030
    31. 031
    32. 032
    33. 033
    34. 034
    35. 035
    36. 036
    37. 037
    38. 038
    39. 039
    40. 040
    41. 041
    42. 042
    43. 043
    44. 044
    45. 045
    46. 046
    47. 047
    48. 048
    49. 049
    50. 050
    51. 051
    52. 052
    53. 053
    54. 054
    55. 055
    56. 056
    57. 057
    58. 058
    59. 059
    60. 060
    61. 061
    62. 062
    63. 063
    64. 064
    65. 065
    66. 066
    67. 067
    68. 068
    69. 069
    70. 070
    71. 071
    72. 072
    73. 073
    74. 074
    75. 075
    76. 076
    77. 077
    78. 078
    79. 079
    80. 080
    81. 081
    82. 082
    83. 083
    84. 084
    85. 085
    86. 086
    87. 087
    88. 088
    89. 089
    90. 090
    91. 091
    92. 092
    93. 093
    94. 094
    95. 095
    96. 096
    97. 097
    98. 098
    99. 099
    100. 100
    case IDC_LED1_ZERO:
    				if (::IsDlgButtonChecked (hWnd,IDC_LED1_ZERO) )
    				{
    					if (::IsDlgButtonChecked (hWnd,IDC_LED2_ANYSPEED) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED3_ANYSPEED) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED4_ANYSPEED) )
    						::CheckDlgButton(hWnd,IDC_LED1_ANYSPEED,0);
    
    					if (::IsDlgButtonChecked (hWnd,IDC_LED2_POSITION) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED3_POSITION) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED4_POSITION) )
    						::CheckDlgButton(hWnd,IDC_LED1_POSITION,0);
    
    					if (::IsDlgButtonChecked (hWnd,IDC_LED2_DIGITAL_INPUT) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED3_DIGITAL_INPUT) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED4_DIGITAL_INPUT) )
    						::CheckDlgButton(hWnd,IDC_LED1_DIGITAL_INPUT,0);
    
    					::CheckDlgButton(hWnd,IDC_LED1_TURN_UNDER,0);
    					::CheckDlgButton(hWnd,IDC_LED2_ZERO,0);
    					::CheckDlgButton(hWnd,IDC_LED3_ZERO,0);
    					::CheckDlgButton(hWnd,IDC_LED4_ZERO,0);
    
    				}
    		break;
    		case IDC_LED1_ANYSPEED:
    				if (::IsDlgButtonChecked (hWnd,IDC_LED1_ANYSPEED) )
    				{
    					
    					if (::IsDlgButtonChecked (hWnd,IDC_LED2_ZERO) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED3_ZERO) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED4_ZERO) )
    						::CheckDlgButton(hWnd,IDC_LED1_ZERO,0);
    
    					if (::IsDlgButtonChecked (hWnd,IDC_LED2_POSITION) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED3_POSITION) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED4_POSITION) )
    						::CheckDlgButton(hWnd,IDC_LED1_POSITION,0);
    					
    					if (::IsDlgButtonChecked (hWnd,IDC_LED2_DIGITAL_INPUT) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED3_DIGITAL_INPUT) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED4_DIGITAL_INPUT) )
    						::CheckDlgButton(hWnd,IDC_LED1_DIGITAL_INPUT,0);
    
    					::CheckDlgButton(hWnd,IDC_LED1_TURN_UNDER,0);
    					::CheckDlgButton(hWnd,IDC_LED2_ANYSPEED,0);
    					::CheckDlgButton(hWnd,IDC_LED3_ANYSPEED,0);
    					::CheckDlgButton(hWnd,IDC_LED4_ANYSPEED,0);
    				}
    		break;
    		case IDC_LED1_POSITION:
    				if (::IsDlgButtonChecked (hWnd,IDC_LED1_POSITION) )
    				{
    					
    					if (::IsDlgButtonChecked (hWnd,IDC_LED2_ZERO) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED3_ZERO) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED4_ZERO) )
    						::CheckDlgButton(hWnd,IDC_LED1_ZERO,0);
    
    					if (::IsDlgButtonChecked (hWnd,IDC_LED2_ANYSPEED) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED3_ANYSPEED) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED4_ANYSPEED) )
    						::CheckDlgButton(hWnd,IDC_LED1_ANYSPEED,0);
    					
    					if (::IsDlgButtonChecked (hWnd,IDC_LED2_DIGITAL_INPUT) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED3_DIGITAL_INPUT) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED4_DIGITAL_INPUT) )
    						::CheckDlgButton(hWnd,IDC_LED1_DIGITAL_INPUT,0);
    
    					::CheckDlgButton(hWnd,IDC_LED1_TURN_UNDER,0);
    					::CheckDlgButton(hWnd,IDC_LED2_POSITION,0);
    					::CheckDlgButton(hWnd,IDC_LED3_POSITION,0);
    					::CheckDlgButton(hWnd,IDC_LED4_POSITION,0);
    
    				}
    		break;
    		case IDC_LED1_TURN_UNDER:
    				if (::IsDlgButtonChecked (hWnd,IDC_LED1_TURN_UNDER) )
    				{
    					
    					if (::IsDlgButtonChecked (hWnd,IDC_LED2_ZERO) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED3_ZERO) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED4_ZERO) )
    						::CheckDlgButton(hWnd,IDC_LED1_ZERO,0);
    
    					if (::IsDlgButtonChecked (hWnd,IDC_LED2_ANYSPEED) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED3_ANYSPEED) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED4_ANYSPEED) )
    						::CheckDlgButton(hWnd,IDC_LED1_ANYSPEED,0);
    					
    					if (::IsDlgButtonChecked (hWnd,IDC_LED2_DIGITAL_INPUT) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED3_DIGITAL_INPUT) || 
    						::IsDlgButtonChecked (hWnd,IDC_LED4_DIGITAL_INPUT) )
    						::CheckDlgButton(hWnd,IDC_LED1_DIGITAL_INPUT,0);
    
    					::CheckDlgButton(hWnd,IDC_LED1_POSITION,0);
    					::CheckDlgButton(hWnd,IDC_LED2_TURN_UNDER,0);
    					::CheckDlgButton(hWnd,IDC_LED3_TURN_UNDER,0);
    					::CheckDlgButton(hWnd,IDC_LED4_TURN_UNDER,0);
    				}

    Понадобилось добавить ещё один чек бокс. Зашёл в обработчик - а там такое. И это только начало, всё не поместилось. Чтобы представить масштабы скажу, что чекбоксов 16..., я должен добавить ещё 4.

    slavap, 04 Декабря 2011

    Комментарии (4)
  6. PHP / Говнокод #8620

    +168

    1. 1
    $_SESSION['lang_code'] = isset($_GET['lang_code']) ? file_exists("languages/lang_".$_GET['lang_code'].".php") ? $_GET['lang_code'] : isset($_SESSION['lang_code']) ? $_SESSION['lang_code'] : 'ru' : 'ru';

    LmSys, 23 Ноября 2011

    Комментарии (5)
  7. PHP / Говнокод #8597

    +168

    1. 1
    http://www.shkodenko.kiev.ua/index.php?lang_id=1&content_id=82

    я охуел

    dos_, 21 Ноября 2011

    Комментарии (4)
  8. C++ / Говнокод #8474

    +168

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    7. 7
    8. 8
    9. 9
    QTime time;
    
    QString name =  (time.currentTime()).toString();
    
    for (int i = 2; i <= 5; i = i+3)
    {
    	name.remove(i,1);
    	name.insert(i,".");
    }

    вот так вот, ребятишки.

    bartimeus33nt10, 10 Ноября 2011

    Комментарии (9)
  9. C++ / Говнокод #8210

    +168

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    void __fastcall TForm1::ShowBits(unsigned char data)
    {
       if(data&0x1)ImBit0->Canvas->Brush->Color=0x0000FF00;
       else ImBit0->Canvas->Brush->Color=clRed;
       ImBit0->Canvas->FillRect(TRect(0,0,ImBit0->Width,ImBit0->Height));
       if(data&0x2)ImBit1->Canvas->Brush->Color=0x0000FF00;
       else ImBit1->Canvas->Brush->Color=clRed;
       ImBit1->Canvas->FillRect(TRect(0,0,ImBit1->Width,ImBit1->Height));
       if(data&0x4)ImBit2->Canvas->Brush->Color=0x0000FF00;
       else ImBit2->Canvas->Brush->Color=clRed;
    
       ImBit2->Canvas->FillRect(TRect(0,0,ImBit2->Width,ImBit2->Height));
       if(data&0x8)ImBit3->Canvas->Brush->Color=0x0000FF00;
       else ImBit3->Canvas->Brush->Color=clRed;
    
       ImBit3->Canvas->FillRect(TRect(0,0,ImBit3->Width,ImBit3->Height));
       if(data&0x10)ImBit4->Canvas->Brush->Color=0x0000FF00;
       else ImBit4->Canvas->Brush->Color=clRed;
    
       ImBit4->Canvas->FillRect(TRect(0,0,ImBit4->Width,ImBit4->Height));
    
       if(data&0x20)ImBit5->Canvas->Brush->Color=0x0000FF00;
       else ImBit5->Canvas->Brush->Color=clRed;
       ImBit5->Canvas->FillRect(TRect(0,0,ImBit5->Width,ImBit5->Height));
    
       if(data&0x40)ImBit6->Canvas->Brush->Color=0x0000FF00;
       else ImBit6->Canvas->Brush->Color=clRed;
       ImBit6->Canvas->FillRect(TRect(0,0,ImBit6->Width,ImBit6->Height));
    
       if(data&0x80)ImBit7->Canvas->Brush->Color=0x0000FF00;
       else ImBit7->Canvas->Brush->Color=clRed;
       ImBit7->Canvas->FillRect(TRect(0,0,ImBit7->Width,ImBit7->Height));
    }

    Отображение состояния битов байта

    absolut, 17 Октября 2011

    Комментарии (34)
  10. PHP / Говнокод #8170

    +168

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    if (!is_array($arFilter)) 
    			$filter_keys = Array();
    		else
    			$filter_keys = array_keys($arFilter);
    
    		for ($i=0; $i<count($filter_keys); $i++)
    		{
    			$key = strtoupper($filter_keys[$i]);
    			$val = $arFilter[$filter_keys[$i]];
    // ....
    }

    по всей видимости, в битриксе программистам выдают тяжелые наркотики при входе.. до такой реализации foreach я бы никогда не додумался!

    belukov, 12 Октября 2011

    Комментарии (54)
  11. PHP / Говнокод #8126

    +168

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    <?php
    
        /*
        
            localhost Ltd - ALPHA CMS
            
            Version: 8.0
            
            File name: features_portability.php
            Description: This file contains the FEATURES PORT MODEL class.
            
            Coded by George Delaportas (G0D)
            
            localhost Ltd
            Copyright (c) 2011
        
        */
        
        
        
        // FEATURES PORT MODEL class
        class FEATURES_PORT_MODEL extends ROOT_MODEL
        {
        
            
    
        }
        
        
        
        /* ---------- End ---------- */
    
    ?>

    ALPHA CMS. Таких вот пустых классов ВРОТКОМПОТ_MODEL сорок шесть штук. Форматирование сохранено.

    telnet, 08 Октября 2011

    Комментарии (29)