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
| 46 : Shougo/unite.vim | |
| 42 : Shougo/vimproc | |
| 40 : thinca/vim-quickrun | |
| 38 : tpope/vim-fugitive | |
| 33 : thinca/vim-ref | |
| 32 : mattn/webapi-vim | |
| 31 : tpope/vim-surround | |
| 29 : Shougo/neocomplcache | |
| 27 : tyru/open-browser.vim | |
| 26 : Shougo/vimshell |
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
| a = True | |
| b = True | |
| c = False | |
| if(a): | |
| a += 1 | |
| if(b): | |
| b += 1 |
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
| def hhk(hhk) | |
| hhk.to_s.chars.map{|c| | |
| case c | |
| when 'H' then ['ハッピー', 'ハッキング'].sample | |
| when 'K' then :キーボード | |
| else '♡' | |
| end | |
| }.join | |
| end |
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
| /home/raa0121/.rbenv/versions/2.1.0/bin/ruby -I"lib" -I"/home/raa0121/.rbenv/versions/2.1.0/lib/ruby/2.1.0" "/home/raa0121/.rbenv/versions/2.1.0/lib/ruby/2.1.0/rake/rake_test_loader.rb" "test/test_completion.rb" "test/test_doc.rb" "test/test_functional.rb" "test/test_method_analyzer.rb" "test/test_method_args.rb" "test/test_options.rb" "test/test_ruby_toggle_file.rb" "test/test_xmpfilter.rb" "test/test_xmptestunitfilter.rb" | |
| /home/raa0121/devlop/rcodetools/lib/method_analyzer.rb:38:in `trace_func': undefined method `critical' for Thread:Class (NoMethodError) | |
| from /home/raa0121/.rbenv/versions/2.1.0/lib/ruby/2.1.0/monitor.rb:194:in `mon_exit' | |
| from /home/raa0121/.rbenv/versions/2.1.0/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:in `ensure in require' | |
| from /home/raa0121/.rbenv/versions/2.1.0/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:143:in `require' | |
| test/unit warning: method MethodAnalyzerMarshalOutput#test_marshal_merged is redefined | |
| /home/raa0121/devlop/rcodetools/test/../bin/rct-meth-arg |
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
| if has('win32') || has('win64') | |
| NeoBundleLocal 'C:\vim\plugins\' | |
| else | |
| NeoBundle 'Shougo/vimproc.vim' | |
| call neobundle#config('vimproc.vim', { | |
| \ 'build' : { | |
| \ 'windows' : 'make -f make_mingw32.mak', | |
| \ 'cygwin' : 'make -f make_cygwin.mak', | |
| \ 'mac' : 'make -f make_mac.mak', | |
| \ 'unix' : 'make -f make_unix.mak', |
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
| $LOAD_PATH << File.dirname(__FILE__) # require_relative対策 | |
| require 'net/irc' | |
| require 'configBcDice.rb' | |
| require 'bcdiceCore.rb' | |
| require 'ArgsAnalizer.rb' | |
| require 'IniFile.rb' | |
| require 'diceBot/DiceBotLoader' | |
| $LOAD_PATH << File.dirname(__FILE__) + "/irc" | |
| require 'ircLib.rb' |
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
| diff --git a/client/src/cloft2/app.clj b/client/src/cloft2/app.clj | |
| index b072892..ff08631 100644 | |
| --- a/client/src/cloft2/app.clj | |
| +++ b/client/src/cloft2/app.clj | |
| @@ -14,7 +14,7 @@ | |
| [org.bukkit.entity Arrow Player Horse] | |
| [org.bukkit.inventory ItemStack] | |
| [org.bukkit.util Vector])) | |
| - | |
| +(-> env .getClass) |
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
| (ns cloft2.app | |
| (:use [clojure.core.strint :only (<<)] | |
| [cloft2.lib :only (later sec)]) | |
| (:require [clj-http.client] | |
| [clojure.string :as s] | |
| [cloft2.lib :as l] | |
| [cloft2.fast-dash] | |
| [cloft2.sneaking-jump] | |
| [cloft2.safe-grass] | |
| [cloft2.kickory] |
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
| diff --git a/.vimrc b/.vimrc | |
| index 7a9a196..7d6cb2f 100644 | |
| --- a/.vimrc | |
| +++ b/.vimrc | |
| @@ -80,78 +80,37 @@ let g:neobundle_default_git_protocol='https' | |
| NeoBundleFetch 'Shougo/neobundle.vim' | |
| -NeoBundle 'mattn/flappyvird-vim' | |
| - |
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
| " | |
| " The MIT License (MIT) | |
| " | |
| " Copyright (c) 2014 raa0121 | |
| " | |
| " Permission is hereby granted, free of charge, to any person obtaining a copy | |
| " of this software and associated documentation files (the "Software"), to deal | |
| " in the Software without restriction, including without limitation the rights | |
| " to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| " copies of the Software, and to permit persons to whom the Software is |