Displaying 20 results from an estimated 80 matches for "projeto".
Did you mean:
projet
2010 Aug 03
10
Returning last value
Hi.
I have the following controller of the update action:
[code]
def update
@projeto = Projeto.find(params[:id])
if (@projeto.update_attributes(params[:projeto]))
## Mesmo raciocínio utilizado no create.
@permissaoA = Permissao.find(:first, :conditions => ["usuario_id =
?", @projeto.responsavel.to_i])
@permissaoAvancado1 = Permissao.find(:first, :cond...
2018 Jul 24
0
deleting file with unusual characters
Hi
I can't delete a file from a local server.
I can list the file, however:
# smbclient //WQS004/Comum -U user%pass -c dir\ '"Engenharia\PROJETOS LEGAIS 2014\PROJETOS 2012 A 2014\ARQUIVOS REVISADOS_07.2014\PROJETOS PLANTA JACAREI\FABRICA POLI\RICEFER_2808\PROJETOS\RO 04-400-01\92364 - Reator 4 m-¦ - Finalizador 6 m-¦.dwg"'
Domain=[MYDOM] OS=[Windows 6.1] Server=[Samba 4.3.11-Ubuntu]
92364 - Reator 4 m-¦ - Finalizador 6 m-¦.dwg...
2012 Oct 09
2
Cannot make Windows join Samba domain
...;
samba's log:
[2012/10/08 21:54:37.044857, 0] rpc_server/srv_pipe.c:1254(api_pipe_bind_auth3)
Auth failed (NT_STATUS_NO_SUCH_USER)
[2012/10/08 21:54:37.115070, 0] rpc_server/netlogon/srv_netlog_nt.c:931(_netr_ServerAuthenticate3)
_netr_ServerAuthenticate3: no challenge sent to client PROJETOS
[2012/10/08 21:54:37.146424, 0] rpc_server/srv_pipe.c:1254(api_pipe_bind_auth3)
Auth failed (NT_STATUS_NO_SUCH_USER)
Use of qw(...) as parentheses is deprecated at /usr/share/perl5/smbldap_tools.pm line 1423, <DATA> line 522.
Use of uninitialized value $pass in string ne at /root/smbldap-...
2009 Feb 03
1
Translation pt-br "WIKI - FrontPage"
...a??es sobre CentOS por palavra-chave no wiki, site,
lista de e-mail e f?runs.
Aprender
Acesse nas paginas de FAQs, Dicas e Tutoriais.
Contribuir
Ajude a comunidade CentOS e ajude ser ajudado.
Promover
Ajude-nos espalhar a palavra sobre CentOS e Enterprise Linux.
Doa??o
Fa?a uma doa??o para o projeto CentOS para operar este porjeto de
software livre.
Sobre
Saiba mais sobre o projeto CentOS.
--
att.
_
?v? Thiago Avelino
/(_)\ Programador | SysAdmin
^ ^ Celular: (11) 7660-2933
www.avelino.us | www.centos-br.org
-------------- next part --------------
An HTML attachment was scrubbed....
2007 Aug 17
0
[LLVMdev] Changing basic blocks
...rg/sabre/
> http://llvm.org/
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
Emilio Wuerges
LAPS - Laboratorio de Automacao de Projeto de Sistemas
UFSC - Universidade Federal de Santa Catarina
Brasil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070816/7755786b/attachment.html>
2005 Aug 15
1
XML for tc hierarchy representation
...9;m starting a project to automatically syncronize traffic shape rules
between servers and thought XML is the best way to represent tc hierarchy.
Tks in advance for any information.
--------------------------------------------------------------------
Andre D. Correa, CISSP | Visite meus projetos pessoais:
andre.correa (at) pobox.com | Visit my personal projects:
http://andre.hiperlinks.com.br | -http://malware.hiperlinks.com.br
Sao Paulo / SP / Brazil | -http://www.linuximq.net/
--------------------------------------------------------------------
2007 Aug 16
2
[LLVMdev] Changing basic blocks
On Wed, 15 Aug 2007, [ISO-8859-1] Em�lio Wuerges wrote:
> --
> int total = BB->size();
> std::vector<MachineInstr*> positionmap(total);
> for (int i = 0; i< total; ++i)
> positionmap.push_back(BB->remove(BB->begin()));
> for(int i = 0; i< total; ++i)
> BB->push_back(positionmap[i]);
> --
This doesn't do what you think. This line:
2012 Feb 17
5
undefined method `key?' for nil:NilClass PaperClip
...text_field :title %><br />
<%= f.label :description, "Descrição" %>
<%= f.text_area :description %><br />
<%= f.label :image, "Imagem" %>
<%= f.file_field :image %><br />
<%= f.submit "Criar novo Projeto" %>
<% end %>
But when I go to my action, this errors show.
NoMethodError in ProjectsController#new
undefined method `key?'' for nil:NilClass
Rails.root: /home/felipe/rails/Younner
Application Trace | Framework Trace | Full Trace
Request
Parameters:
None
Show session...
2007 Aug 10
2
[LLVMdev] Changing basic blocks
...rg/sabre/
> http://llvm.org/
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
Emilio Wuerges
LAPS - Laboratorio de Automacao de Projeto de Sistemas
UFSC - Universidade Federal de Santa Catarina
Brasil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070809/7f546c7f/attachment.html>
2009 Aug 18
2
Platform decision ...
...item isn't a difference any more. Right ?
Thanks and best regards,
--
__At.,
_
*Technology and Quality on Information*
Mauro S?rgio Ferreira Brasil
Coordenador de Projetos e Analista de Sistemas
+ mauro.brasil at tqi.com.br <mailto:@tqi.com.br>
: www.tqi.com.br <http://www.tqi.com.br>
( + 55 (34)3291-1700
( + 55 (34)9971-2572
2007 Aug 09
4
[LLVMdev] Changing basic blocks
...achineFunctionPass
>
> -Tanya
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
Emilio Wuerges
LAPS - Laboratorio de Automacao de Projeto de Sistemas
UFSC - Universidade Federal de Santa Catarina
Brasil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070809/db2f6b9d/attachment.html>
2004 Jan 08
14
Strange behavior deleting filters
Hi list, I''m playing with tc and found a strange behavior when I try to
delete filters. For example, this simple scenario:
tc qdisc add dev eth1 root handle 1: htb default 100
tc class add dev eth1 parent 1: classid 1:1 htb rate 128Kbit
tc class add dev eth1 parent 1: classid 1:2 htb rate 258Kbit
tc class add dev eth1 parent 1: classid 1:100 htb rate 32Kbit
tc filter add dev eth1 parent
2011 Jan 31
1
Nginx on DomU
...localhost (192.168.0.50) i can see the nginx default page, but..
if i use 192.168.0.130 and type http://192.168.0.50 on a browser, i don´t
can see the nginx default page!
Can you help me?
--
-----------------------------------------------------------------
Erick Couto
www.cabinevirtual.com.br - Projeto de cockpit de simulação de vôo para o
X-Plane.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2004 Jun 08
1
Differential Equations
...ink so because, in my point, I see R like a Statistical System, not a
Math System. Am I wrong?
Thank you very much.
M??rcio de Medeiros Ribeiro
Graduando em Ci??ncia da Computa????o
Departamento de Tecnologia da Informa????o - TCI
Universidade Federal de Alagoas - UFAL
Macei?? - Alagoas - Brasil
Projeto CoCADa
2005 Oct 31
1
Build R package with shared library
..../test",file1)
.C("main",as.integer(argc),as.vector(argv),PACKAGE="pack")
What am I doing wrong?
--
Marcelo Damasceno de Melo
Graduando em Ciência da Computação
Departamento de Tecnologia da Informação - TCI
Universidade Federal de Alagoas - UFAL
Maceió - Alagoas - Brasil
Projeto CoCADa - Construção do Conhecimento por Agrupamento de dados
+55 82 8801-2119
[[alternative HTML version deleted]]
2009 Sep 02
2
Does L(x:y:z) "Dial" option work on Asterisk version 1.4 ?
...es it only work with Asterisk version 1.6.X ?
Thanks and best regards,
--
__At.,
_
*Technology and Quality on Information*
Mauro S?rgio Ferreira Brasil
Coordenador de Projetos e Analista de Sistemas
+ mauro.brasil at tqi.com.br <mailto:@tqi.com.br>
: www.tqi.com.br <http://www.tqi.com.br>
( + 55 (34)3291-1700
( + 55 (34)9971-2572
2007 May 28
1
libvirt package
...rouce tarball, the
libvirt and virt-manager work fine. For this reason, I beleave is possible
create a package of it, but it isn't happening. The packages was created
but not work properly. If somebody wants help with it, can access my
subversion repository at:
svn co http://svn.mussicorp.net/projetos/src/xen/
Best regards,
Marco Sinhoreli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20070528/02564d2a/attachment.htm
2012 Mar 30
1
Support for boot WinCE from disk
...I am not subscribed to the mailing list ]
I'd like to use syslinux to boot WinCE from local disk. Is there support for it?
--
Otavio Salvador? ? ? ? ? ? ? ? ? ? ? ? ? ? ?O.S. Systems
E-mail: otavio at ossystems.com.br? http://www.ossystems.com.br
Mobile: +55 53 9981-7854? ? ? ?? ? ? ?http://projetos.ossystems.com.br
2004 Jun 16
2
is.integer() (PR#6984)
...s argument is of
integer type or not."
What's the problem? Am I wrong about the BUG report?
Thank you very much.
M?rcio de Medeiros Ribeiro
Graduando em Ci?ncia da Computa??o
Departamento de Tecnologia da Informa??o - TCI
Universidade Federal de Alagoas - UFAL
Macei? - Alagoas - Brasil
Projeto CoCADa
2010 Nov 04
1
About Acoustic Echo Canceller
...ually convert amplitude samples to frequency samples or is
it enough to send amplitude parameters to speex_echo.h functions that this
functions automatically convert it and do the AEC?
Thanks for your attention.
--
Alexandre Bento Leal
Graduando em Engenharia de Computa??o - UFRGS
Membro PRAV - Projetos em ?udio e V?deo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20101104/a5cc72a7/attachment-0001.htm