Skip to content
View vithonch's full-sized avatar
Block or Report

Block or report vithonch

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

Pinned

  1. osx-for-hackers.sh osx-for-hackers.sh
    1
    #!/bin/sh
    2
    
                  
    3
    # Alot of these configs have been taken from the various places
    4
    # on the web, most from here
    5
    # https://github.com/mathiasbynens/dotfiles/blob/master/.osx
  2. Python-related modules and guides. Python-related modules and guides.
    1
    ## Packages
    2
    - [lxml](http://lxml.de/) - Pythonic binding for the C libraries libxml2 and libxslt. 
    3
    - [boto](http://boto.readthedocs.org/en/latest/) - Python interface to Amazon Web Services
    4
    - [Django](https://www.djangoproject.com/) - Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
    5
    - [Fabric](http://docs.fabfile.org/en/1.8/) - Library and command-line tool for streamlining the use of SSH for application deployment or systems administration task.