search for: secion

Displaying 20 results from an estimated 25 matches for "secion".

Did you mean: section
2015 Jan 22
2
[LLVMdev] MCJIT and recursive finalization
...ries to write the newly determined relocation address to (now protected) memory. Here is what I guess I'm looking for: - outer resolveExternalSymbols() has a missing symbol, - we compile and emit into a new "memory section" - we finalize only that section - we run static init of that secion - we pass that now resolved symbol address to the outer MCJIT. I tried to have the LinkingMemManager's ClientMM stack memory managers upon recursion, so each of them can operate on their own memory regions. But that seems to mess up the section counts / symbol offset tables :-( What would you...
2011 Jul 26
2
Accessing the index of factor in by() function
...n't draw any plots, it is just an effort to help my understand what I'm doing): *my.plot <- function(y) { print(y); print(month[id==y]) }* Now, I tried: *by(value, id, my.plot)* But of course, it didn't do what I wanted. I realized that the parameter passed to my.plot, is a "secion of value" per ID, and not the ID value itself. Question is, how can I get the value of factor ID at each level of by()? Please advise, Merik [[alternative HTML version deleted]]
2016 Nov 16
6
[SPARC]: leon2 and leon3: not respecting delayed-write to Y-register
Hi, in section B.29. (Write State Register Instructions) of 'The SPARC Architecture Manual Version 8' it is said that the "The write state register instructions are delayed-write instructions." The Y-register is a state-register. Furthermore in the B.29-secion there is a programming note saying: MULScc, RDY, SDIV, SDIVcc, UDIV, and UDIVcc implicitly read the Y register. If any of these instructions execute within three instructions after a WRY which changed the contents of the Y register, its results are undefined. This currently is not respect...
2003 Jun 05
2
Boot problem on a P4P800-based computer
...and integrated peripherals list, can be found here: http://www.asus.com/products/mb/socket478/p4p800/overview.htm I am having a problem booting up the CD-ROM on this computer. After the kernel boots up, and then skipping the hardware configuration mode, the kernel boots until it reaches the PLIP secion, where it just waits there for good. The computer doesn't hang as I can press CAPS-LOCK and see it switch lights, but it just sits there without doing anything. There's also no disk activitity that I can see. What I did to try and solve the problem is this: 1) downloaded 4.7 floppies, the...
2017 Apr 11
2
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...possible to do the processing in "sections". > By that, I mean that you can implement (e.g.) an order-8 "kernel" that > computes the correlations and also outputs the last element of > state_QS_s32x4[0][0] back to input_QS[], so that it can be used to > compute a new secion. > Done. The speed is almost identical (slightly slower), however the extra bonus is code size saving. 4) It's a minor detail, but the last element of corr_QC[] that's not > currently vectorized could simply be vectorized independently outside > the loop (and it's the same fo...
2006 May 18
1
R CMD check: "T used instead of TRUE"
...ange while TRUE cannot?) - Is it correct that I should change ALL occurrences of T or F in my package code independent of their context? Or are there different kinds of contexts? - Are there any other similar checks that are performed by R CMD check? - I cannot find such a thing mentioned in Secion 1.3.1 of R-exts.pdf that describes the actions of R CMD check. The most pertinent item appears to be number 13: "The examples provided by the package's documentation are run." Would you say this is a documentation defect that I ought to report to R-bugs? Any help is appr...
2010 Sep 07
2
Help on formatting some HAML
...; ago</span></li> <% end %> </ul> </div> <div class="page_nav"> Pagination goes here </div> <br /> </div> ---- I have tried it a few different ways to convert this to HAML, but I''m messing it up on this secion (which is the meat of the document): ---- <ul> <% @orders.each do |order| %> <li><span class="pull-2 box"><%= "#{leading_zeros order.id}" %></span> <%= link_to "#{order.name}", order, :remote => true %></li> <span...
2005 Jul 25
4
Fritz PCI card in ptp mode with chan_misdn
...n more Verbose than 3 ; debug=3 ; ; Stops dialtone after getting first digit on nt Port ; stop_tone_after_first_digit=yes ; ; Wether to append overlapdialed Digits to Extension or not ; append_digits2exten=yes ; users sections: ; ; name your sections as you which but not "general" ! ; the secions are Groups, you can dial out in extensions.conf ; with Dial(mISDN/g:extern/101) where extern is a section name, ; chan_misdn tries every port in this section to find a ; new free channel ; [extern] ; define your ports, e.g. 1,2 (depends on mISDN-driver loading order) ports=1 ; context where to go...
2000 Jan 20
1
primer on plot function
Can anyone point me to a document explaining how to use the plotting functions of R? I just found R this week. I have read "An Introduction to R" and ordered "Programming with Data: A Guide to the S Language" which should show up next week. Are there any documents on the web or other books I should consider? Thanks, Chris Marshall
2007 Apr 27
1
acf and pacf plot
Hi, I noticed that whenever I ran acf or pacf, the plot generated by R always includes two horizontal blue doted lines. Furthermore, these two lines are not documented in the acf documentation. I don't know what they are for, but it seems that they are important. Could someone tell me what they are and how are they calculated? Thanks, -- Tom [[alternative HTML version deleted]]
2005 Jan 14
0
IAX2 bridging = one way audio
...AX connections together, we'll get one-way audio for one of the connected IAX devices. I found that this also happens if I use an IAXy to call out from * (outbound calls get bridged with teliax.com). The called party receives no audio, although I can hear them. Here's my iax.conf [general] secion. Should I change the bindaddr? I thought 0.0.0.0 just listened to everything, so that's why it did that. [general] port=4569 bindaddr=0.0.0.0 disallow=all allow=ulaw allow=alaw allow=gsm allow=g729 allow=g726 iaxcompat=yes bandwidth=high jitterbuffer=yes dropcount=3 maxjitterbuffer=500 maxexce...
2017 Apr 13
0
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...he processing in "sections". >> By that, I mean that you can implement (e.g.) an order-8 "kernel" that >> computes the correlations and also outputs the last element of >> state_QS_s32x4[0][0] back to input_QS[], so that it can be used to >> compute a new secion. >> > > Done. The speed is almost identical (slightly slower), however the extra > bonus is code size saving. > > 4) It's a minor detail, but the last element of corr_QC[] that's not >> currently vectorized could simply be vectorized independently outside >>...
2004 Aug 07
2
Asterisk : No Sound No Dial
...ransfer all dailled numbers from my SJphone to fwd. >At a > > later stage make asterisk accept calls dialled to my fwd number and >operate > > thm through the SJ phone > >register your box to fwd (for incoming calls to your fwd number): add to >sip.conf in the [general] secion >register => fwdnum:fwdpass@fwd.pulver.com >calls to your fwd number will be routed to your context specified in the >[general] section. > >To make calls to the fwd network, you'll need something like this in >sip.conf: >[fwd] >type=friend >secret= >username= &g...
2003 Dec 27
3
Vocera Communication Badge
Hi there, yesterday I came across the "Vocera Communication Badge" and now I'd like to know if anyone here has played with that thing (or even just seen it in real life), and if a price tag can be found for this device? Too bad they don't use SIP... ;-( http://www.vocera.com/ http://www.heise.de/newsticker/data/tol-25.12.03-001/ Cheers, Philipp ** Wireless Specifications
2005 Aug 25
3
Active Record Object Dependency
I have three model objects: 1. Document 2. Section 3. Content According to my requirements a Document must have at least one Section. Similarly a Section must have at least one Content. How can I add a Section when a Document is created and add a Content when a Section is created? My code: class Document < ActiveRecord::Base has_many :sections end class Section < ActiveRecord::Base
2004 Aug 07
2
Asterisk : No Sound Issues
Hi , Thanks greg , for pointing out the valuable resources for reference. I tried SJphone in a windows environment to connect to fwd and it worked fine(including (audio). Now have to do the same thing for linux(red hat 9 ) and hope the nat issue is resolved. Now i would like to connect asterisk to fwd and instead of the SJ phone connecting to fwd directly i would wish to connect through
2005 Jan 08
1
p.adjust(<NA>s), was "Re: [BioC] limma and p-values"
>>>>> "GS" == Gordon K Smyth <smyth@wehi.edu.au> >>>>> on Sat, 8 Jan 2005 01:11:30 +1100 (EST) writes: <.............> GS> p.adjust() unfortunately gives incorrect results when GS> 'p' includes NAs. The results from topTable are GS> correct. topTable() takes care to remove NAs before GS> passing
2002 Oct 21
4
mixed effect-models
Hello, ? I believe that in R, it is not possible to analyze mixed effect-models when the distribucion is not gaussian (p.e. binomial or poisson), isn't? ? Somebody can suggest me alternative? ? thanks ? xavi ? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2007 Aug 23
0
indexing and regression testing
...someDataFrame[match(fewRowNames, rownames(someDataFrame)),] # which still is much faster than someDataFrame[fewRowNames, ] # the latter being surprisingly slow as it can be worked around by match (even without indexing) I'd appreciate any comments, especially on the "Open Questions" secion in ?index, in order to 1) extend to all atomic types and be UTF8-safe 2) extend to packages R.huge and/or ff 3) optimally integrate with sort(OK), order(no generic yet) and match(no generic and dispatch rather needed on second argument) Both packages were developed under 2.5.1 and I plan to publis...
2005 Mar 21
1
Program Crashes on Startup
...gram crashes with an unhandled exception before I can even see a window. The program is freely available (for educational and non-commercial use) here: http://sdg.ocs.ou.edu/builds/final/win/WeatherScope/WeatherScope-1.2.1.exe This is running with Wine 20050310. I've included the relevent secions of a +tid,+seh,+relay log (Filtered using "RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection;_EnterSysLevel;_LeaveSysLevel; _ConfirmSysLevel;LOCAL_Alloc;LOCAL_Lock;LOCAL_Unlock;LOCAL_Free;GDI_GetObjPtr; GDI_ReleaseObj;WIN_GetPtr;WIN_FindWndPtr;WIN_ReleaseWndPtr;USER...