search for: produ

Displaying 15 results from an estimated 15 matches for "produ".

Did you mean: prod
2004 May 12
1
Sem error - subscript out of bounds
What??s happening with this following code: require(sem) Celpe.Mod.RAM <- matrix(c( # path parametro Inicio "Produ????o -> T1", "gamma.11", NA, "Produ????o -> T2", "gamma.12", NA, "Produ????o -> T3", "gamma.13", NA, "Produ???...
2000 May 04
0
C cedilla problem
.... DA 0 Wed Apr 19 17:03:10 2000 .. DA 0 Wed Apr 19 17:03:10 2000 Armaz?m Revistas DA 0 Wed May 3 20:13:07 2000 Pessoal D 0 Tue May 2 10:31:43 2000 Produ?ao D 0 Tue May 2 15:02:59 2000 Tesouraria D 0 Thu Feb 4 13:09:31 1999 49387 blocks of size 131072. 9786 blocks available Note the c cedilla on "Produ?ao". The problem is when I try to cd to that direc...
2005 May 14
2
[LLVMdev] Cygwin llvm-gcc build error
.../llvm-gcc/gcc/doc -I ../../../src/ llvm-gcc/gcc/doc/include \ -o ../../../src/llvm-gcc/gcc/doc/cpp.info ../../../src/llvm-gcc/gcc/doc/cpp.texi ' in @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op ../../../src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note...} produces a spurious cross-reference in Info; reword to avoid that. ../../../src/llvm-gcc/gcc/doc//cppopts.texi:133: warning: @strong{Note...} produ ces a spurious cross-reference in Info; reword to avoid that. ../../../src/llvm-gcc/gcc/doc//cppopts.texi:341: warning: @strong{Note...} produ ces a spurio...
2005 May 17
0
[LLVMdev] Cygwin llvm-gcc build error
.../../../src/ >llvm-gcc/gcc/doc/include \ > -o ../../../src/llvm-gcc/gcc/doc/cpp.info >../../../src/llvm-gcc/gcc/doc/cpp.texi >' in @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op >../../../src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note...} >produces >a spurious cross-reference in Info; reword to avoid that. >../../../src/llvm-gcc/gcc/doc//cppopts.texi:133: warning: @strong{Note...} >produ >ces a spurious cross-reference in Info; reword to avoid that. >../../../src/llvm-gcc/gcc/doc//cppopts.texi:341: warning: @strong{Note...}...
2005 May 17
2
[LLVMdev] Cygwin llvm-gcc build error
...../../src/ >llvm-gcc/gcc/doc/include \ > -o ../../../src/llvm-gcc/gcc/doc/cpp.info > ../../../src/llvm-gcc/gcc/doc/cpp.texi >' in @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op >../../../src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note...} >produces >a spurious cross-reference in Info; reword to avoid that. >../../../src/llvm-gcc/gcc/doc//cppopts.texi:133: warning: @strong{Note...} >produ >ces a spurious cross-reference in Info; reword to avoid that. >../../../src/llvm-gcc/gcc/doc//cppopts.texi:341: warning: @strong{Note...}...
2008 Oct 09
2
Samba PDC + LDAP: adding user to local admin group
...workstation and add the user to local administrators group, however that's not the right way to do it. Can I have it set on the domain level, so that if the user login on any workstation, he will be granted the correct local admin rights on that workstation? Here's what I tried, user 'producao' (id=10003) and group 'Local Admins' (id=10005): # net groupmap list Vendas (S-1-5-21-594618841-1354246140-1601124177-21002) -> Vendas Domain Admins (S-1-5-21-594618841-1354246140-1601124177-512) -> Admins Produ??o (S-1-5-21-594618841-1354246140-1601124177-21006) -> Produca...
2005 Mar 06
1
Wine prints Postscript code
Hello, using wine with CUPS, I have following print problem: The printer prints the plain postscript code! I don't have a Postscript printer, but on Linux Ghostscript renders the Postscript without problems. I think the Postscript file wine produes is wrong and doesn't get detected by the print filter as Postscript and so it is printed as ASCII. Can anybody help? Regards, Bernhard --
2005 May 19
0
[LLVMdev] Cygwin llvm-gcc build error
...-gcc/gcc/doc/include \ >> -o ../../../src/llvm-gcc/gcc/doc/cpp.info >>../../../src/llvm-gcc/gcc/doc/cpp.texi >>' in @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op >>../../../src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note...} >>produces >>a spurious cross-reference in Info; reword to avoid that. >>../../../src/llvm-gcc/gcc/doc//cppopts.texi:133: warning: @strong{Note...} >>produ >>ces a spurious cross-reference in Info; reword to avoid that. >>../../../src/llvm-gcc/gcc/doc//cppopts.texi:341: warni...
2009 Jul 07
6
Uncorrelated random vectors
Hello, is it possible to create two uncorrelated random vectors for a given distribution. In fact, I would like to have something like the function "rnorm" or "rlogis" with the extra property that they are uncorrelated. Thanks for your help, Luba [[alternative HTML version deleted]]
2010 Dec 01
3
RFC: sapply() limitation from vector to matrix, but not further
sapply() stems from S / S+ times and hence has a long tradition. In spite of that I think that it should be enhanced... As the subject mentions, sapply() produces a matrix in cases where the list components of the lapply(.) results are of the same length (and ...). However, it unfortunately "stops there". E.g., if you *nest* two sapply() calls where the inner one produces a matrix, very often the logical behavior would be for the outer sapply()...
2005 May 14
0
[LLVMdev] Cygwin LLVM Install Errors
I can't reproduce these on GNU-Linux/x86. What platform are you on? Reid. On Sat, 2005-05-14 at 16:50 +0100, Aaron Gray wrote: > AFAICT these are valid errors. > > Getting an error on the 'make install' for LLVM :- > > > make[2]: Entering directory `/usr/build/llvm/tools/llvm-ar...
2005 May 14
4
[LLVMdev] Cygwin LLVM Install Errors
AFAICT these are valid errors. Getting an error on the 'make install' for LLVM :- make[2]: Entering directory `/usr/build/llvm/tools/llvm-ar' llvm[2]: Installing Debug /usr/llvm/bin/llvm-ar /usr/bin/install: target `/usr/llvm/bin/llvm-ar' is not a directory make[2]: *** [/usr/llvm/bin/llvm-ar] Error 1 make[2]: Leaving directory `/usr/build/llvm/tools/llvm-ar' make[1]: ***
2001 Mar 07
0
Problems upgrading samba
...ave tried installing both samba-2.0.7 and samba-2.2.0-alpha2, but both cause failures on the DOS machines. In specific, Corel WordPerfect 8 exits with an illegal instruction if a newer version of Samba is running on the file server. The registry file for corel we use has some references to "\PRODU~2L\" in it, instead of "\PRODUCTIVITY\". Could it be that a name mangling change between the older and newer samabas is to blame for this? Below is the legacy smb.conf file the samba server uses. The old samba had "share modes = no" in it since it was first installed, an...
2003 Dec 20
0
Fw: Re: CAMPANHA NATAL SEM BAIXARIA - PARTICIPE!
----- Mensagem Original -----=20 Eu boicotaria estas empresas s=F3 pelo fato de financiarem os enjoativos e = rancentos Cassetas, mas me surpreendi ao descobrir que tantos produtos que = eu costumo comprar s=E3o transg=EAnicos. Fui conferir no site do greenpeace= e =E9 verdade!!!!!!!!!!!!! Boicote neles! ----- Original Message -----=20 C A M P A N H A=20 N A T A L S E M B A I X A R I A VAMOS TRANSFORMAR 2003 NUM NATAL LIVRE DE PRODUTOS E EMPRESAS QUE FINANCIAM= O R...
2007 Jan 12
9
Nil object in E1 capture the order
...<% form_for :list, :url => { :action => :save_list } do |form| %> 10: <p> 11: <label for="list_name">List Name:</label> 12: <!-- <%= form.text_field :name, :size => 40 %> --> 13: </p> I have a page with all the product listed. And I''m creating the list by choosing from products on this page. For database and model setting I have product.rb has many list_item list.rb has many list_item list_item.rb class ListItem #belongs_to :list #belongs_to :product include Reloadable attr_reader :product,...