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
| export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787 -Xms512m -Xmx756m -XX:PermSize=256m -XX:MaxPermSize=512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=360000" | |
| export JAVA_OPTS="-Xms512m -Xmx756m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787" |
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
| http://www.thoughtworks.com/radar | |
| http://py2neo.org/tutorials/tables_to_graphs | |
| http://www.slideshare.net/lucabastos/machine-learning-java-ce-conference-2012-fortaleza-ce | |
| http://www.slideshare.net/wrawrawra/quebrando-relacionamentos | |
| http://www.slideshare.net/bsflores/como-mariana-tornouse-uma-agile-tester | |
| http://www.slideshare.net/lpagliari/apresentacao-cafe-agil | |
| http://www.artima.com/weblogs/viewpost.jsp?thread=51769 | |
| http://devopsangle.com/2012/05/11/big-data-and-devops-5-projects-to-watch/ | |
| http://www.datastax.com/dev/blog/big-analytics-with-r-cassandra-and-hive | |
| http://martinfowler.com/bliki/OrmHate.html |
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
| "Hello, world!" println |
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
| Criar um objeto: | |
| Io> Veiculo := Object clone | |
| Inserir uma informação em um slot | |
| Io> Veiculo descricao := "Eu sou um carro" | |
| Através de uma mensagem você retorna o valor |
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
| HW1: Execute um programa Io de um arquivo | |
| io nome_arquivo.io | |
| HW2: Dado um parametro execute um slot | |
| TestObject := Object clone do( | |
| foo:= method("foooooooo" println) | |
| bar:= method("baaaaarrr" println) | |
| biz:= method("bizzzzzzz" println) |
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
| package br.faccamp.servlets; | |
| import java.io.IOException; | |
| import javax.servlet.http.HttpServlet; | |
| import javax.servlet.http.HttpServletRequest; | |
| import javax.servlet.http.HttpServletResponse; | |
| import com.google.appengine.api.users.User; | |
| import com.google.appengine.api.users.UserService; |
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
| http://github.com/ederig/ederig.com/zipball/master | |
| http://appengine.appspot.com |
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
| PAAD 6 - Gerência (10.5) | |
| ================= | |
| 1-) Acesse via ssh faccamp@jogano10.com . A resposta é uma copia da saída dos comandos pwd e ls da home do usuário (1.5) | |
| 2-) Copie para sua máquina o arquivo localizado na home do usuário com o nome "prova". Copie o comando utilizado e o conteúdo do arquivo (1.5) | |
| 3-) Acesse a máquina 178.79.185.152 através do nome provafaccamp.com.br . Copie o seu arquivo /etc/hosts para a resposta. (1.5) | |
| 4-) Acesse faccamp@jogano10.com através de chaves ssh. (0.5) |
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
| for i in `find . -type f -name \*.java` | |
| do | |
| a=`pwd`; | |
| cp ${i/./$a} i.temp ; cat i.temp | sed -e 's/@Entity/@Entity\'$'\n@Multitenancy/g' > sed -e 's/@Multitenancy/@Multitenancy\'$'\n@Eder/g'> ${i/./$a} ; rm i.temp | |
| done |
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
| test22 |
OlderNewer