1. Pascal / Говнокод #2988

    +110.2

    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
    function HexStrToint(S: String): Integer;
    begin
    if (s='$00000000') or (s='clBlack')then HexStrToint:=0
    else
    if s='$00010101' then HexStrToint:=1
    else
    if s='$00020202' then HexStrToint:=2
    else
    if s='$00030303' then HexStrToint:=3
    else
    if s='$00040404' then HexStrToint:=4
    else
    if s='$00050505' then HexStrToint:=5
    else
    if s='$00060606' then HexStrToint:=6
    else
    if s='$00070707' then HexStrToint:=7
    else
    if s='$00080808' then result:=8
    else
    if s='$00090909' then result:=9
    else
    if s='$000A0A0A' then result:=10
    else
    if s='$000B0B0B' then result:=11
    else
    if s='$000C0C0C' then result:=12
    else
    if s='$000D0D0D' then result:=13
    else
    if s='$000E0E0E' then result:=14
    else
    if s='$000F0F0F' then result:=15
    else
    if s='$00101010' then result:=16
    else
    if s='$00111111' then result:=17
    else
    if s='$00121212' then result:=18
    else
    if s='$00131313' then result:=19
    else
    if s='$00141414' then result:=20
    else
    if s='$00151515' then result:=21
    else
    if s='$00161616' then result:=22
    else
    if s='$00171717' then result:=23
    else
    if s='$00181818' then result:=24
    else
    if s='$00191919' then result:=25
    else
    if s='$001A1A1A' then result:=26
    else
    if s='$001B1B1B' then result:=27
    else
    if s='$001C1C1C' then result:=28
    else
    if s='$001D1D1D' then result:=29
    else
    if s='$001E1E1E' then result:=30
    else
    if s='$001F1F1F' then result:=31
    else
    if s='$00202020' then result:=32
    else
    if s='$001D1D1D' then result:=33
    else
    if s='$00222222' then result:=34
    else
    if s='$00232323' then result:=35
    else
    if s='$00242424' then result:=36
    else
    if s='$00252525' then result:=37
    else
    if s='$00262626' then result:=38
    else
    if s='$00272727' then result:=39
    else
    if s='$00282828' then result:=40
    else
    if s='$00292929' then result:=41
    else
    if s='$002A2A2A' then result:=42
    else
    if s='$002B2B2B' then result:=43
    else
    if s='$002C2C2C' then result:=44
    else
    if s='$002D2D2D' then result:=45
    else
    if s='$002E2E2E' then result:=46
    else
    if s='$002F2F2F' then result:=47
    else
    if s='$00303030' then result:=48
    else

    Наткнулся на проявление "гениальности"
    // про язык, на котором написано, вообще молчу

    Это перевод хексов оттенков серого в числа (там до 255 включительно, но здесь не влезает)
    Код, может, и сгенерирован, но все равно это говнокод ^_^

    Запостил: m08pvv, 11 Апреля 2010

    Комментарии (19) RSS

    • ах, да! использование говнокода выглядит так:

      a[x,y]:=HEXStrToINT(Colortostring(ColortoRGB(i mage1.Canvas.Pixels[X,Y])));
      Ответить
    • один элсе иф - одно долбление головой о стену
      Ответить
    • Ахахаха... гениальное решение делать все через if
      Ответить
    • Кстати, правильное решение - через лексический анализатор!
      Впрочем, посмотрев на таблицы конечного автомата... Короче, плюсов словило бы больше:)
      Ответить
    • показать все, что скрытоГоспода, а когда здесь будет С++?
      Ответить
    • У меня лютый батхурт от коментов про С++
      Ответить
    • m08pvv
      а чем это вам собственно Делфи не нравится? ОН может в некоторых случаях и покруче С++ будет!
      Ответить
      • Ты на кого бочку катишь? Совсем опух?
        ЭТО ЖЕ СИ ПЛЮС ПЛЮС!!!!!!!!!!!!111111
        Ответить
    • Это вообще говножесть :)
      я б так сделал:
      function HexStrToInt(S: String): Integer;
      begin
        HexToInt:=(Byte(S[4]>='A')*(Byte(S[4])-Byte('A')+10)+Byte(S[4]<='9')*(Byte(S[4])-Byte('0'))) Shl 4+Byte(S[5]>='A')*(Byte(S[5])-Byte('A')+10)+Byte(S[5]<='9')*(Byte(S[5])-Byte('0'))
      End;
      Ответить

    Добавить комментарий