search for: carrefully

Displaying 20 results from an estimated 360 matches for "carrefully".

Did you mean: carefully
2005 Nov 28
1
Question from XM Radio
Hi, > You can try the Ogg DirectShow filter to get Windows support for Speex: > http://www.illiminable.com/ogg/ if you wait a little longer, I am trying to provide speex support for the ffmpeg project (www.ffmpeg.org). It does encode/decode to/from avi and wav, a support for ogg has not been done, and my question is, should it be necessary? I don't really like ogg in first place..
2007 Apr 25
2
Re: compiz: Changes to 'master'
On Wed, 2007-04-25 at 11:09 -0700, Robert Carr wrote: > include/compiz.h | 1 + > 1 files changed, 1 insertion(+) > > New commits: > commit 2402215a6a3bd50e9d87e99d4a45de14b635ecea > Merge: 1b0ae38... 7f518da... > Author: Robert Carr <racarr@gorbie.(none)> > Date: Wed Apr 25 14:09:38 2007 -0400 > > Merge branch 'master' of
2008 Jul 18
0
Rcpp from C++
Hi Sri, I haven't really elaborated on it having other stuff to prepare first, but as far as I got you first assign data to a vector: #include <R.h> #include <Rinternals.h> #undef R_INTERFACE_PTRS #include <Rembedded.h> #include "Rcpp.hpp" #include <R_ext/Parse.h> #include <Rinternals.h> #include <Rdefines.h> //assigning a vector SEXP
2006 Mar 27
5
How to create a directoy with R
Hello, I am trying to create directories with R. I would like R to create directories because it is platform independent. I tried using file() and searching in "R Data Import/Export" but I did not succeed. I think it must be some function since exists the unlink to remove directories (and files). Pau
2008 May 23
3
Rss-wxruby
Bonjour Alex. J''ai créer une application(Rss-wxruby) et je l''ai déposée en téléchargement sur le site "Tom''s guide". Ils ont créer les screenshots, et la problème: Il y a des carrés qui ressortent de partout??? Voilà un url pour l''exemple du problème avec les carrés qui ressortent:
2015 Dec 29
4
How to check for 64-bit CPU?
Rafa?l Carr? wrote: > That would need a special case for Linux x32 which is x86_64 with 32 > bits pointers It won't be wrong for x32, just sub-optimal. Please feel free to suggest a way to detect x32. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2015 Sep 11
2
adding prefixes to certain instructions x86 -- where to start?
Hello, I’ve been using LLVM IR passes for my research for about a year now, but for my next step I think I might have to dig into a backend. I'm hoping someone could give me a pointer on how to get started. The thing I would like to do is add and override address-size override prefix [1] to a given x86-64 instruction. I’m hoping I can do something like: 1) Mark some IR instructions with
2008 Mar 19
3
RPM verify weirdness
Hi all, Can anyone explain this to me? (CentOS 4/5) # rpm -qf /etc/exports setup # rpm -V setup S.5....T c /etc/bashrc S.5....T c /etc/printcap ..?..... c /etc/securetty # echo '#### foo' > /etc/exports # cat /etc/exports #### foo # rpm -V setup S.5....T c /etc/bashrc S.5....T c /etc/printcap ..?..... c /etc/securetty I thought verify was supposed to check
2016 Feb 12
3
CloneFunction during LTO leads to seg fault?
In general I use DebugInfoFinder and clear out Metadata if GV in null or GV->isDeclaration(). If there is any interest, I can post that patch... Sergei --- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation > -----Original Message----- > From: Tobias Edler von Koch [mailto:tobias at codeaurora.org] > Sent: Friday, February 12, 2016
2005 Nov 28
1
Question from XM Radio
Thanks Jim, that's understood. When I say AMBE isn't working well, I only mean from the audience acceptance point of view. Technically it is fine. It is exactly doing the job we had expected. It's the long standing wish that everyone wants... More for less. We are just seeking a bit of magic that just may not be there. Ideally finding a codec that can perform
2006 Mar 25
2
R gets slow
Hello, I have R as a socket server that computes R code sent by some scripts (the clients). These scrips send R code to generate models (SVM). The problem is that first models are generated in less than one second and one hour later, the same models are generated in more than ten seconds (even training with same data). If I restart the server , then it works well (fast). I don't know if I have
2012 Jan 19
4
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
Hello folks, I have a compiler written with LLVM 2.6 by a student that produces .ll files, It behaved fine at the time. Trying to take the work over using version 3.0, I run into the problem that "malloc" in the IR is no longer valid: semac1 menu > llvm-as Carre.ll llvm-as: Carre.ll:68:14: error: expected instruction opcode %_malloc = malloc i8, i32 %2 ;
2005 Nov 27
2
Question from XM Radio
Thanks for the reply. We are currently using AMBE (4Kbps) for our Traffic/Weather Channels. If you have ever had a chance to hear the service, you will know that AMBE does not do us well. I understand that 2Kbps is low quality, but any poorer than AMBE? If can get a decent quality for other low bandwidth talk channels, such as about 10-16Kbps and have it sound rather clean, then I would be
2015 Sep 11
2
adding prefixes to certain instructions x86 -- where to start?
I'm trying to make a security sandbox. For example, lets say my program has a LoadInst in the LLVM IR and I know I want to confine the address range this LoadInst is accessing. Maybe that LoadInst gets emitted as a MOV machine code instruction by the backend. During execution an attacker could potentially control the operands of the MOV instruction through some exploit, but usually he
2008 Dec 08
2
Red Hat réagit à la crise économique
L'entreprise Red Hat r?agit ? la crise... en supprimant une ?norme f?te d'entreprise. Au lieu de cela, ils ont d?cid? de donner l'argent ? l'?quivalent am?ricain des Restos du Coeur, soit quelque 800.000 repas: http://www.newsobserver.com/business/story/1314667.html J'ai toujours eu un faible pour Red Hat, mais l?, je les appr?cie carr?ment. Comme quoi l'esprit de
2005 May 12
1
Inheriting security permissions from target directory with Cygwin
I am trying to upload a directory structure with rsync via ssh from one domain to another. I would like the target files (which may or may not already exist on the target machine) to assume the security permissions of the target directory they are placed into, since the target machine lies in a different domain. Currently, when I upload these files they seem to assume some strange random
2008 Mar 13
2
graphics defaults
Can someone point me to a justification for the design decisions, which seem to be similar in lattice and ggplot2, of (1) gray backgrounds and (2) filled points? [I seem to remember seeing somewhere the opposite recommendation for points, i.e. that open points make it much easier to see if there are overlapping values -- and this would be a reason that pch=1 gives an open circle ...] cheers
2016 Feb 09
2
CloneFunction during LTO leads to seg fault?
Hello, I'm writing an LTO pass and I'd like to be able to duplicate a function (with debugging info). I'm trying to accomplish this with CloneFunction but it's leading to a seg fault in ld. I've whittled down my problem so that it occurs in this small pass [1]. If I run this pass with opt, I get the expected result (i.e. a valid program that calls main twice). If I run
2016 Feb 09
2
CloneFunction during LTO leads to seg fault?
Hi Medhi, Thanks for you reply. Here is the full output of -print-after-all [1] and just the module itself after my pass[2]. I've looked over the IR, but I can't see anything obviously wrong. I'm not sure what you meant by: > You may want to try to add it at the end of the pipeline My pass is the last one added inside populateLTOPassManager. Should I add it to the
2002 Nov 21
1
Out of connection structures
Hi, I still have the problem of "Out of connection structures" with Samba 2.2.6 or 2.2.7 and TSE clients. This problem was encountered by Richard van Beers : > From: richard van beers > To: jra@samba.org (Jeremy Allison), Gunther Hess > Subject: Re: Samba and Out Of Connection Structures from Terminal Servers (was on Solaris) > Cc: