I hereby claim:
- I am mhubig on github.
- I am mhubig (https://keybase.io/mhubig) on keybase.
- I have a public key whose fingerprint is 7DC8 4233 9609 18C9 369C 6D94 6A95 8B92 DD82 24C0
To claim this, I am signing this object:
| FROM php:5.6-fpm | |
| RUN apt-get update && apt-get install -y \ | |
| bzip2 \ | |
| libcurl4-openssl-dev \ | |
| libpng12-dev \ | |
| libmagickwand-dev | |
| RUN docker-php-ext-install mysql json curl gd \ | |
| && pecl install imagick-3.3.0RC2 \ |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # -*- coding: UTF-8 -*- | |
| """PEW - Python Env Wrapper | |
| Usage: pew [--help] [--version] [--verbose] | |
| [--dry-run] <command> [<args>...] | |
| Generic options: | |
| -h, --help Show this screen. | |
| -V, --version Show version. |
| $ brew --config | |
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/mxcl/homebrew | |
| HEAD: 57175c67e53551a967f028714a5ea01ab8e96388 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| CPU: quad-core 64-bit ivybridge | |
| OS X: 10.9-x86_64 | |
| Xcode: 5.0.1 | |
| CLT: 5.0.1.0.1.1382131676 |
| #!/usr/bin/env python | |
| # -*- coding: UTF-8 -*- | |
| import json | |
| import requests | |
| url = "http://letsrevolutionizetesting.com/challenge" | |
| headers = {'accept': 'application/json'} | |
| while True: |
| <span id="e116142240">[javascript protected email address]</span> | |
| <script type="text/javascript"> | |
| var a="gqMjyw7lZCaKk6p0J3uAUYS1.dbIW2hXzDHmiVNotOPRe_Ev@c4Gs58+LBr-F9QTfxn"; | |
| var b=a.split("").sort().join(""); | |
| var c="F_-F6F_-FMe_"; | |
| var d=""; | |
| for(var e=0;e<c.length;e++) | |
| d+=b.charAt(a.indexOf(c.charAt(e))); | |
| document |
| #!/usr/bin/env python | |
| # -*- coding: UTF-8 -*- | |
| import sys | |
| import time | |
| import json | |
| import uuid | |
| import Queue | |
| import signal | |
| import select |
| #!/usr/bin/env python | |
| # -*- coding: UTF-8 -*- | |
| # vim: set ft=python fenc=UTF-8 ts=4 sts=4 sw=4 et : | |
| def push_up(): | |
| win = zephyros.api.focused_window() | |
| screen = win.screen() | |
| frame = screen.frame_without_dock_or_menu() | |
| frame.h /= 2 | |
| frame.inset(10, 10) |
| input { | |
| tcp { | |
| type => "apt-history" | |
| port => 3333 | |
| } | |
| } | |
| filter { | |
| # First, glue all lines together into one event! |