Displaying 20 results from an estimated 80 matches for "projetos".
Did you mean:
projeto
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, :conditions
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-t...
2009 Feb 03
1
Translation pt-br "WIKI - FrontPage"
O que ? CentOS?
CentOS Enterprise Linux ? uma distribui??o baseada no Red Hat
Enterprise Linux. CentOS Cada vers?o ? suportada por 7 anos (por meio
de atualiza??es de seguran?a). CentOS Uma nova vers?o ? liberada a
cada 2 anos, e cada vers?o CentOS ? actualizado regularmente (a cada 6
meses) para suportar os hardware mais novos. Isso resulta em uma rede
segura, de baixa manuten??o, confi?vel e
2007 Aug 17
0
[LLVMdev] Changing basic blocks
Yup,
You are right. That exploded.
I missed some lines in between.
there was a .reserve(total) in the actual code.
But, there is some side effect I still could not find.
2007/8/16, Chris Lattner <sabre at nondot.org>:
>
> On Wed, 15 Aug 2007, [ISO-8859-1] Emílio Wuerges wrote:
> > --
> > int total = BB->size();
> > std::vector<MachineInstr*>
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
Hello, I have a problem with the paperclip, I put on my GemFile
gem "paperclip", "~> 2.6.0"
I create a migrate
class FileUpload < ActiveRecord::Migration
def up
change_table :projects do |t|
t.has_attached_file :image
end
end
def down
drop_attached_file :projects, :image
end
end
on my model I put
class Project < ActiveRecord::Base
2007 Aug 10
2
[LLVMdev] Changing basic blocks
For adding the nop:
TII->insertNoop(*BB, BB->end());
2007/8/9, Chris Lattner <sabre at nondot.org>:
>
> On Thu, 9 Aug 2007, [ISO-8859-1] Emílio Wuerges wrote:
> > I too believe it should not be complicated.
> > But I was not being able to do it.
> > Finally, after some thinking (and tinkering), this worked like a charm:
> >
> > MachineInstr* mi =
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
Hi Tanya and everybody,
Ty for your support.
I too believe it should not be complicated.
But I was not being able to do it.
For instance, I tried to run this code below:
BB->push_back(&(BB->front()));
BB->pop_front();
But it did not work (kinda obvious why).
Nor this:
BB->push_back(BB->begin());
BB->pop_front();
But also did not work. It seams the same
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
Hi,
My name is Erick and this is my first email on forum. My infraestructure is:
Intranet with 2 pcs..
1 dhcp for general use and net access (192.168.0.130)
1 static ip for Xen Dom0 (192.168.0.100)
on 192.168.0.100 i have one DomU with ip 192.168.0.50
on 192.168.0.130 i use putty to connect to 192.168.0.50 (this work)
i have nginx installed on 192.168.0.50! If i use "links browser"
2004 Jun 08
1
Differential Equations
Hello!
I would like to know if R can solve Differential Equations...
I don't think 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
Hello to all,
I am try to build a package, I do the follow commands: "R CMD check pack",
"R CMD pack build" and run OK, no errors. I put my shared library in package
subdirectory R, src, but it is not put a shared library ".so" in directory
"/usr/lib/R/library/pack/lib". Below is my code :
dyn.load("pack.so",PACKAGE="pack")
argc<-2
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)
Hello!
I'm not sure if is it a BUG or not...
I'm using R 1.9.0, and I used the command below:
> is.integer(9)
[1] FALSE
R manual contains this words about the is.integer() function:
"is.integer returns TRUE or FALSE depending on whether its 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
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