I hereby claim:
- I am eproxus on github.
- I am alind (https://keybase.io/alind) on keybase.
- I have a public key whose fingerprint is 8AD7 0971 4595 17CC 053F CF4A F5D0 7BFC 4099 037B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 | |
| Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 | |
| Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 | |
| Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 | |
| Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 | |
| Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 | |
| Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 | |
| Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 | |
| Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) App |
| # Colorized, formatted output for assert_equal | |
| module Test | |
| module Unit | |
| module Assertions | |
| alias_method :assert_equal_original, :assert_equal | |
| def assert_equal(expected, actual, msg = "") | |
| unless expected == actual | |
| require 'ap' | |
| expected_str = pretty_format_object("Expected:".green, expected) |
Colored SVN status and log output, page long commands.
| // Vintageous: disable arrow keys in insert mode | |
| {"keys": ["left"], "command": "unbound", "args": {"mode": "mode_insert"}, | |
| "context": [ | |
| {"key": "vi_insert_mode_aware"}, | |
| {"key": "auto_complete_visible", "operand": false}, | |
| ]}, | |
| {"keys": ["right"], "command": "unbound", "args": {"mode": "mode_insert"}, | |
| "context": [ | |
| {"key": "vi_insert_mode_aware"}, | |
| {"key": "auto_complete_visible", "operand": false}, |
| defmodule Mix.Tasks.Rel do | |
| @moduledoc """ | |
| Creates a release from a Relx configuration file. | |
| mix rel RELEASE_NAME | |
| Finished releases end up in the `_rel` folder, both as folders and as | |
| tarballs. | |
| # Command line options |
| """Ansible dict filters.""" | |
| # Make coding more python3-ish | |
| from __future__ import (absolute_import, division, print_function) | |
| __metaclass__ = type | |
| from ansible.errors import AnsibleError |
| @-webkit-keyframes fadein { | |
| from { | |
| opacity: 0; | |
| } | |
| to { | |
| opacity: 1; | |
| } | |
| } | |
| #sVim-command { |
| # Load Order Interactive Interactive Script | |
| # Startup Only login Always | |
| # ------------- ----------- ----------- ------ | |
| # /etc/zshenv 1 1 1 | |
| # ~/.zshenv 2 2 2 | |
| # /etc/zprofile 3 | |
| # ~/.zprofile 4 | |
| # /etc/zshrc 5 3 | |
| # ~/.zshrc 6 4 | |
| # /etc/zlogin 7 |
| -module(). | |
| -behavior(gen_server). | |
| % API | |
| -export([start_link/0]). | |
| % Callbacks | |
| -export([init/1]). | |
| -export([handle_call/3]). |