1. Куча / Говнокод #19746

    +5

    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
    type asynchronizer struct {
    	payload interface{}
    }
    
    func (as *asynchronizer) MarshalJSON() ([]byte, error) {
    	insert := []byte("\"async\":true,")
    	if as.payload == nil {
    		as.payload = struct{}{}
    	}
    	raw, err := json.Marshal(as.payload)
    	if err != nil {
    		return raw, err
    	}
    	if raw[1] == '}' {
    		insert = insert[:len(insert)-2]
    	}
    	return append(append(raw[0:1], insert...), raw[1:]...), nil
    }

    Чем дальше в лес, тем больше Го напоминает ПХП.

    wvxvw, 03 Апреля 2016

    Комментарии (28)
  2. Куча / Говнокод #19743

    +1

    1. 1
    Что за мемчик про вореции?

    Желательно со ссылками на лурк.

    kurwa, 02 Апреля 2016

    Комментарии (216)
  3. Куча / Говнокод #19733

    +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
    .section-cart .table .th1.th1,
    .section-cart .table .th2.th1,
    .section-cart .table .th3.th1,
    .section-cart .table .th4.th1 {
      width: 575px;
    }
    .section-cart .table .th1.th2,
    .section-cart .table .th2.th2,
    .section-cart .table .th3.th2,
    .section-cart .table .th4.th2 {
      width: 285px;
    }
    .section-cart .table .th1.th3,
    .section-cart .table .th2.th3,
    .section-cart .table .th3.th3,
    .section-cart .table .th4.th3 {
      width: 250px;
    }
    .section-cart .table .th1.th1,
    .section-cart .table .th2.th2,
    .section-cart .table .th3.th3,
    .section-cart .table .th4.th4 {
      width: 250px;
    }
    .section-cart .table .td1,
    .section-cart .table .td2,
    .section-cart .table .td3,
    .section-cart .table .td4,
    .section-cart .table .td5,
    .section-cart .table .td6 {
      display: inline-block;
      vertical-align: middle;
      height: 215px;
      border-bottom: 1px solid #d1d1d1;
    }
    .section-cart .table .td1.td1,
    .section-cart .table .td2.td1,
    .section-cart .table .td3.td1,
    .section-cart .table .td4.td1,
    .section-cart .table .td5.td1, 
    .section-cart .table .td6.td1 {
      width: 245px;
      line-height: 215px;
      text-align: center;
    }
    .section-cart .table .td1.td1 img,
    .section-cart .table .td2.td1 img,
    .section-cart .table .td3.td1 img,
    .section-cart .table .td4.td1 img,
    .section-cart .table .td5.td1 img, {
    .section-cart .table .td5.td1 img {
      display: inline-block;
      vertical-align: middle;
    }
    .section-cart .table .td1.td2,
    .section-cart .table .td2.td2,
    .section-cart .table .td3.td2,
    .section-cart .table .td4.td2,
    .section-cart .table .td5.td2 {
      padding-left: 30px;
      line-height: 215px;
      padding-right: 25px;
      width: 355px;
    }
    .section-cart .table .td1.td2 > span,
    .section-cart .table .td2.td2 > span,
    .section-cart .table .td3.td2 > span,
    .section-cart .table .td4.td2 > span,
    .section-cart .table .td5.td2 > span {
      line-height: normal;
      display: inline-block;
      vertical-align: middle;
    }
    .section-cart .table .td1.td2 .title,
    .section-cart .table .td2.td2 .title,
    .section-cart .table .td3.td2 .title,
    .section-cart .table .td4.td2 .title,
    .section-cart .table .td5.td2 .title {
      color: #181415;
      font-size: 22px;
      padding-bottom: 20px;
    }
    .section-cart .table .td1.td2 .opts,
    .section-cart .table .td2.td2 .opts,
    .section-cart .table .td3.td2 .opts,
    .section-cart .table .td4.td2 .opts,
    .section-cart .table .td5.td2 .opts {
      font-size: 16px;
      color: #636363;
      line-height: 24px;
    }
    .section-cart .table .td1.td2 .opts b,
    .section-cart .table .td2.td2 .opts b,
    .section-cart .table .td3.td2 .opts b,
    .section-cart .table .td4.td2 .opts b,
    .section-cart .table .td5.td2 .opts b {
      display: inline-block;
      padding-right: 10px;
      color: #181415;
    }

    Вот так вот строим обычную табличку.

    thereiter, 01 Апреля 2016

    Комментарии (68)
  4. Куча / Говнокод #19714

    +6

    1. 1
    2. 2
    http://requests.readthedocs.org/en/master/
    Warning: Recreational use of other HTTP libraries may result in dangerous side-effects, including: security vulnerabilities, verbose code, reinventing the wheel, constantly reading documentation, depression, headaches, or even death.

    Не говнокод, даже не говнокоммент. Наоборот, хороший, годный комментарий.

    хуита, 29 Марта 2016

    Комментарии (3)
  5. Куча / Говнокод #19713

    +5

    1. 1
    2. 2
    3. 3
    .dostali {
    font-weight: bold;
    }

    Достали!!!11

    gk228, 29 Марта 2016

    Комментарии (3)
  6. Куча / Говнокод #19712

    +4

    1. 1
    http://cs543107.vk.me/v543107084/f49c/quBsGLPz-lE.jpg

    Программирование по-русски глазами американцев...
    Сериал: "Агенты Щ.И.Т."; Сезон: 3; Эпизод: 13

    LispGovno, 29 Марта 2016

    Комментарии (19)
  7. Куча / Говнокод #19694

    +5

    1. 1
    https://meduza.io/shapito/2016/03/24/iskusstvennyy-intellekt-ot-microsoft-za-sutki-polyubil-gitlera-i-voznenavidel-feministok

    RIP in peace, nazi AI ;_;

    CHayT, 25 Марта 2016

    Комментарии (5)
  8. Куча / Говнокод #19683

    −2

    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
    // POST /login
    exports.login = function login(req, res) {
        var email = req.body.email;
        var password = req.body.password;
    
        security.rateLimitRequest( 'reset', req, function( err ) {
            if ( err )
                return res.status( 400 ).send( err );
            db.Account.find({email: email, password: password}, function(err, account) {
                if ( err )
                    return res.status( 400 ).send( err );
                account.getAccountStatistics(account, function(err, account) {
                    if ( err )
                        return res.status( 400 ).send( err );
                    account.incrementAccountLoginCount(account, function(err) {
                        if ( err )
                           return res.status( 400 ).send( err );
                        res.send(account);
                    });
                });
            });
        });
    });

    У меня радость во все поля:

    // POST /login
    exports.login = function *login() {
    var email = req.body.email;
    var password = req.body.password;

    try
    {
    // Throws an error if rate limit exceeded
    yield security.rateLimitRequest( 'reset', req );

    // Query MongoDB for account
    var account = yield db.Account.find({email: email, password: password});
    account.statistics = yield account.getAccountStatistics(account);

    // Increment login count
    yield account.incrementAccountLoginCount(account);

    this.body = account;
    }
    catch( err ) {
    // Return the error as JSON
    return res.status( 400 ).send( err );
    }
    });

    LispGovno, 23 Марта 2016

    Комментарии (177)
  9. Куча / Говнокод #19677

    −1

    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
    (* basic power axiom
    safe_comp_power x y =
        case
            (x = 0) and (y <> 0) -> 1
            (x = 1) -> x
            ((x <> 0) and (y >= 0)) or ((x = 0) and (y > 0)) -> x * (safe_comp_power x (y - 1))
    *)
    
    logic safe_comp_pow : int, int -> int
    
    axiom safe_comp_pow_int_A_1 : forall x : int. (x <> 0) -> safe_comp_pow(x, 0) = 1
    
    axiom safe_comp_pow_int_A_2 : forall x : int. safe_comp_pow(x, 1) = x
    
    axiom safe_comp_pow_int_A_3 : forall x,y : int. ((x <> 0) and (y >= 0)) or ((x = 0) and (y > 0)) -> safe_comp_pow(x, y) = x*(safe_comp_pow(x,y-1))
    
    
    goal g_1 :
      forall a,n : int.
      a <> 0 -> n >= 0 ->
      safe_comp_pow(a,n+1) = safe_comp_pow(a,n)*a

    Язык для SMT солвера alt-ergo https://alt-ergo.ocamlpro.com/try.php . Аксиомы для возведения в степень. Возводить в отрицательную степень нельзя. Ноль в степени ноль - нельзя. Логика первого порядка. Должна быть справедлива для целых. Правда в одной аксиоме я допустил баг. Я его уже нашел. Можете тоже попробовать найти его

    j123123, 22 Марта 2016

    Комментарии (19)
  10. Куча / Говнокод #19668

    +1

    1. 1
    https://habrahabr.ru/company/tm/blog/279759/

    На Швабре можно постить гоатсе.

    Vasiliy, 21 Марта 2016

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