search for: almeida

Displaying 20 results from an estimated 195 matches for "almeida".

2016 Sep 17
2
Problem Samba 4.5
...n't know if it is a coincidence, but, after add "dead time = 10" in my smb.conf, my server is about 1 hour without increase de number of processes... tks! 2016-09-17 12:49 GMT-03:00 Jeremy Allison <jra at samba.org>: > On Sat, Sep 17, 2016 at 12:19:16PM -0300, Edson Tadeu Almeida da Silveira > via samba wrote: > > Hi Guys! > > > > I've been using Samba since 4.4.4 without any problems. But yesterday, > when > > i upgraded it to 4.5 my servers are using lots of memory resources > because > > it is opening lots of samba processes. &g...
2010 Mar 16
4
Windows 7 Issues
...it, and the same error is showed in the log file. _netr_ServerAuthenticate3: netlogon_creds_server_check failed. Rejecting auth request from client USER machine account USER$ I don't know what to do to this work fine... thanks! -- ------------------------------------------- Edson Tadeu Almeida Silveira http://sites.google.com/site/edsontadeu/ -------------------------------------------
2014 Feb 27
2
[LLVMdev] Target Assembly Parser: Access to Reloc::Model
...rinter also has access to the relocation model. 4) Use 'friendship' to allow the streamers to access the private members of MCObjectFileInfo. Regards, Matheus -----Original Message----- From: Rafael Espíndola [mailto:rafael.espindola at gmail.com] Sent: 26 February 2014 23:24 To: Matheus Almeida Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Target Assembly Parser: Access to Reloc::Model Can't this be handled in the Streamer? That way the asm streamer can just print "la" and ".cpload" and the object streamer already has the necessary information. Cheers, Rafael...
2009 Apr 22
4
plot confidence intervals as shaded band
Hi, does anyone know how do I plot confidence intervals as a shaded band around a curve, rather than as errors bars? many thanks, ulisses. [[alternative HTML version deleted]]
2014 Jun 18
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
On Wed, Jun 18, 2014 at 2:03 AM, Matheus Almeida <Matheus.Almeida at imgtec.com> wrote: >> Why Imagination Technologies do not offer the latest MIPS ABI document download link just like the ISA docs? > It's something we're considering to do and the documents should be available at some point in the [hopefully] not too dista...
2017 Feb 08
6
kexec to syslinux
Is it possible to kexec to the syslinux interface, thus bypassing the hw initialization? What would be the kexec command? kexec -l ??? --append=??? --initrd=??? TIA Jorge Almeida
2006 May 09
3
remove Punctuation characters
...oesn't work. Here is a sample os what i want: str <- 'ABD - remove de punct, and dot characters.' str <- gsub('[:punct:]','',str) str "'ABD remove de punct and dot characters" is there any function that do this kind of thing? Thanks to all. Filipe Almeida [[alternative HTML version deleted]]
2014 Nov 27
2
[LLVMdev] How to make correct pattern for instruction?
...Johnny, Thank you for your help. I guess the pseudo instruction does not interfere in the generated assembly code. I'll check the file that describes the registers and I hope understand why the assembly code is printed wrong (now is printed things like add r1, r0, -40). Cheers, Carlos Carlos Almeida Jr On Thu, Nov 27, 2014 at 7:56 AM, Johnny Val <johnnydval at gmail.com> wrote: > Hi Carlos, > > LLVM will do this automatically for you! There is no need for a pseudo > instruction in this case. As long as you have a way of adding two i32s (or > any other type) using registe...
2014 Jun 27
1
Issues with users and groups they belong to
...Of' in CN=Aline Cristina Rodrigues,CN=Users,DC=escritorio,DC=elitecampinas,DC=com,DC=br for link member in CN=Financeiro2,CN=Users,DC=escritorio,DC=elitecampinas,DC=com,DC=br Not fixing missing backlink memberOf ERROR: missing backlink attribute 'memberOf' in CN=Tailane Silva dos Santos Almeida,CN=Users,DC=escritorio,DC=elitecampinas,DC=com,DC=br for link member in CN=Pedagogico,CN=Users,DC=escritorio,DC=elitecampinas,DC=com,DC=br Not fixing missing backlink memberOf ERROR: missing backlink attribute 'memberOf' in CN=Aline Cristina Rodrigues,CN=Users,DC=escritorio,DC=elitecampinas...
2003 Jul 22
6
variable names
Dear helpers I want to use rpart several times in a loop to build a classification tree. My problem is that rpart needs a formula as argument and for that the variables need to have names and this doesn't happen in my case. Every iteration in the loop has a different dataset with several variables (ex. 38 or more) and so I can't type the names by hand every time. Is there any function
2014 Jun 17
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
...they had to make greate effort on compiler like GCC,LLVM by themself,then why GCC disagree with some MIPS ABI, it should be freely designed by MIPS ABI designer and compiler backend target implementation. Do I miss something? -- Best Regards, Yu Rong Tan On Mon, Jun 16, 2014 at 5:30 PM, Matheus Almeida <Matheus.Almeida at imgtec.com> wrote: > Could you be more specific about what ABIs are you after ? The reason I'm asking is that there are several ABIs available for Mips and only a few of them are supported by LLVM (o32, n32 and n64). There are several ABIs defined by GNU with very l...
2008 May 23
3
IDE
People, I'm a ubunto user and I used to write my scipts in "Java Gui for R", but it is a very slow tool to run my scripts... Do you know some efficient IDE for R? Thankssss!!! Alexandra Almeida -- Alexandra R M de Almeida [[alternative HTML version deleted]]
2016 Sep 17
3
Problem Samba 4.5
...4.5 my servers are using lots of memory resources because it is opening lots of samba processes. Now, it is with 4000 samba processes open, and i have to restart samba 4.5 time from time. Can anyone help me with this problem? Thanks! -- ------------------------------------------- Edson Tadeu Almeida Silveira http://sites.google.com/site/edsontadeu/ -------------------------------------------
2014 Jun 24
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
...;> -eric >> >> >> -----Original Message----- >> >> From: llvmdev-bounces at cs.uiuc.edu >> >> [mailto:llvmdev-bounces at cs.uiuc.edu] >> >> On Behalf Of Eric Christopher >> >> Sent: 18 June 2014 18:48 >> >> To: Matheus Almeida >> >> Cc: LLVM Developers Mailing List >> >> Subject: Re: [LLVMdev] Is there any tool can generate MIPS ELF file? >> >> >> >> On Wed, Jun 18, 2014 at 2:03 AM, Matheus Almeida >> >> <Matheus.Almeida at imgtec.com> wrote: >> >...
2006 Apr 27
1
Find a word
...Let make an example: This tis the array: words.array<-c("RedBall","PinkBall","YellowTable","BlueBall") And I would like to know the positions its (words.array) that have the word "Ball". Someone knows how I cand do this!? Thanks Alexandra Almeida Alexandra R. Mendes de Almeida --------------------------------- Imposto de Renda 2006: o prazo está acabando. Faça já a sua declaração no site da Receita Federal. [[alternative HTML version deleted]]
2004 May 17
2
recommended hardware for quad E1 system
Hi All, Could anyone tell me which is the recommended hardware to a system running voicemail and conference, attending four E1 trunks and, another, attending only one E1? Can I use a PIII 850Mhz? Thanks in advance. Robert Almeida -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040517/bd97343f/attachment.htm
2017 Mar 07
3
Problem sysvolreset
...i saw that version 4.5.x had a change about ntlmv1 and i use it to auth vpn and wifi users. I need to test before put in production environment. Thanks! 2017-03-07 14:32 GMT-03:00 Rowland Penny via samba <samba at lists.samba.org>: > On Tue, 7 Mar 2017 14:21:38 -0300 > Edson Tadeu Almeida da Silveira <edson.tadeu at gmail.com> wrote: > > > Can you tell me what are correct permissions to set at sysvol in > > order to work and how to solve that problem with 'Domain admins' uid ? > > It isn't really a 'uid' problem, it is a 'sysvolrese...
2006 Feb 16
1
Read a csv file
...54.85,1621736.71,1631089.63,1641090.36,2620765.11,2383375.75,1294499.03,1326391.79,2443147.47,2404299.33,2090743.45,1997445.59,2118693.45 SCRIPT: ********* temp<-read.table("the csv adress",header=T,row.names=1,sep=",",dec=".") Thank's Alexandra Almeida Alexandra R. Mendes de Almeida --------------------------------- Internet r佱pida e gr佱tis. Instale o discador agora! [[alternative HTML version deleted]]
2014 Jun 14
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
Hi Matheus, Thank you for your information! Do you known where do download MIPS ABI/EABI document? Thanks in advance! -- Best Regards, Yu Rong Tan On Thu, Jun 12, 2014 at 7:14 PM, Matheus Almeida <Matheus.Almeida at imgtec.com> wrote: > An assembler is the tool you're after. [And a linker if you want to have an executable in the end]. > > You can specify -filetype=obj to llc and you should get an object file. Note that llvm-mc is not an end-user tool but it should do the...
2014 Jun 23
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
...ious why an extension to o32 for this and not, for example, just using n32? -eric >> -----Original Message----- >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >> On Behalf Of Eric Christopher >> Sent: 18 June 2014 18:48 >> To: Matheus Almeida >> Cc: LLVM Developers Mailing List >> Subject: Re: [LLVMdev] Is there any tool can generate MIPS ELF file? >> >> On Wed, Jun 18, 2014 at 2:03 AM, Matheus Almeida >> <Matheus.Almeida at imgtec.com> wrote: >> >> Why Imagination Technologies do not offe...