1. Список говнокодов пользователя guestinh0

    Всего: 5

  2. C++ / Говнокод #23013

    −17

    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
    34. 34
    35. 35
    36. 36
    37. 37
    38. 38
    39. 39
    40. 40
    41. 41
    42. 42
    43. 43
    44. 44
    45. 45
    46. 46
    47. 47
    48. 48
    49. 49
    50. 50
    51. 51
    52. 52
    53. 53
    54. 54
    #include <iostream>
    
    template <unsigned long destiny>
    struct dice {
        static const unsigned long roll = destiny * 1103515245 + 12345;
    };
    
    struct happiness {};
    
    template <typename XX, typename XY>
    struct love {
        typedef XX HACTEHbKA;
        typedef XY bormand;
    };
    
    template <int magic>
    struct bormand {
        static const unsigned long destiny = magic;
    };
    
    typedef
        love<bormand<196>, love<bormand<136>, love<bormand<230>,
        love<bormand< 80>, love<bormand< 83>, love<bormand<237>,
        love<bormand<100>, love<bormand< 51>, love<bormand< 19>,
        love<bormand<166>, love<bormand< 12>, love<bormand<153>,
        love<bormand<229>, love<bormand<141>, love<bormand<125>,
        happiness          >>>>>>>>>>>>>>>    HACTEHbKA;
    
    template<typename LOVE, unsigned long destiny>
    struct mystery {
        typedef
            love<bormand<LOVE::HACTEHbKA::destiny ^ dice<destiny>::roll>,
            typename mystery<typename LOVE::bormand,
            dice<destiny>::roll>::unveiled> unveiled;
    };
    
    template<unsigned long destiny>
    struct mystery<happiness, destiny> {
        typedef happiness unveiled;
    };
    
    template<typename love>
    std::string dreams_come_true(const love&) {
        return std::string(1, love::HACTEHbKA::destiny) +
               dreams_come_true(typename love::bormand());
    }
    
    std::string dreams_come_true(const happiness&) {
        return std::string();
    }
    
    int main() {
        std::cout << dreams_come_true(mystery<HACTEHbKA, 1>::unveiled());
    }

    Я перепесала http://govnokod.ru/21198 через вычесления на чистом уровне и кампеляции как моя чистая любовь

    guestinh0, 11 Мая 2017

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

    −520

    1. 1
    2. 2
    3. 3
    http://blog.washingtonpost.com/securityfix/2007/01/scary_blogspam_automation_tool_1.html?nav=rss_blog
    
    301 http://www.washingtonpost.com/blogs

    Ненавижу. Как определить, что ссылка сдохла?

    guestinh0, 06 Мая 2017

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

    −12

    1. 1
    2. 2
    3. 3
    Powershell
    
    Get-Date -UFormat %V

    Apparently powershell parameter -uformat %V doesn't actually use any kind of 'first day of week' rule. It actually just shows the amount of '7 days' that have passed since the beginning of the year (starting at 1).

    Бляяяяяяя!!!!

    guestinh0, 21 Апреля 2017

    Комментарии (26)
  5. JavaScript / Говнокод #22800

    −135

    1. 1
    http://caniuse.com/#feat=async-functions

    Вашу ж мать, в браузеры завезли async/await! Чего никто еще не создал?

    guestinh0, 11 Апреля 2017

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

    −16

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    # Netscape HTTP Cookie File
    # https://curl.haxx.se/docs/http-cookies.html
    # This file was generated by libcurl! Edit at your own risk.
    
    .govnokod.ru	TRUE	/	FALSE	0	PHPSESSID	a18hitpcgd56mpa0uave5i9432
    .govnokod.ru	TRUE	/	FALSE	1801042161	auth	5472258232ab9a101c696b06e707a3bb

    Это кукисы, сохранившиеся от моего ботоводства пол года назад.
    Сможет кто-то по ним сейчас войти?

    Если да, то скажите как.
    И вообще, сколько эти сессии хранятся на серваке?

    Есть такой-же файл для GUESTINHO.

    Мой код, но не получаеццо:

    document.cookie = 'PHPSESSID=...;path=/;expires="Thu, 09 Apr 2037 17:35:37 GMT";domain=.govnokod.ru'
    document.cookie = 'auth=...;path=/;expires="Thu, 09 Apr 2037 17:35:37 GMT";domain=.govnokod.ru'

    guestinh0, 09 Апреля 2017

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