similar to: Strench Error

Displaying 20 results from an estimated 500 matches similar to: "Strench Error"

2006 Aug 16
6
Photo Albums?
Hello all, Can anyone recommend any free(ish) Ruby photo album components? Preferably something with a user structure built in. Cheers. -- Posted via http://www.ruby-forum.com/.
2006 Jun 25
1
[LLVMdev] optimization passes
I am looking for a list of the various optimizations that llvm performs when I use the JIT execution engine. Eg. I am assuming: strench reduction, dead code elimination ? Simon.
2009 May 21
3
Problems with sample variance
Dear R users, I am a beginner to R. I generated 1000 samples with 15 data in each sample I tried finding the variance for each sample I used the code: m=1000;n=15 > r<-rnorm(15000) > for(i in 1:m){ x=data[,i] v=var(x)} what I got was just the variance for the last sample i.e. the 1000th sample but what I want is 1000 variance. Does anyone know what I did wrong? Thanks Chloe Smith
2009 Sep 03
2
Calling R from a Perl script: much slower?
Hello list, I use R for microarray analysis. One procedure I use takes a large matrix, and loops through it looking for specific rows, does an operation with them, and outputs a result (single row) as a row of another matrix. The loop goes on about 25000 times. When I run the loop directly from the R console itself, it takes about 3 minutes in my computer. I'm ok with that. Now,
2007 Jul 06
2
HVM Linux just installed but does not do its first boot
Just successfully installed SLES9.3-32bit as file-backended HVM domU. Everything went OK, the distributive partitioned its "harddisk" into root and swap OK, have its grub installed into sda boot sector, but I could not make to boot no one single first time after installation. Every domU boot gives the following screen for a short time and dies: Booting from Hard Disk... Boot from
2016 Nov 13
1
Memory leak with tons of closed connections
Using dup() before fdopen() (and calling fclose() on the connection when it is closed) indeed fixes the memory leak. FYI, Gabor Index: src/main/connections.c =================================================================== --- src/main/connections.c (revision 71653) +++ src/main/connections.c (working copy) @@ -576,7 +576,7 @@ fp = R_fopen(name, con->mode); } else { /* use
2017 Aug 22
1
NTP traffic blocked
I have multiple VM's on the same KVM host. One of the VM's is running NTP. All VM's can reach eachother, no firewall in between. But the problem is, the VM's cannot communicate over port 123/udp to the NTP VM. Network: 172.24.100.0/22 KVM: 172.24.101.50 VM ntp: 172.24.102.10 VM foo: 172.24.102.20 1. On the NTP server, listen for any incoming packets from VM foo
2016 Nov 11
0
Memory leak with tons of closed connections
On Fri, Nov 11, 2016 at 12:46 PM, Gergely Dar?czi <daroczig at rapporter.net> wrote: [...] >> I've changed the above to *print* the gc() result every 1000th >> iteration, and after 100'000 iterations, there is still no >> memory increase from the point of view of R itself. Yes, R does not know about it, it does not manage this memory (any more), but the R process
2006 Jan 12
1
Effect.Puff Problem - first frame is wrong size
I''m trying to get to the bottom of this one. Not much for Javascript debugging, but found the Venkman tool and have been stepping through the code trying to see where things go wrong. Looks like it just might be a conflict with the style but lets give some background. I''m doing a ''Effect.Puff(''my_div'')'' on an onclick, and
2004 Aug 06
2
@Christian Buchner: speex acm & netmeeting
> Nice to hear! Do sou think you will be able to make the other modes also > compatible? But I guess these working modes are already OK for > netmeeting. I will try the Q4 16kHz mode today. Low bitrate was the design goal, not Netmeeting compatibility ;) Padding loss occurs because Speex encodes frames that do not end on byte boundaries. If you force each Speex frame to be byte
2016 Nov 11
2
Memory leak with tons of closed connections
On Fri, Nov 11, 2016 at 12:08 PM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: >>>>>> Gergely Dar?czi <daroczig at rapporter.net> >>>>>> on Thu, 10 Nov 2016 16:48:12 +0100 writes: > > > Dear All, > > I'm developing an R application running inside of a Java daemon on > > multiple threads, and
2011 Oct 17
1
compressing/reducing data for plot
Hello, I have simulation results in the form of Time V I 0.000000000000e+000 7.218354344368e-001 5.224478627497e-006 1.000000000000e-009 7.218354344368e-001 5.224477718002e-006 2.000000000000e-009 7.218354344368e-001 5.224477718002e-006 4.000108361244e-009 7.218354344368e-001 5.224478627497e-006 8.000325083733e-009
2016 Nov 11
0
Memory leak with tons of closed connections
>>>>> Gergely Dar?czi <daroczig at rapporter.net> >>>>> on Thu, 10 Nov 2016 16:48:12 +0100 writes: > Dear All, > I'm developing an R application running inside of a Java daemon on > multiple threads, and interacting with the parent daemon via stdin and > stdout. > Everything works perfectly fine except for having some
2006 Mar 15
7
matrix indexing
Can someone please give me a pointer here. I have two matrices matA A B C 1 5 2 4 2 2 4 3 3 1 2 4 matB A B C 1 TRUE FALSE TRUE 2 FALSE TRUE TRUE 3 FALSE FALSE FALSE how do I extract all the values from matA where the coresponding entry in matB == TRUE (or FALSE), perferably in vector form. Many thanks tom
2005 Nov 09
0
IceShare: IceT page hashing
This is intended for those interested in IceShare development.. The earlier drafts of the IceT protocol (sorry, not back on the wiki yet) used SHA1 hashes for pages. This, AFAIR, is the same that bittorrent uses for .torrent files, except ours are transfered "live" between the peer and the tracker as the data is being transfered. The first method, where the Tracker sent a seperate
2006 Jul 17
3
mini-os under xen 3.0.2
Hello all, I have successfully installed xen 3.0.2 on a dual celeron system. Linux in dom0 works fine. Now, I would like to play with the mini-os (my ultimate goal is to implement a small RTOS as guest in Xen, so mini-os looks like an ideal starting point). However, I can''t seem to get it to run as (I think) it should: It boots up, but as far as I understand the source code and the
2018 Jan 04
0
Linker Option support for ELF
On Wed, Jan 3, 2018 at 4:02 PM, Saleem Abdulrasool <compnerd at compnerd.org> wrote: > Hello all, > > There was some interest from a number of a few people about adding support > for embedded linker options to ELF. This would be an extension that > requires linker support to actually work, but has significant prior art > with PE/COFF as well as MachO both having support
2006 Mar 21
8
Redirect without port number?
On my host I run my lighttpd instance bound to a specific port and my hostname is mapped to this port (I''m not exactly sure how this is accomplished, but it is lighttpd also listening on port 80 which handles this for me I believe). A redirect from rails includes my local port number in the request, so that it shows up in the address bar. I prefer people not to see this - I
2007 Aug 03
0
StandardTokenizer Doesn''t Support token_stream method
According to the Analyzer doc and the StandardTokenizer doc: http://ferret.davebalmain.com/api/classes/Ferret/Analysis/Analyzer.html http://ferret.davebalmain.com/api/classes/Ferret/Analysis/StandardTokenizer.html I ought to be able to construct a StandardTokenizer like this: t = StandardTokenizer.new( true) # true to downcase tokens and then later: stream = token_stream(
2007 Apr 11
0
Sessions migration...
Hi Ezra, and list, Is there something fishy with the Merb-included migration? I ran it, and MySQL complained. I removed this line, by commenting it out: # t.column :id, :integer, :null => false (Since Rails migrations that create tables always create an auto- increment as primary key, but they do use the NULL thing, so when you pass in a null, things happen "the