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
var dataInicial = new DateTime(ano, mes, 1); | |
var dataFinal = new DateTime(ano, mes, 1).AddMonths(1).AddDays(-1); //HACK dos months não apagar |
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
width: 50%; | |
margin: 0 auto; |
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
sudo apt-get install ruby1.9.1-dev | |
gem install jekyll |
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
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
. ~/z.sh | |
# If not running interactively, don't do anything | |
case $- in | |
*i*) ;; |
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
Xvfb :10 -screen 0 1366x768x24 -ac &;export DISPLAY=:10;karma start name_of_file |
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
Windows | |
{ "keys": ["ctrl+shift+i"], "command": "reindent" , "args": {"single_line": false}}, | |
{ "keys": ["ctrl+shift+s"], "command": "save_all" }, | |
{ "keys": ["ctrl+shift+w"], "command": "close_all" } | |
Mac | |
[ | |
{ "keys": ["command+shift+i"], "command": "reindent" , "args": {"single_line": false}}, | |
{ "keys": ["command+shift+s"], "command": "save_all" }, | |
{ "keys": ["command+shift+w"], "command": "close_all" } |
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
{ | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"Better CoffeeScript", | |
"BracketHighlighter", | |
"Browser Refresh", | |
"DocBlockr", |
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
.replace(/[^\w\s]/gi, ''); |
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
cd | |
mkdir bin | |
sudo ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl | |
cd $HOME // this will get you back to home directory | |
vim .bash_profile or .bashrc // this will open your .bash_profile file | |
export PATH=$PATH:~/bin | |
:wq // saves and close file |
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
LAlt & F1:: | |
SetTitleMatchMode, 2 | |
IfWinExist Sublime Text | |
WinActivate | |
return | |
LAlt & F2:: | |
IfWinExist ahk_class VirtualConsoleClass | |
WinActivate | |
return |