Displaying 20 results from an estimated 360 matches for "carr".
Did you mean:
card
2005 Nov 28
1
Question from XM Radio
...t and I would think the
> complexity is somewhere in the 5-10 MIPS range for encode+decode
> (decoding is cheaper than encoding).
>
> Jean-Marc
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 27 Nov 2005 17:11:00 -0500
> From: "Carr, Terrance" <Terry.Carr@xmradio.com>
> Subject: RE: [Speex-dev] Question from XM Radio
> To: "Jean-Marc Valin" <Jean-Marc.Valin@USherbrooke.ca>
> Cc: speex-dev@xiph.org
> Message-ID:
> <E63FE688D5966F4A9E78770555DE90AE08012E@ITWEXC01-DC.xmradio.com>
&...
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
>
>...
2008 Jul 18
0
Rcpp from C++
...gument, but i also haven't tried that yet.
What I found to be useful too is the routine for evaluating R-commands:
//evaluating commands
int errorOccurred;
ParseStatus status;
SEXP cmdSexp, cmdexpr, ans = R_NilValue;
PROTECT(cmdSexp = Rf_allocVector(LANGSXP, 1));
char* cArr[4];
cArr[0] = "a <- seq(1,20)";
cArr[1] = "b <- seq(1,20)";
cArr[2] = "c <- a+ b";
cArr[3] = "print(c)";
for (int CommandInd = 0; CommandInd<4; CommandInd++)
{
PROTECT(cmdSexp = allocVector(STRSXP, 1));
SE...
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:
http://www.infos-du-net.com/telecharger/Capture-ecran-Rss-wxruby,0302-22046.html
et voilà l''url d''une capture que j''ai fait de mon application à partir de mon p...
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 L...
2015 Sep 11
2
adding prefixes to certain instructions x86 -- where to start?
...to look for my metadata, and if found add the prefix when the machine instruction is emitted
Does this seem feasible? Does the LLVM x86 backend currently have the capability of adding instruction prefixes and could someone please point out where I should look in the code for it?
Thanks,
Scott A. Carr
PhD Student
Purdue University CS
[1] http://wiki.osdev.org/X86-64_Instruction_Encoding#Operand-size_and_address-size_override_prefix
2008 Mar 19
3
RPM verify weirdness
...ap
..?..... 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 every file in the package?
Cheers,
Gavin
--
Gavin Carr
- http://www.openfusion.com.au - Linux, Perl, and Web Consulting
- http://www.openfusion.net - Hackery, the Blog
* Fashion is a variable, but style is a constant - Programming Perl
2016 Feb 12
3
CloneFunction during LTO leads to seg fault?
...hat 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 9:51 AM
> To: Mehdi Amini; Scott A. Carr
> Cc: llvm-dev at lists.llvm.org; Sergei Larin
> Subject: Re: [llvm-dev] CloneFunction during LTO leads to seg fault?
>
> On 02/11/2016 10:05 AM, Mehdi Amini via llvm-dev wrote:
> >> Is this a bug? Is there an assumption that a function won't be cloned after
> inlining...
2005 Nov 28
1
Question from XM Radio
...And still perform quite well for complex speech at 10-12kbps.
Just keeping my eyes (ears) out for something that I have never
considered before.
I really appreaciate the time you've taken to reply, Thanks.
Terry
_______________________________________________________________________
Terry Carr
Manager, Broadcast Applications
XM SATELLITE RADIO
1500 Eckington Place, NE (Flr-2, Ops Mgt)
Washington, DC 20002
Phone: (202) 380-4081 - Fax: (202) 380-4768
* -----Original Message-----
* From: Jim Crichton [mailto:jim.crichton@comcast.net]
* Sent: Monday, November 28, 2005 4:57 PM...
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 ; <i8*> [#uses=1]
^
Couldn't find any hint on the web about how to modify the code generation in this compiler to go ahead.
Thanks for your help!
Regards,
--...
2005 Nov 27
2
Question from XM Radio
...c needs it's bandwidth... just voice only channels like:
- Emergency Announcements
- Barkers (This channel is not yet scheduled for Air
- Traffic/Weather
- ...etc
Thanks again for the reply.
____________________________________________________________________________________________
Terry Carr
Manager, Broadcast Applications
XM SATELLITE RADIO
1500 Eckington Place, NE (Flr-2, Ops Mgt)
Washington, DC 20002
Phone: (202) 380-4081 - Fax: (202) 380-4768
________________________________
From: Jean-Marc Valin [mailto:Jean-Marc.Valin@USherbrooke.ca]
Sent: Sun 11/27/2005 4:55 PM
To: Carr, Terra...
2015 Sep 11
2
adding prefixes to certain instructions x86 -- where to start?
...size...
> Understanding that would probably help provide a better answer (I have
> absolutely no idea how to solve the actual question, but I suspect
> understanding what the overall goal is will help a whole lot)
>
> --
> Mats
>
> On 11 September 2015 at 15:38, Scott A. Carr via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> 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...
2008 Dec 08
2
Red Hat réagit à la crise économique
...t 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 partage ne s'arr?te pas au code source.
Nico
2005 May 12
1
Inheriting security permissions from target directory with Cygwin
...the
security settings of the parent directory they are placed into?
I tried using scp and it gives the same effect as rsync -- strange random
security settings on the target files.
I am using the latest cygwin version and have tried rsync 2.6.3, 2.6.4, and
2.6.5pre1.
Thanks!!
Michael Carr
-------------- next part --------------
HTML attachment scrubbed and removed
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?
...to cause the
crash. Here is the module I'm testing with [3].
In case it is relevant: to get my pass to run during LTO I added
"PM.add(createHelloPass())" to
PassMangerBuilder::populateLTOPassManager. I'm using binutils-gold on
Linux (Ubuntu 14.04 LTS).
Thank you,
Scott A. Carr
PhD Candidate
Purdue University
[1] http://pastebin.com/uL6QMtcT
[2] http://pastebin.com/i1gd0gE6
[3] http://pastebin.com/GEG0F8kU
2016 Feb 09
2
CloneFunction during LTO leads to seg fault?
...#39;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 PassManager somewhere else?
Thanks,
Scott
[1] https://gist.github.com/scottcarr/ce0bb6df1cbb44ec46a5
[2] http://pastebin.com/9xc2jpRj
On 02/09/2016 01:36 PM, Mehdi Amini wrote:
>> On Feb 9, 2016, at 10:24 AM, Scott A. Carr via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Hello,
>>
>> I'm writing an LTO pass and I'd like to be...
2002 Nov 21
1
Out of connection structures
...ax connections is now only causing a tdb
> traversal on a share specific value.
>
> Jeremy.
>
With the patch of Richard, there's no more problem (Samba 2.2.6 or Samba
2.2.7).
Giles
--
________________________________________________________________________
Giles Carr? - Responsable du p?le Syst?mes | Giles.Carre@enseeiht.fr
Centre de Ressources Informatiques | http://www.enseeiht.fr
ENSEEIHT - INP Toulouse | T?l : 05 61 58 84 01
2, rue Camichel - 31071 Toulouse Cedex 7 | Fax : 05 61 58 80 24
_________________________...