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
! Moved to https://github.com/gerardroche/surfing-x-blind |
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
import collections | |
import functools | |
import html | |
import os | |
import subprocess | |
import sys | |
import threading | |
import time | |
import sublime |
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
#!/bin/sh | |
set -e | |
unset CDPATH | |
unset IFS | |
readonly SOURCE=$(readlink -nf "$0") | |
readonly SOURCE_PATH=$(dirname "$SOURCE") | |
readonly SOURCE_NAME=$(basename "$SOURCE") | |
show_usage() { |
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
#!/bin/sh | |
set -e | |
unset CDPATH | |
unset IFS | |
show_usage() { | |
cat <<USAGE | |
Usage: $(basename $0) --build <number> | |
USAGE |
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
# 301 https://github.com/gerardroche/dotfiles |
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
////////////////// | |
// vim_hardtime // | |
////////////////// | |
// { "keys": ["left"], "command": "null", "context": [ { "key": "setting.command_mode", "operand": true } ]}, | |
// { "keys": ["left"], "command": "null", "context": [ { "key": "setting.command_mode", "operand": false }, { "key": "setting.is_widget", "operand": false }, { "key": "auto_complete_visible", "operand": false } ]}, | |
// { "keys": ["down"], "command": "null", "context": [ { "key": "setting.command_mode", "operand": true } ]}, | |
// { "keys": ["down"], "command": "null", "context": [ { "key": "setting.command_mode", "operand": false }, { "key": "setting.is_widget", "operand": false }, { "key": "auto_complete_visible", "operand": false } ]}, | |
// { "keys": ["up"], "command": "null", "context": [ { "key": "setting.command_mode", "operand": true } ]}, | |
// { "keys": ["up"], "command": "null", "context": [ { "key": "setting.command_mode", "operand": false }, { "key": "setting.is_widget", "operand": false }, { "key": "auto_c |
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
#!/bin/sh | |
set -e | |
unset CDPATH | |
unset IFS | |
init_strip_require_once() { | |
current_dir_name="$(basename "$PWD")" |
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
# 301 https://github.com/gerardroche/dotfiles |
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
# 301 https://github.com/gerardroche/dotfiles |
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
# 301 https://github.com/gerardroche/dotfiles |
NewerOlder