search for: misunderstand

Displaying 20 results from an estimated 3282 matches for "misunderstand".

2008 Sep 21
3
[LLVMdev] Misunderstanding vector
I was re-reading the specification for extractelement and friends, and I notice that the index is restricted to i32. Since vectors might clearly have a larger number of elements on 64-bit platforms, I wonder if I am misunderstanding the intended use of these instructions. Is this indeed intended for vector and structure access in general, or is intended to support (only) more specialized SIMD usage? My real reason for asking is that we would like to remove the "Word" type (basically: uintptr_t) from the BitC lan...
2007 Sep 25
5
Am I misunderstanding the ifelse construction?
...16 - 0.5 17 + 0.5 18 - 0.5 19 + 0.5 20 - 0.5 > And change the sign of the value of the gc_content field if the corresponding dir field is negative. Howver, when I run this through the changedir function, all of the gc_contents become negative. An I misunderstanding how to use the ifelse construct? And in that case, how should I go about doing this in a different way? Thankyou very much in advance for your help, and I hope that my question is not too banal! Karin -- Karin Lagesen, PhD student karin.lagesen at medisin.uio.no http://folk.uio.no/karinlag
2008 Sep 22
0
[LLVMdev] Misunderstanding vector
On Sunday 21 September 2008 20:45:37 Jonathan S. Shapiro wrote: > I was re-reading the specification for extractelement and friends, and I > notice that the index is restricted to i32. Since vectors might clearly > have a larger number of elements on 64-bit platforms, I wonder if I am > misunderstanding the intended use of these instructions. The code generator cannot handle vectors with more than 16383 (?) elements. Even so, I'm not sure it makes much sense to use vectors with more than a handful of elements. Ciao, Duncan.
2006 Jul 11
1
Misunderstanding with lines (or elsewhere)
Misunderstanding with lines(...) : http://7d4.com/r/ I would like the y coordinate of the horizontal line to be 1/4, and also the line to begin at x=0 and end at y=1. I'm obviously missing something ... so if anybody could help. Many thanks. test = function() { bmp('test.bmp', width=100, height=...
2007 Feb 20
2
SAMBA Kerberos misunderstanding
I suspect I might be grossly misunderstanding kerberos and AD here, but I cant seem to grok the following. net ads join integrates my linux samba server (named foundry) into an AD domain and all works fine. The samba server is using the kerberos keytab. root@foundry:~ # kinit -k -t /etc/krb5.keytab foundry$ root@foundry:~ # kinit -k -t /e...
2012 Sep 25
1
Bug or misunderstanding of par(pin)?
...in=c(1,0.87). The same if you set pin to c(1,1)... you will not get a plotting region of the size 1 * 1 inch. (Don't worry about the large white space on the right hand side or the fact that the labels are printed on top of another figure, this is all easily solvable) The question is, do I misunderstand the use of "pin" or is there a bug? And equally important, does anybody know how I could get this type of plot in an easy way? Thank you very much, Vera PS: in case it is not clear what I mean with "plotting region", please check page 6 of the following document...
2008 Sep 22
2
[LLVMdev] Misunderstanding vector
...er 2008 20:45:37 Jonathan S. Shapiro wrote: > > I was re-reading the specification for extractelement and friends, and I > > notice that the index is restricted to i32. Since vectors might clearly > > have a larger number of elements on 64-bit platforms, I wonder if I am > > misunderstanding the intended use of these instructions. > > The code generator cannot handle vectors with more than 16383 (?) > elements. Even so, I'm not sure it makes much sense to use vectors > with more than a handful of elements. I understood Chris to say that these instructions were for...
2006 Jul 16
0
Routes Misunderstanding
Hi there, I seem to be misunderstanding routes a little bit as I can''t get the behavior I''m expecting from the following. My goal is to get "/forums/1" from the code <%= url_for :id => forum.id %> which is being called from a view associated with a controller named "Forums" and the &quot...
2011 Dec 15
1
Am I misunderstanding loop variable assignment or how to use print()?
...ely first, but ultimately I need to put it into an Rscript so that I can use dynamic listings and for loops to print everything. I'd also be happy if I could pull just the Pr out, as I could interactively like so: > print(anova.ag.m2529.az$Pr) [1] 0.004392059 NA So what am I misunderstanding about how the language works? I've been all over the web and through the usingR.pdf file but can't find an example that shows something like what I'm trying to do. What exactly (data frame, table, function, character string, etc.) is stored in 'anova.ag.m2529.az' if the com...
2007 Apr 20
2
order of registering uri''s matters for URIClassifier ?
...ot;/junk") # => [nil,nil,nil] Instead of : ["/junk", "/", [#<Mongrel::DirHandler>, #<Mongrel::StatusHandler>]] I''ve attached a unit test that shows this effect by calling the URIClassifier directly. I''m not sure if this is a bug or a misunderstanding on my part. enjoy, -jeremy -- ======================================================================== Jeremy Hinegardner jeremy at hinegardner.org -------------- next part -------------- require ''test/unit'' require ''rubygems'...
2008 Sep 22
0
[LLVMdev] Misunderstanding vector
> > The code generator cannot handle vectors with more than 16383 (?) > > elements. Even so, I'm not sure it makes much sense to use vectors > > with more than a handful of elements. > > I understood Chris to say that these instructions were for SIMD > machines, and if the limit you mention applies to SIMD I'm not worried. > Does that limit also apply to
2019 Dec 27
0
AGI: "Get variable" returns variable VALUE vs "Get full variable" returns variable NAME - bug or my misunderstanding?
On 12/27/2019 2:24 PM, Jonathan H wrote: > <Local/1000 at default-0000001f;2>AGI Rx << SET VARIABLE myVar "Hello > World!!!" > <Local/1000 at default-0000001f;2>AGI Tx >> 200 result=1 > <Local/1000 at default-0000001f;2>AGI Rx << GET FULL VARIABLE myVar > <Local/1000 at default-0000001f;2>AGI Tx >> 200 result=1 (myVar) >
2019 Dec 27
1
AGI: "Get variable" returns variable VALUE vs "Get full variable" returns variable NAME - bug or my misunderstanding?
OK, that works - looks like a documentation bug? (Also very confusing!) Should I report it on the page at https://wiki.asterisk.org/wiki/display/AST/Asterisk+17+AGICommand_get+full+variable or on the main tracker? Many thanks - couldn't figure out what was wrong! On Fri, 27 Dec 2019 at 19:36, Sean Bright <sean.bright at gmail.com> wrote: > On 12/27/2019 2:24 PM, Jonathan H wrote:
2006 Mar 23
1
validations.rb of ActiveRecord - bug or misunderstanding?
Either I''m not understanding how things are used, or this might be a bug in ActiveRecord. I''m using version 1.13.2. In my version of activerecord/lib/active_record/validations.rb (the svn trunk version is browsable at http://dev.rubyonrails.org/browser/trunk/activerecord/lib/active_record/validations.rb ), I have: def update_attribute_with_validation_skipping(name,
2006 Nov 01
0
Misunderstanding samba [homes]
Samba do the -right- mapping of home-dirs to [homes] share -without- knowing th name of the users??? I'll try to explain: I have 2 winxp clients and a debian server with dpkg -l|grep samba ii samba 3.0.23c-2 running. the name of the xp boxes is borg, dir the users working there are gusi, brigitte gusi have a passwd (on the xp box), Linux account and samba-passwd - all the
2005 Apr 11
1
/etc/rc.bsdextended: am I misunderstanding this..?
Can someone clear something up for me? [[[ # For apache to read user files, the ruleadd must give # it permissions by default. #### ${CMD} add subject uid 80 object not uid 80 mode rxws; ${CMD} add subject gid 80 object not gid 80 mode rxws; ]]] Doesn't the above mean that an apache user (eg, user-supplied CGI process, PHP script, etc) has the ability to read (and write!) anything in the
2012 Aug 18
1
Misunderstanding of Subnet directive in hosts files
Hello! Could someone, please, explain to me the meaning of Subnet directive in configuration file of host, because I really don't understand this. http://www.tinc-vpn.org/documentation/tinc_4.html#Configuration "The subnet which this tinc daemon will serve."??? I assign an IP from apropriate subnet to interface, what does it mean "will serve"? I've read
2004 Jan 24
0
rules/routes traversal misunderstanding
Hi, I''ve been experimenting with ip route for the last few days to get load sharing accross 2 providers working. While it works most of the time, on a few occasions, packets are routed to the wrong interface. I''m not sure to understand rules and routes traversal correctly (I couldn''t find answers in the howto). So, here are my questions: 1. How does the rule
2011 Feb 22
0
Arel: misunderstanding with intersections
Hi, I''ve been playing with Arel for a few days, but I feel really confused about predicates / arrays intersection. Let''s say I have 3 models: users, (bank) accounts and transfers. An account belongs to a user, and a transfer is made of a source and target accounts (see the snippets below). Given a user, I want to query his transfers. I can go this way in the User class: def
2013 Sep 15
1
syslinux.exe, 6.01: --update misunderstanding
syslinux 6.01, on XP cmd prompt: With syslinux.exe --update c: At least one specified option not yet implemented for this installer. it is clear which option is not yet implemented. However, before trying just --update, I did try: syslinux.exe --active --directory /downloadedPrograms/syslinux \ --update --mbr c: (line was edited for presentation purposes) and got