search for: refram

Displaying 20 results from an estimated 75 matches for "refram".

Did you mean: efram
2020 Feb 29
3
dput()
I think Robin knows about FAQ 7.31/floating point (author of 'Brobdingnag', among other numerical packages). I agree that this is surprising (to me). To reframe this question: is there way to get an *exact* ASCII representation of a numeric value (i.e., guaranteeing the restored value is identical() to the original) ? .deparseOpts has ?"digits17"?: Real and finite complex numbers are output using format ?"%.17g"? which may...
2008 Feb 28
1
[LLVMdev] expanding i16 operations in presence of an i16 regclass.
Reframing and Reposting my earlier query: My target has 16-bit registers for indirect address of data. All other registers are 8-bit. Therefore I have added regclasses for i8 and i16 types. All arithmetic operations (including pointer arithmetic ) are 8-bit operations. The problem is that LLVM does no...
2009 Apr 23
1
[LLVMdev] Adding structures in a loop pass
Devang, Let me reframe my question.I require to keep this extra information as a structure so as to pass it around to other functions which require it. Specifically I am working on CellBE and wish to DMA this information to the SPEs The way of adding the information by PHI nodes will not suffise since the information ma...
2023 Mar 11
1
Multiple Assignment built into the R Interpreter?
On Sat, 11 Mar 2023 11:11:06 -0500 Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > That's clear, but your proposal violates a very basic property of the > language, i.e. that all statements are expressions and have a value. How about reframing this feature request from multiple assignment (which does go contrary to "everything has only one value, even if it's sometimes invisible(NULL)") to "structured binding" / "destructuring assignment" [*], which takes this single single value returned by the expre...
2006 Apr 03
2
Problems with STI in has_many/belongs_to in Rails 1.1
I have a problem that surfaced in my attempt to upgrade my application to Rails 1.1. We have a STI model on the "belongs_to" side of a has_many/belongs_to relationship. All my unit tests for this model pass, and the relationships all seem to work fine. But in my functional tests, I''m getting errors. I''ve traced it back into the call to the has_many
2010 Jun 15
11
mysql gem install not happening on Mac OS Leopard - any inputs at all??
...install the existing mysql and reinstall the latest (5.1.x) before I install the mysql gem? Or are my ruby and mysql paths screwed up? Ive googled a lot and tried all the suggestions (as you can see above) but none work. I raised this issue already in the group but no replies yet. So I''ve reframed it in a simpler fashion. Even if noone knows the solution right away, I''d really appreciate any inputs at all. Thanks! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...
2011 Nov 11
1
Fwd: Use of R for VECM
...ese coefficients for forecasting. What command I use to extract the coefficients from this program? 5. What are sd1, sd2, sd3? I did not input any "seasonal dummies" and yet the output seems to have included them. Does it affect the value of the coefficients? Is there a better way to reframe the command to avoid them? I hope it is not too much to ask for your help. I thank you in advance. Ram Ramaiah
2020 Feb 29
2
dput()
...mail.com> wrote: > > On 29/02/2020 4:19 a.m., Ben Bolker wrote: > > > > I think Robin knows about FAQ 7.31/floating point (author of > > 'Brobdingnag', among other numerical packages). I agree that this is > > surprising (to me). > > > > To reframe this question: is there way to get an *exact* ASCII > > representation of a numeric value (i.e., guaranteeing the restored value > > is identical() to the original) ? > > > > .deparseOpts has > > > > ?"digits17"?: Real and finite complex numbers are...
2015 Oct 13
2
RFC: Introducing an LLVM Community Code of Conduct
...sections nearly as long. The list of principles is already formatted to facilitate skimming and so I feel like this is a pretty good compromise on the verbosity front. If you have specific ideas that you think would be better, I'm all ears. > 3) I really liked the suggestion down thread of reframing "reporting" as > "asking for moderation". I think it needs to be clear that there can be > consequences, but focusing on resolving the situation at hand seems like a > better starting point for most discussions. > There is a very important problem with calling t...
2023 Mar 11
1
Multiple Assignment built into the R Interpreter?
...v wrote: > On Sat, 11 Mar 2023 11:11:06 -0500 > Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > >> That's clear, but your proposal violates a very basic property of the >> language, i.e. that all statements are expressions and have a value. > > How about reframing this feature request from multiple assignment > (which does go contrary to "everything has only one value, even if it's > sometimes invisible(NULL)") to "structured binding" / "destructuring > assignment" [*], which takes this single single value return...
2020 Mar 02
2
dput()
...>> > > >> > I think Robin knows about FAQ 7.31/floating point > >> (author of > 'Brobdingnag', among other numerical > >> packages). I agree that this is > surprising (to me). > >> > > >> > To reframe this question: is there way to get an > >> *exact* ASCII > representation of a numeric value (i.e., > >> guaranteeing the restored value > is identical() to the > >> original) ? > >> > > >> > .deparseOpts has >...
2009 Aug 11
2
libThusnelda 20081201
...: Encoded and delivered by apple.com/trailers/ Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : Main at L3.0 Format settings, CABAC : No Format settings, ReFrames : 2 frames Codec ID : avc1 Codec ID/Info : Advanced Video Coding Duration : 2mn 30s Bit rate mode : Variable Bit rate : 2 283 Kbps Width : 848 pixels Hei...
2023 Mar 11
3
Multiple Assignment built into the R Interpreter?
...2023 11:11:06 -0500 > > Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > > >> That's clear, but your proposal violates a very basic property of the > >> language, i.e. that all statements are expressions and have a value. > > > > How about reframing this feature request from multiple assignment > > (which does go contrary to "everything has only one value, even if it's > > sometimes invisible(NULL)") to "structured binding" / "destructuring > > assignment" [*], which takes this single sing...
2005 Feb 11
0
Lossless audio codecs for video editing
...ulation will be off by the number of samples cut. from this you can see though that if you are using your container for the sample numbering and seeking, and ignoring libFLAC's sample number there will be no problem. however if the stream is exported to a native FLAC stream it will have to be reframed which unfortunately means reencoded (unless/until I get to fixing the format). I am contemplating fixing this problem in the format eventually (along with others) but older decoders will not be able to read such streams, so if I do it, it will have to be done carefully to avoid disrupting users....
2020 Feb 29
0
dput()
On 29/02/2020 4:19 a.m., Ben Bolker wrote: > > I think Robin knows about FAQ 7.31/floating point (author of > 'Brobdingnag', among other numerical packages). I agree that this is > surprising (to me). > > To reframe this question: is there way to get an *exact* ASCII > representation of a numeric value (i.e., guaranteeing the restored value > is identical() to the original) ? > > .deparseOpts has > > ?"digits17"?: Real and finite complex numbers are output using >...
2008 Jul 29
1
more environment questions
Hi R Gurus: Here is some code that I was experimenting with, please: > f1 <- function(x) { + e1 <- new.env(parent=.GlobalEnv) + environment(e1) + print(environment()) + return(mean(x)) + } > f1(1:15) <environment: 0x02525444> [1] 8 > My question: why isn't the environment within the function set to e1, please? Thanks, Edna Bell
2007 Nov 29
0
Protection switching on PRIs.
Has anyone figured out a way to instantaneously swing over PRIs bearing calls in progress to another media gateway without dropping them? Obviously, this would require a DACS of some sort. But I am thinking that it is possible to swing T1s over in a DACS without actually causing the endpoint to reframe as long as the other endpoint is kept in sync. So, it'd be nice, for example, to bring in some PRIs through a small DS1-level DACS, and be able to swing them over among various boxes with quad-span Sangoma or Digium T1 cards in the event of a problem without dropping any calls. I do not imag...
2002 Nov 15
1
Peeling Specification
After reading the recent thread [http://www.xiph.org/archives/vorbis/200211/0057.html] on the vorbis list about bitrate peeling, I was wondering if it would be possible for xiph.org to post a specification, outline, flowchart, or a drawing on a napkin of what the basic operations of bit peeling would entail. If there was some sort of starting point, then it may be a little more inviting for
2003 Oct 27
2
PRI & Asterisk Redundancy/Fail-Over
Hi, I'm trying to put together an * system with extremely high up time. The system as it stands now is 1 dual p4 with raid, redundant power, etc.. and a T100P card. I would like to get a second similar or identical box with another T100P card. I have 1 PRI, how do I get the second box to take over communication with the PRI should the first box fail? Of course I'd like this to be
2009 Apr 22
0
[LLVMdev] Adding structures in a loop pass
On Wed, Apr 22, 2009 at 12:10 AM, Kshitiz Garg <ksh.cseiitk at gmail.com> wrote: > Hello, >     I wanted to do some speculative execution on a loop for which I > require some data storage structure for book keeping. The exact > structure of this storage buffer can only be determined after loop > analysis. Is there a clean way to add this new structure to the > module. Since