"A" "B" "C" "D" "E" "F" "G" "H"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| # frozen_string_literal: true | |
| # 12345678 | |
| # ---- 3..6 RANGE | |
| # --- 2..4 true | |
| # ------ 2..7 true | |
| # -- 4..5 true | |
| # --- 5..7 true | |
| # -- 1..2 false | |
| # -- 7..8 false |
This file contains hidden or 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
| set nocompatible | |
| filetype off | |
| "NeoBundle の設定 | |
| if has('vim_starting') | |
| set runtimepath+=~/.vim/bundle/neobundle.vim | |
| endif | |
| call neobundle#begin(expand('~/.vim/bundle')) |
This file contains hidden or 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
| hoge | |
| fuga | |
| piyopiyo |
This file contains hidden or 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
| set nosmoothscroll | |
| map d closeTab | |
| map u lastClosedTab | |
| map <C-e> scrollDown | |
| map <C-y> scrollUp | |
| map <C-d> scrollPageDown | |
| map <C-u> scrollPageUp |
This file contains hidden or 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
| http://hexhoop.com/users#_=_ | |
| Koala::Facebook::ServerError in UsersController#top | |
| {"error_code":1,"error_msg":"An unknown error occurred"} [HTTP 500] | |
| Extracted source (around line #145): | |
| 143 data[:me][:likes] = data[:page].keys | |
| 144 | |
| 145 friends = graph.get_connections("me", "friends?fields=id,name,link,birthday,picture,likes,gender,quotes") |