Colored SVN status and log output, page long commands.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% @doc A small module that jumps between connected nodes. | |
%% @author Gianfranco Alongi <gianfranco.alongi@gmail.com> | |
%% @author Adam Lindberg <hello@alind.io> | |
-module(virus). | |
-export([start/0]). | |
-export([start/1]). | |
start() -> spawn_process(code:get_object_code(?MODULE)). | |
start(Beam) -> spawn_process(Beam). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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) |
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:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// 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}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Ansible dict filters.""" | |
# Make coding more python3-ish | |
from __future__ import (absolute_import, division, print_function) | |
__metaclass__ = type | |
from ansible.errors import AnsibleError | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Versions
- Bootstrap 4 Alpha 6
- Phoenix 1.2.1
Instructions
-
Install npm packages
npm install --save-dev sass-brunch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-webkit-keyframes fadein { | |
from { | |
opacity: 0; | |
} | |
to { | |
opacity: 1; | |
} | |
} | |
#sVim-command { |
OlderNewer