search for: apporach

Displaying 20 results from an estimated 26 matches for "apporach".

2005 Jan 31
2
changing the time base in a ts
I'm probably apporaching this all wrong to start but.... Suppose I have a monthly time series and I want to compute the mean of months 6,7, and 8. I want to plot the original time series and the seasonal time series, one above the other. When I do that as below the time series don't line up for reasons that are obv...
2016 Oct 24
2
err:seh:setup_exception stack overflow in own application
...of these about 70 fail and the most common error (40) is of this type. ERROR: RV=1 : fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored err:seh:setup_exception stack overflow 1712 bytes in thread 0026 eip 000000007bc654c9 esp 0000000000130f50 stack 0x130000-0x131000-0x330000 Any hints? Links? Apporaches to debug the stuff? It runs on openSUSE tumbleweed with wine-1.9.20 Thanks
2005 Nov 20
3
rounded corners in rails apps ?
...same and is much simpler to use (don''t require additional css files) and is based on prototype.js. This is all very nice, but there is currently one problem, the latest Rico library seems to require prototype 1.3.1, which is a bit outdated for bleeding edge railers. well, are there other apporaches for getting rounded cornes ? regards -- Roberto Saccon - http://rsaccon.com _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Dec 23
3
RE: Scriptaculous and Prototype based Rich TextEditor
What I have so far. In my main HTML: <script type="text/javascript" src="/javascripts/tiny_mce/tiny_mce_src.js"></script> <script type="text/javascript"> tinyMCE.init({ mode: "textareas", theme: ''advanced'', theme_advanced_toolbar_location: ''top'' }); ... </script> My Ajax form
2008 May 02
0
how to provide different Xen subnets access to a DomU-installed NAS?
I''ve a Xen Dom0 with 3 vif-bridges defined, one each for LAN, WAN & DMZ. A DomU router/firewall routes between the 3. Works great. After getting advice from the list, I''ve settled on an apporach to file-services; I''ve launched a storage appliance (OpenFiler) in a DomU. For initial access, it attaches to the LAN bridge. I next want to provide access to the NAS ''bus'' from both DMZ & LOC machines. Routing across all the storage protocols gets messy quickly .....
2008 Aug 18
1
Fucntion scope question. General non-linear solution help.
...function that implements the above. I could use 'for(...) as a brute force appoarch but I would like a more "elegant" solution. The variables 'N' and 'i' are basically constant so the function has to take these from some kind of global space. So if I take t brute force apporach I came up with: f <- function(MR) { k <- i:N return sum(choose(N,k) * MR ^ k * (1 - MR) ^ (N - k)) - 0.5 } Does this seem like a reasonable implemetation? How are 'N' and 'i' declare as "global"? For each equation N and I are constant but I want to be able...
2016 Sep 12
6
[RFC] Register Rematerialization (remat) Extension
...le and head start) We are following very old but effective paper "Rematerialization" http://dl.acm.org/citation.cfm?id=143143 ------------------------------[1] This extension will specially improve code quality for RICS backends like powerpc, MIPS, ARM, AArch64 etc. Here is a tentative apporach ( after reading the above mentioned paper and current remat code) that I would like to follow. Please share your views because this may be totally wrong direction. Also I will be happy if this gets into main line LLVM code but if community don't want to make remat heavy than please guide me fo...
2018 May 12
3
Marks as read on mover to Archive
How would I setup dovecot so that when messages are moved to the Archive mailbox, they are marked as read? Would it be similar to the imap-sieve for spam tagging? imapsieve_mailbox1_name = Junk imapsieve_mailbox1_causes = COPY imapsieve_mailbox1_before = file:/usr/lib/dovecot/sieve/report-spam.sieve Or is there a simpler method? If it matters: mailbox Archive { auto = subscribe
2002 Oct 15
0
Identification of heterogeneous subpopulation (MECOSA3)
...this general mean- and covariance structures with metric and non-metric dependent variables and mixtures of conditional multivariate normal distributed variables ? ...but until now i'm not a expert for this and must train myself to understand the mathematical purposes and intentions from this apporach. Neverthless it would be nice when an expert for this have some R related suggestions for me i.e. working with special packages/functions as a starting point ! Thanks for advance and regards, Christian -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help maili...
2011 Feb 03
1
My own distribution in survreg function
Hello, I?m trying to do some analysis using survreg function. I need to implement there my own distribution with density: lambda*exp(-lambda*y), where y = a1/(1+exp(-a2*x)). a1, a2 are unknown parameters and x >0. I need to get estimates of a1 and a2 (and lambda of course) I?m really not good at programming. Is there any way how to implement this distribution to survreg without
2003 Mar 15
1
Force reading with SSH_ASKPASS?
...PASS regardless of the properties of the terminal. This would be easy enough to do, an environment variable or a new flag definition would achieve this (I'm using an environment variable for convenience at the moment). Would anyone be interested in receiving a patch for this? If so, which apporach would you prefer? Thanks, -phil
2015 Jun 23
4
[LLVMdev] Improving the quality of debug locations / DbgValueHistoryCalculator
...iddle of another piece's live range. Any two consecutive ranges with identical location contents are merged. Labels are requested for start and end of each range. 3. The location list is finalized by lowering it into DWARF and emitted into a buffer. Shortcomings with the current apporach ====================================== Problems with the current approach include inaccurate live ranges for constant values, ranges ending too early (usually at basic block boundaries), poor handling of frame-register-indirect variables that were introduced by spill code, poor handling of vari...
2016 Mar 07
2
GSOC-2016 Project : Clustering of search results
On Mon, Mar 07, 2016 at 01:36:43AM +0530, Richhiey Thomas wrote: > My questions are: > 1) Can you direct me on how to convert this raw idea into a proposal in > context to Xapian with more detail? What areas do I focus on? Our GSoC guide has an application template <https://trac.xapian.org/wiki/GSoCApplicationTemplate> which you should use to structure your proposal. It has some
2010 Oct 19
5
For-loop dummy variables?
Hi everyone, I've got a dataset with 12,000 observations. One of the variables (cleary$D1) is for an individual's country, coded 1 - 15. I'd like to create a dummy variable for the Baltic states which are coded 4,6, and 7. In other words, as a dummy variable Baltic states would be coded 1, else 0. I've attempted the following for loop: dummy <- matrix(NA, nrow=nrow(cleary),
2010 Jan 28
1
Possible issue with stdio forwarding
...le to successfully connect to cfe1 via the forwarded port. However, if I use stdio forwarding as indicated in the config file above, the connection fails. Given that the server allows TCP forwarding of the desired port, I had expected that stdio forwarding would likewise work. The stdio forwarding apporach does work if the intermediate server is running OpenSSH, even a somewhat dated version. So I'm suspecting it is a quirk with the SSH.COM server. Here's the debug3 output from the proxy command attempting to do the stdio forwarding. debug2: ssh_connect: needpriv 0 debug1: Connecting to sfe...
2015 Aug 12
3
[LLVMdev] Improving the quality of debug locations / DbgValueHistoryCalculator
...ive range. Any two consecutive ranges > with identical location contents are merged. Labels are requested > for start and end of each range. > > 3. The location list is finalized by lowering it into DWARF and > emitted into a buffer. > > Shortcomings with the current apporach > ====================================== > > Problems with the current approach include inaccurate live ranges for > constant values, ranges ending too early (usually at basic block > boundaries), poor handling of frame-register-indirect variables that > were introduced by spill c...
2008 Nov 22
5
CDR Desgin
I've taken the liberty of starting a new thread to discuss the design of the Asterisk CDR mechanism. The discussion has been kindly initiated by murf putting together a proposal: http://svn.digium.com/svn/asterisk/team/murf/RFCs. After reading the proposal I still don't think it's the right way to go. To my mind adding more channel variables increases the complexity in a situation
2008 Mar 27
21
[PATCH 0/5] Add MSI support to XEN
...uration spaces. We also tried some work arounds. One work around might be using a timer to force a EOI within some time interval. This method is already implemented in VT-D''s code. However, with this approach, if the timer is fired and EOI is written, this is essentially the same apporach as option 2. Another approach is to never deliver these two IRQs to the same CPU. But this is really ugly and can not be applied to UP. We have also considered using VT-D 2 interrupt remapping feature. According to the spec, there is no bit in the remapping table to mask the interrupt. Ther...
2016 Mar 12
2
GSOC-2016 Project : Clustering of search results
...'who will benefit' question; you hint it at a little in your motivation section, but being as clear as possible about that question often helps when considering other details (such as 'how fast is fast enough', which is a key issue with clustering). > The algorithm for the given apporach will be as follows: [snip] > The link to the paper I referred to for proposing this approach is: > http://ictactjournals.in/paper/IJSCPaper_206-208.pdf I'd like to ask a few questions about the paper, which hopefully you can answer, because I'm a little confused by it in places. For...
2002 Dec 16
2
Updated Vorbis RTP I-D
...he initial draft: http://www.ietf.org/proceedings/01mar/ietf50-135.htm In updating this I-D I've trawled the Vorbis-dev ML and I think I've taken a reasonable consensus line, but comments and feedback is required. The biggest area is the transmission of the codebooks. I've taken the apporach of transmitting them using RTCP, and added a checksum block for integrity checking. There has been discussion on the AVT list a few weeks ago concerning TCP over RTP and there are plans for an I-D to cover this. I think this could be a better solution than to use RTSP for codebook delivery, but I...