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
package actions; | |
import java.lang.annotation.*; | |
import play.libs.F.Promise; | |
import play.mvc.*; | |
import play.mvc.Http.Context; | |
import play.mvc.Http.*; | |
public class CorsComposition { |
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
spc -P 1234 user@[ip address or host name]:/var/www/mywebsite/dumps/* /var/www/myNewPathOnCurrentLocalMachine | |
sudo scp -P 2222 id_rsa id_rsa.pub vagrant@localhost:~/.ssh | |
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
git rm -r --cached . | |
git add . | |
git commit -m "text" | |
git push origin <branch> | |
git chekout <branch> | |
// register a user on git | |
git config --global user.name "Your Name" | |
git config --global user.email [email protected] |
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
gunzip -c foo.tar.gz | tar xopf - |
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
// VERSAO DO LIVRO | |
@Entity | |
public class Diretor extends Model{ | |
private static final long serialVersionUID = 1L; | |
@Id | |
public Long id; | |
@Constraints.Required |
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
package actions; | |
import java.lang.annotation.*; | |
import play.libs.F.Promise; | |
import play.mvc.*; | |
import play.mvc.Http.Context; | |
import play.mvc.Http.*; | |
public class CorsComposition { |
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
<link rel="icon" href="/img/favicon/favicon-16.png" sizes="16x16"> | |
<link rel="icon" href="/img/favicon/favicon-32.png" sizes="32x32"> | |
<link rel="icon" href="/img/favicon/favicon-48.png" sizes="48x48"> | |
<link rel="icon" href="/img/favicon/favicon-64.png" sizes="64x64"> | |
<link rel="icon" href="/img/favicon/favicon-128.png" sizes="128x128"> | |
<!-- iPad iOS7+ com Retina Display --> | |
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-touch-icon-152x152.png"> | |
<!-- iPad iOS7- com Retina Display --> | |
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/apple-touch-icon-144x144.png"> |
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
bin | |
db | |
eclipse | |
.vagrant | |
lib | |
log | |
modules | |
precompiled | |
logs | |
project/project |
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
# Folders | |
_site/ | |
node_modules/ | |
tmp/ | |
.tmp/ | |
build/ | |
.vagrant/ | |
log/ | |
.log/ | |
$RECYCLE.BIN/ |
OlderNewer