Skip to content
View eculver's full-sized avatar
🧠
Braining
🧠
Braining
Block or Report

Block or report eculver

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
eculver/README.md

Hi there 👋

Metrics

Pinned

  1. memcache-top memcache-top Public

    "top" for memcache - watch the traffic and other stats in real-time. Yoikes. Forked from Nicholas Tang's Google Code project.

    Perl 82 29

  2. htpasswd script in python (no need t... htpasswd script in python (no need to install apache utils)
    1
    #!/usr/local/bin/python
    2
    """Replacement for htpasswd"""
    3
    # Original author: Eli Carter
    4
    
                  
    5
    import os
  3. Auto-refresh bookmarklet Auto-refresh bookmarklet
    1
    // origin: http://www.google.com/support/forum/p/Chrome/thread?tid=1a37ccbdde5902fd&hl=en
    2
    
                  
    3
    javascript:
    4
    timeout=prompt("Set timeout [s]");
    5
    current=location.href;
  4. How to deal with tmux "protocol vers... How to deal with tmux "protocol version mismatch"
    1
    $ tmux attach
    2
    protocol version mismatch (client 7, server 6)
    3
    
                  
    4
    $ pgrep tmux
    5
    3429