How to install latest GHC 8.0.1 from source + stack 1.1.2 + cabal 1.24.0.0 + cabal-install 1.24.0.0 on ubuntu
for your convinience these instuction is available as:
gist
git repo
| #!/usr/bin/env python | |
| """ | |
| Get LinkedIn OAuth1 access tokens without having to open a web browser. | |
| Notes | |
| ----- | |
| Based upon https://developer.linkedin.com/documents/getting-oauth-token-python | |
| Assumes that the application API key, secret key, user name, and password are stored |
| #!/usr/bin/env python | |
| # | |
| # Extracts email addresses from one or more plain text files. | |
| # | |
| # Notes: | |
| # - Does not save to file (pipe the output to a file if you want it saved). | |
| # - Does not check for duplicates (which can easily be done in the terminal). | |
| # | |
| # (c) 2013 Dennis Ideler <[email protected]> |