Displaying 5 results from an estimated 5 matches for "cria".
Did you mean:
cri
2011 Nov 14
1
about R instalation
...utacional pelo LNCC (R.J., Brasil)
2008 - 2010: Ph.D. em Biologia pela Universität Potsdam (Potsdam,
Alemanha)
URL: http://lattes.cnpq.br/9418134959504901
----------------------------------------------------------------------------------------------------
"A grande diferença entre construção e criação é esta:
que uma coisa construída só pode ser amada depois de ser
construída; mas uma coisa criada é amada antes de existir."
(Chesterton)
[[alternative HTML version deleted]]
2012 Mar 01
2
Check to see if there are changes using rsync
Hi rsync@,
Is it possible to use rsync to check if there are changes in the files I'm
trying to sync, but just to check?
I need to check if the files I have in a local directory differs from
the files in an anonymous rsync server.
I'm willing to use -anv (-n for --dry-run) and parse the output. But
maybe there is an easier way? Maybe some status returned given a
specific set of
2006 May 11
2
Making my site multi-lingual
Hi,
I''m wondering how I should go about making my website multi-lingual.
Basically, there will be different content for the different
languages, and that''s not really a problem... all I need to do is give
each content entry in the database a language_id. But the problem is
with the non-content text, eg, "In order to access this area, you must
be logged in",
2014 Aug 19
4
How do I do Centos 7 p2v migration?
Hi,
I am trying to figure out how to do p2v and v2v migrations on a Centos 7 kvm
host. With previous versions there was virt-p2v but that does not seem to exist
with Centos-7.
I realize that if I am using shared storage, I can do live migrations but
that does not help with p2v migrations.
Does anyone know what the recommended procedure is for migrating either
physical or virtual machines to
2010 Aug 03
10
Returning last value
..._i])
@permissaoAvancado1 = Permissao.find(:first, :conditions =>
["projeto_id = ? and usuario_id = ?", 0, @projeto.responsavel.to_i])
if @permissaoAvancado1.nil?
## Caso tenham excluido os usuários responsáveis, as permissões
seriam nulas. Dai ele verifica se vai alterar ou criar uma permissão
if @permissaoA.nil?
@permissaoAv = Permissao.new(params[:permissao])
@permissaoAv.perfil = "Avançado"
@permissaoAv.usuario = Usuario.find(:first, :conditions => ["id =
?", @projeto.responsavel.to_i])
@permissaoAv.save(params[:permissao])...