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
| [liteidex] | |
| version=1 | |
| [App] | |
| About= | |
| AboutPlugins= | |
| Backward=Alt+Left | |
| CloseAllFiles= | |
| CloseAllFolders= | |
| CloseFile=Ctrl+W |
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/sh | |
| # | |
| # $(#) | |
| # | |
| # @Author: coma | |
| # @Version: 0.01 | |
| # @Date: MAKEDATE | |
| # | |
| #------------------------------ | |
| # Defines |
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
| ################################################### | |
| # tmux config | |
| # writen by pachicoma @2016.03.22 | |
| ################################################### | |
| #------------------------------ | |
| # View | |
| #------------------------------ | |
| # Term color | |
| #set-option -g default-terminal screen-256color |
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
| "=========================================================================== | |
| " vim config file write by pachicoma | |
| " LastUpdate: 2015.04.05 16:37 | |
| "=========================================================================== | |
| "-------------------------------------------------- | |
| " 基本設定 | |
| "-------------------------------------------------- | |
| set nocompatible " Vi互換モードは利用しない | |
| set novb " ビープ音,フラッシュ無効 | |
| set t_vb= " ビープ音,フラッシュ無効 |
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
| #!/usr/bin/env python | |
| # -*- encoding: utf-8 -*- | |
| u"""簡易スクリプト作成補助モジュール | |
| """ | |
| import sys | |
| import os | |
| import re | |
| import traceback |
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
| #!/usr/bin/env python | |
| # -*- encoding: utf-8 -*- | |
| """ | |
| モジュールの説明 | |
| """ | |
| import sys | |
| import os | |
| import shutil |
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
| #!/usr/bin/env python | |
| # -*- encoding: utf-8 -*- | |
| """ | |
| this is sample hello modules | |
| """ | |
| import sys | |
| print("script start...") |