Register
Make sure you're using the nickname you would like to register.
/msg nickserv register YOURPASSWORD YOUREMAIL
# (Example: /msg nickserv register chattingiscool [email protected])
Connecting:
/msg NickServ IDENTIFY password
# | |
# Diretiva http {} | |
# | |
http { | |
# ... | |
geo $developer { | |
default no; | |
#177.206.31.159/32 yes; # IP que terá liberação |
#encoding: utf-8 | |
module M3nd3s | |
def me_ajuda! | |
"NÃO" | |
end | |
end |
[user] | |
name = NOME | |
email = EMAIL | |
[color] | |
branch = auto | |
diff = auto | |
status = auto | |
ui = true | |
[color "branch"] | |
current = yellow reverse |
brew update | |
brew versions FORMULA | |
cd `brew --prefix` | |
git checkout HASH Library/Formula/FORMULA.rb # use output of "brew versions" | |
brew install FORMULA | |
brew switch FORMULA VERSION | |
git checkout -- Library/Formula/FORMULA.rb # reset formula | |
## Example: Using Subversion 1.6.17 | |
# |
brew update | |
brew versions FORMULA | |
cd `brew --prefix` | |
git checkout HASH Library/Formula/FORMULA.rb # use output of "brew versions" | |
brew install FORMULA | |
brew switch FORMULA VERSION | |
git checkout -- Library/Formula/FORMULA.rb # reset formula | |
## Example: Using Subversion 1.6.17 | |
# |
description "Unicorn configuration" | |
start on filesystem | |
stop on shutdown | |
respawn | |
Register
Make sure you're using the nickname you would like to register.
/msg nickserv register YOURPASSWORD YOUREMAIL
# (Example: /msg nickserv register chattingiscool [email protected])
Connecting:
/msg NickServ IDENTIFY password
# Parâmetros armazenados em um array | |
a = [1, 2] | |
# Método a ser chamado | |
class Hackin | |
def self.teste(p1, p2) | |
puts "Param1: #{p1}" | |
puts "Param2: #{p2}" | |
end | |
end |
o.......Open files, directories and bookmarks....................|NERDTree-o|
go......Open selected file, but leave cursor in the NERDTree.....|NERDTree-go|
t.......Open selected node/bookmark in a new tab.................|NERDTree-t|
T.......Same as 't' but keep the focus on the current tab........|NERDTree-T|
i.......Open selected file in a split window.....................|NERDTree-i|
gi......Same as i, but leave the cursor on the NERDTree..........|NERDTree-gi|
s.......Open selected file in a new vsplit.......................|NERDTree-s|
gs......Same as s, but leave the cursor on the NERDTree..........|NERDTree-gs|
O.......Recursively open the selected directory..................|NERDTree-O|