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

    Всего: 3

  2. C# / Говнокод #7596

    +123

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    7. 7
    8. 8
    9. 9
    public override void KeyUp(KeyboardEventArgs e)
    {
        if(subact.KeyUp(e)) return;
    }
    
    public override void KeyDown(KeyboardEventArgs e)
    {
        if(subact.KeyDown(e)) return;
    }

    ___, 20 Августа 2011

    Комментарии (7)
  3. JavaScript / Говнокод #5741

    +157

    1. 1
    2. 2
    3. 3
    4. 4
    function auCtrl(whSound,play) {
    if (IE) this.src = play? aySound[whSound]:'';
    else eval("this.document.embeds[whSound]." + (play? "play()":"stop()"))
    }

    ___, 21 Февраля 2011

    Комментарии (0)
  4. Python / Говнокод #4720

    −181

    1. 1
    function hilight { python2 -c 'import sys, re; map(lambda s: sys.stdout.write(re.sub(r"'$1'", lambda m: "\033[1;31m%s\033[0m" % m.group(0), s)), sys.stdin)' }

    Это в Python или в bash?

    ___, 23 Ноября 2010

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