This file contains 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
abc |
This file contains 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
abcde | |
dfsdfsdfsf |
This file contains 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
*rails.txt* Plugin for working with Ruby on Rails applications | |
Author: Tim Pope <[email protected]> |rails-plugin-author| | |
|rails-introduction| Introduction and Feature Summary | |
|rails-installation| Installation and Usage | |
|rails-install-vim| Installing and Configuring Vim | |
|rails-install-plugin| Installing and Using the Plugin | |
|rails-commands| General Commands | |
|rails-navigation| Navigation |
This file contains 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
aaa |
This file contains 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-ruby.txt* *vim-ruby* *vim-ruby-faq* | |
VIM/RUBY CONFIGURATION FILES | |
The vim-ruby Project FAQ | |
http://vim-ruby.rubyforge.org | |
The vim-ruby project maintains Ruby-related configuration files for Vim. This | |
FAQ contains all you need to know about it. |
This file contains 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
# Redis configuration file example | |
# By default Redis does not run as a daemon. Use 'yes' if you need it. | |
# Note that Redis will write a pid file in /var/run/redis.pid when daemonized. | |
daemonize no | |
# Accept connections on the specified port, default is 6379 | |
port 6379 | |
# If you want you can bind a single interface, if the bind option is not |
This file contains 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
#by RoBeRt | |
#check the 'distance' between new posts/anwers and old ones for the same user | |
require 'text' | |
module DuplicationFilter | |
def duplicate_content? | |
@duplicate | |
end |
This file contains 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 fibonacci(n) | |
end |
This file contains 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
asdf | |
asdffds | |
sdfsadfsadfsdggds |
This file contains 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
require 'net/http' | |
class Song | |
def initialize | |
end | |
def sing | |
end | |
end |
OlderNewer