2016年05月30日のつぶやき

0
    20:41
    Chatworkにもアラートあげようかな
    • 2016.05.31 Tuesday
    • -
    • 03:31
    • -
    • -
    • -
    • -
    • by orz

    2016年05月26日のつぶやき

    0
      20:56
      ops worksでberkshelfが動かないと思ったら Chef12を選んでたよ もうだみだぁ
      • 2016.05.27 Friday
      • -
      • 03:30
      • -
      • -
      • -
      • -
      • by orz

      2016年05月25日のつぶやき

      0
        19:52
        ops worksを初めてつかったよ 某クラウドでも、提供してほしいものですわ
        • 2016.05.26 Thursday
        • -
        • 03:31
        • -
        • -
        • -
        • -
        • by orz

        2016年05月24日のつぶやき

        0
          20:05
          オラもマカロンほしいだ
          22:58
          某グループで利用してる糞チャットアプリをスマフォにいれましたよ
          • 2016.05.25 Wednesday
          • -
          • 03:31
          • -
          • -
          • -
          • -
          • by orz

          2016年05月20日のつぶやき

          0
            22:41
            唐揚げが食べられたよ うれしいなぁ
            22:54
            しかし、憧れの会社で働くエンジニアが二人も大宮会に参加してくれるなんて、本当によかったよ
            22:54
            RT @orz001: 楽しい宴でしたよ!
            • 2016.05.21 Saturday
            • -
            • 03:31
            • -
            • -
            • -
            • -
            • by orz

            2016年05月18日のつぶやき

            0
              19:55
              もうやれない
              19:58
              働くのが向いてないなぁ
              20:09
              頑張ったけど、もうだめだぁ
              21:32
              今日まで絶望のどん底だったけど、生きててよかったよ ボックス戦士たちと飲み会ができるとは!!
              • 2016.05.19 Thursday
              • -
              • 03:31
              • -
              • -
              • -
              • -
              • by orz

              2016年05月13日のつぶやき

              0
                20:20
                RT @pbmasaki: @pbmasaki 埼玉県では血が足りてないとかで献血好きのかたは是非。お薬NGのせいでぼくはもう9ヶ月ぐらい献血いけてません
                • 2016.05.14 Saturday
                • -
                • 03:31
                • -
                • -
                • -
                • -
                • by orz

                2016年05月12日のつぶやき

                0
                  19:49
                  RT @pbmasaki: 今日も歩道で自転車に轢かれた。珍しく止まって大丈夫ですかと聞いてくれる人だったのでだいぶマシ。後部後付けチャイルドシート付けてる自転車で歩道走るパパママさん、自分の肩幅よりもチャイルドシートの幅の方が広い事をちゃんと自覚てマージン取ってほしい。最悪あ…
                  19:51
                  アウトプットマニアばかりですわ
                  • 2016.05.13 Friday
                  • -
                  • 03:31
                  • -
                  • -
                  • -
                  • -
                  • by orz

                  vimrcメモ

                  0
                    " B
                    " Start Neobundle Settings.
                    "---------------------------
                    " bundleで管理するディレクトリを指定
                    set runtimepath+=~/.vim/bundle/neobundle.vim/
                    set expandtab
                    set tabstop=2
                    set shiftwidth=2
                    set softtabstop=2
                    set autoindent
                    set smartindent
                    set mouse=a
                    
                    " Required:
                    call neobundle#begin(expand('~/.vim/bundle/'))
                    
                    " neobundle自体をneobundleで管理
                    NeoBundleFetch 'Shougo/neobundle.vim'
                    
                    " 今後このあたりに追加のプラグインをどんどん書いて行きます!!"
                    
                    call neobundle#end()
                    
                    " Required:
                    filetype plugin indent on
                    
                    " 未インストールのプラグインがある場合、インストールするかどうかを尋ねてくれるようにする設定
                    " 毎回聞かれると邪魔な場合もあるので、この設定は任意です。
                    NeoBundleCheck
                    
                    "-------------------------
                    " End Neobundle Settings.
                    "-------------------------
                    " Start Neobundle Settings.
                    "---------------------------
                    " bundleで管理するディレクトリを指定
                    set runtimepath+=~/.vim/bundle/neobundle.vim/
                    
                    " Required:
                    call neobundle#begin(expand('~/.vim/bundle/'))
                    
                    " neobundle自体をneobundleで管理
                    NeoBundleFetch 'Shougo/neobundle.vim'
                    
                    " 今後このあたりに追加のプラグインをどんどん書いて行きます!!"
                    
                    NeoBundle 'scrooloose/nerdtree'
                    NeoBundle 'moll/vim-node'
                    NeoBundle 'pangloss/vim-javascript'
                    NeoBundle 'Shougo/vimproc.vim'
                    NeoBundle 'Shougo/vimshell'
                    NeoBundle "ctrlpvim/ctrlp.vim"
                    NeoBundle 'open-browser.vim'
                    NeoBundle 'kana/vim-submode'
                    
                    call neobundle#end()
                    
                    " Required:
                    filetype plugin indent on
                    
                    " 未インストールのプラグインがある場合、インストールするかどうかを尋ねてくれるようにする設定
                    " 毎回聞かれると邪魔な場合もあるので、この設定は任意です。
                    NeoBundleCheck
                    
                    "-------------------------
                    " End Neobundle Settings.
                    "-------------------------
                    map  :NERDTreeToggle
                    map  gt
                    map  gT
                    " ,is: シェルを起動
                    nnoremap  ,is :VimShell
                    nnoremap s 
                    nnoremap sj j
                    nnoremap sk k
                    nnoremap sl l
                    nnoremap sh h
                    nnoremap sJ J
                    nnoremap sK K
                    nnoremap sL L
                    nnoremap sH H
                    nnoremap sn gt
                    nnoremap sp gT
                    nnoremap sr r
                    nnoremap s= =
                    nnoremap sw w
                    nnoremap so _|
                    nnoremap sO =
                    nnoremap sN :bn
                    nnoremap sP :bp
                    nnoremap st :tabnew
                    nnoremap sT :Unite tab
                    nnoremap ss :sp
                    nnoremap sv :vs
                    nnoremap sq :q
                    nnoremap sQ :bd
                    nnoremap sb :Unite buffer_tab -buffer-name=file
                    nnoremap sB :Unite buffer -buffer-name=file
                    call submode#enter_with('bufmove', 'n', '', 's>', '>')
                    call submode#enter_with('bufmove', 'n', '', 's<', '<')
                    call submode#enter_with('bufmove', 'n', '', 's+', '+')
                    call submode#enter_with('bufmove', 'n', '', 's-', '-')
                    call submode#map('bufmove', 'n', '', '>', '>')
                    call submode#map('bufmove', 'n', '', '<', '<')
                    call submode#map('bufmove', 'n', '', '+', '+')
                    call submode#map('bufmove', 'n', '', '-', '-')
                    let g:netrw_nogx = 1
                    nmap gx (openbrowser-smart-search)
                    vmap gx (openbrowser-smart-search)
                    

                    2016年05月11日のつぶやき

                    0
                      20:11
                      大宮会を開催するよ 参加してくれる人いないかな
                      20:12
                      飲まないとやってられないわ 辛い人生ですわ
                      • 2016.05.12 Thursday
                      • -
                      • 03:31
                      • -
                      • -
                      • -
                      • -
                      • by orz

                      1

                      calendar

                      S M T W T F S
                      1234567
                      891011121314
                      15161718192021
                      22232425262728
                      293031    
                      << May 2016 >>

                      selected entries

                      categories

                      archives

                      recent comment

                      recent trackback

                      recommend

                      links

                      profile

                      書いた記事数:219 最後に更新した日:2022/09/09

                      search this site.

                      others

                      mobile

                      qrcode

                      powered

                      無料ブログ作成サービス JUGEM