search for: futher

Displaying 20 results from an estimated 202 matches for "futher".

Did you mean: further
2011 Feb 09
3
precision of gamma function
...ear R users, I have to calculate gamma functions for negative numbers beyond -171.4. e.x. gamma(-500.4) I got following: > gamma(-170.4) [1] -5.824625e-308 > gamma(-171.4) [1] 0 Warning message: underflow occurred in 'gammafn' I have tried to use a recursion getting values a little futher -180. How could I solve this problem? Thank you beforehand. Chuse.
2005 Dec 27
4
every table must have an id
Hello, Not sure if this is implied in the documentation or something given: does the RoR framework require "every table must have an id" ? If this is the case, then what happened to the concept of normalization ? Futher, if the tables have already been build for an existing appication ( without ID column in everytable ) , will the script / generate work ? Thanks -- Posted via http://www.ruby-forum.com/.
2005 Feb 22
0
[LLVMdev] Area for improvement
...rations itself > (possibly across multiple basic blocks). Yes, if you mean something like this: for (i) for (j) A[i][j].X = 0; A[i][j].Y = 0; It should be sufficient to reduce this to (just considering the inner loop): for (i) p = &A[i]; // this would be futher reduced later. for (j) p[j].X = 0; p[j].Y = 0; (this needs to do the auto-cse of p into the two GEPs). Further strength reduction should simplify this to: for (i) p = &A[i]; // this would be futher reduced later. for (j) p->X = 0; p->Y =...
2016 Sep 20
2
Use of multiple --link-dest options
...9;a' in backups 1 and 3 are not linked. I guess the search by backup 3 stops when it hits the file 'a' with modified content in backup 2 and the earlier file in backup 1 that has the same content isn't found and therefore not linked. Is there a way to tell rsync to continue trying futher link-dest directories in the hope of finding a match ? I have rsync 3.1.2.
2012 Feb 11
3
Regain play analysis patches
Earl Chew wrote: > That being said, I think my patch leaves us better off than before ! I agree. We will add it as it is and then tweak futher as needed. Earl, would you be able to update your patch so that it applies against the current git master? Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2018 Aug 14
2
Group Policy Permissions
...d permission remains) and add Domain Computers to Security Filtering, policy is not applied anymore. I am a newbe in AD but I thought, that Read and Apply permissions for Domain Computers should be enough if the policy changes computer configuration only. Is that assumption wrong? Or should I look futher for a problem in my Samba configuration? I don't get any errors on my workstation when running gpupdate /force, the policy is just not applied. Any help would be appreciated! Michal
2012 May 25
4
Reading a bunch of csv files into R
Dear R users I am struggling from a data importing issue: I have some hundreds of csv files needed to be read into R for futher analysis. All those csv files are named in one of the three formats: (1) strings: e.g. London_Oxford street (2) Integer: e.g. 1234_5678 (3) combined: e.g. London_1234 I intend to use read.csv("xxxx_xxx.csv") but I only dealt with sigle documents before and if there are only no more than...
2005 Feb 22
2
[LLVMdev] Area for improvement
Chris Lattner wrote: > On Mon, 21 Feb 2005, Jeff Cohen wrote: > >> Sorry, I thought I was running selection dag isel but I screwed up >> when trying out the really big array. You're right, it does clean it >> up except for the multiplication. >> >> So LoopStrengthReduce is not ready for prime time and doesn't >> actually get used? > >
2005 Jun 28
2
more flexible AllowUsers/DenyUsers syntax
...there is no way to specify a class that doesn't match. Something like: AllowUsers ~root@* AllowUsers root at 10.0.2.0/24 AllowUsers root at 172.31.0.0/24 Would be really really friggin' nice. Even nicer would be to have acl statements with sophistication akin to squids configuration. Futher, it would be really nice to be able to understand when openssh treats a pattern match like an ip or network and when openssh treats a pattern match like a host or domain name. Are any features like this planned? Is what I am asking for reasonable? -- Daniel -------------- next part ---------...
2020 Jul 20
2
Getting LLVM Instructions
Hi, I am working on a project where I need to get a list of llvm Functions that were called during an execution (for futher analysis). To do this I have maintained a vector<llvm:: Function*> which I print out to a .ll file at the end. However this takes a lot of time since the number of call Instructions is HUGE. I feel that the bottleneck is the conversion from llvm:: Function to std::string How can I speed this...
2013 Apr 24
3
Tests not aborting when appropriate
On 24-04-13 14:34, Erik de Castro Lopo wrote: > That's an error in the awk script, which is embedded in the shell > script. I know GNU awk supports lshift, maybe BSD awk doesn't. I'll > investigate that futher. On my system awk links to mawk 1.3.3 >> I don't know why, but the test continues and says all tests passed while >> that clearly isn't the case. > When the error is detected in the shell script it does abort. I'll look > at that more closely after I've figured...
2015 Aug 12
4
Bug#795330: Suggests noapic but doesn't support it
Package: xen-hypervisor-4.5-amd64 Severity: normal Hi, when running xen inside of kvm the hypervisor fails to set up the proper IRQ routing and suggests to use noapic. If you add this via GRUB_CMDLINE_XEN_DEFAULT it will boot futher but then report that noapic isn't supported. So please make Xen not claim to support noapic if it doesn't (the issue was finally resolved by removeing all virtion devices and doubling the hypervisors RAM so the suggestion was misplaced anyways). Cheers, -- Guido
2016 Oct 09
2
Win32: problem with tinc-up script
...ill simply fail. There is at least one problem. Tinc will hang when user will use always connected TAP configuration. Work around for that is to get info about media always connected and just do not wait. I could not find a easy way to do so tought. Please do NOT merge it. While it works it needs futher discussion how to handle that issue under windows. Regards, Borg
2001 Dec 07
2
Revised Proposal for Vorbis TAG Standard
Based on peoples posts to this list, and feedback on IRC (irc.openprojects.net #vorbis) I have updated the original proposal. You can read it here. Please read it before writing any futher questions, comments, or criticisms of the proposal. http://reactor-core.org/~djw/ogg-tags.txt Cheers Jonathan -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 797 bytes Desc: not available Url : http://lists.xiph.org/...
2012 Jun 29
0
[LLVMdev] [cfe-dev] is configure+make dead yet?
...effect. > > >No, it is the responsability of the user to adjust CMAKE_MODULE_PATH for > >containing the directory where LLVMConfig.cmake is. See > Ok, I understood your design principles, so I'd develp another patch. >Why? Please describe a case. > I need to do some futher experiment and to see whether I have been wrong. > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part --------...
2016 Jul 11
1
failure with latest cross compiling
...t 4' >> speexdec.o:speexdec.c:(.text+0xabf): undefined reference to >> `_imp__waveOutClose at 4' >> collect2: error: ld returned 1 exit status >> Makefile:445: recipe for target 'speexdec.exe' failed Should be fixed in master now, let me know if you have any futher issues.[1][2] Best, Tristan [1] https://git.xiph.org/?p=speex.git;a=commit;h=b35c295682a3d257ddef4abb8d76e8c7aeff358c [2] https://git.xiph.org/?p=speex.git;a=commit;h=497db349f47350a62ba42a91c10d7e203e64d167
2006 Mar 14
2
Only allowing areas of site to users using authentication
...s belongs_to and has_many. Say we have this kind of structure. Person <belongs_to + has_many> Items When person logged in they only have access to items that belongs to him/her. I''m using auth_generator but only seem to put an auth inside controllers and dont know how to go any futher. Any help would be great. -- Posted via http://www.ruby-forum.com/.
2003 Mar 15
1
OpenSSH_3.5 version string.
Hi, We found that the OpenSSH server code sends it version string as "SSH-1.5_OpenSSH_3.5" to the client during the intial phases of connection establishment. Futher more some clients like telnet client displays this version string on error. Like for example if we typed "Telnet host <> port 22" on a solaris workstation, where the host is a machine which is running OpenSSH3.5 ssh server, then, we get the following version string displayed on the...
2004 Jun 08
2
Request patch for samba 2.2.2
Dear Sir/Madam, I'm request patch for samba 2.2.2 on Sun Server (Solaris) If you require futher information, Please let me know. Regards. Udomchai S. ======================================================= PKGINST: samba NAME: SMB based file/printer sharing CATEGORY: system ARCH: sparc VERSION: 2.2.2 BASEDIR: /usr/local VENDOR: Samba Team DESC: File an...
2013 Aug 27
1
[PATCH] drivers/char: pl011: Enable receive timeout interrupt
The commit 874f76a "PL011: fix reverse logic for interrupt mask register" introduced regression on the Versatile Express. The board didn''t receive correctly input. The timeout interrupt may be asserted when the FIFO is not empty, and no futher data is received over a 32-bit period. Signed-off-by: Julien Grall <julien.grall@linaro.org> --- xen/drivers/char/pl011.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/drivers/char/pl011.c b/xen/drivers/char/pl011.c index 0e1eb64..e4bd702 100644 --- a/xen/driver...