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
{'header': ['HTTP/1.1 502 Bad Gateway', 'Date: Wed, 12 Sep 2012 01:41:42 GMT', 'Content-Type: text/h | |
tml', 'Content-Length: 166', 'Connection: keep-alive^M'], 'content': '<html>^M^@<head><title>502 Bad | |
Gateway</title></head>^M^@<body bgcolor="white">^M^@<center><h1>502 Bad Gateway</h1></center>^M^@<h | |
r><center>nginx</center>^M^@</body>^M^@</html>^M^@'} |
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
" This is イッテヨシ! script in status line. | |
" The original script is here. | |
" https://github.com/koron/homoo-vim | |
" https://gist.github.com/3689258 | |
" All you have to do is execute below command. | |
" :source path/to/gikoneko.vim | |
scriptencoding utf-8 |
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
function neocomplcache#auto_complete..neocomplcache#manual_complete..neocomplcac | |
he#get_complete_results..<SNR>103_set_complete_results_words..428..423..<SNR>109 | |
_check_buffer..<SNR>109_get_buffer_include_files, 行 20 | |
Vim(let):E121: 未定義の変数です: path2 | |
Error occured in plugin's get_keyword_list()! | |
Plugin name is include_complete | |
"manage.py" 248L, 7402C 書込み | |
function <SNR>109_check_buffer..<SNR>109_get_buffer_include_files の処理中にエラ | |
ーが検出されました: | |
行 20: |
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
migemodict=/opt/local/share/migemo/utf-8/migemo-dict |
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
#!/bin/zsh | |
# This hook is run after every virtualenv is activated. | |
PS1=$RED'[${USER}@${HOST%%.*}:'`basename \$VIRTUAL_ENV`'] %(!.#.$) '$DEFAULT |
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
Process: Vim [8024] | |
Path: /Applications/MacVim.app/Contents/MacOS/Vim | |
Identifier: Vim | |
Version: ??? (???) | |
Code Type: X86-64 (Native) | |
Parent Process: zsh [7546] | |
Date/Time: 2012-08-21 22:14:48.923 +0900 | |
OS Version: Mac OS X 10.6.8 (10K549) | |
Report Version: 6 |
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
Process: Vim [15845] | |
Path: /Applications/MacVim.app/Contents/MacOS/Vim | |
Identifier: Vim | |
Version: ??? (???) | |
Code Type: X86-64 (Native) | |
Parent Process: zsh [832] | |
Date/Time: 2012-08-21 10:05:16.319 +0900 | |
OS Version: Mac OS X 10.6.8 (10K549) | |
Report Version: 6 |
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
function <SNR>94_RunPyflakes..<SNR>94_ActivatePyflakesQuickFixWindow の処理中に> | |
エラーが検出されました: | |
行 2: | |
E523: ここでは許可されません: silent colder 9 " go to the bottom of | |
quickfix stack | |
function <SNR>94_RunPyflakes の処理中にエラーが検出されました: | |
行 49: | |
E171: :endif がありません | |
function tagbar#currenttag..<SNR>131_Init の処理中にエラーが検出されました: | |
行 19: |
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
autocmd! | |
set nocompatible | |
syntax enable | |
filetype plugin indent on | |
set fileformats=unix,dos,mac | |
set backspace=indent,eol,start | |
set showcmd |
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
package peropero; | |
public class Oraora { | |
public static void main(String[] args) { | |
} | |
public static String おらおら() { | |
return "(゜ロ゜)オラ(゜ロ゜)オラ(゜ロ゜)オラ(゜ロ゜)オラ(゜ロ゜)オラ(゜ロ゜)オラ(゜ロ゜)オラ(゜ロ゜)オラ"; | |
} | |
} |