search for: for

Displaying 20 results from an estimated 23 matches for "for".

2005 Oct 19
6
forrest plot
Hi, can you tel me how can I make a Forrest Plot with R? It is possible and easy or are there a more practical free software available? Than you Mic [[alternative HTML version deleted]]
2009 Jun 02
2
reference counting bug: overwriting for loop 'seq' variable
It looks like the 'seq' variable to 'for' can be altered from within the loop, leading to incorrect answers. E.g., in the following I'd expect 'sum' to be 1+2=3, but R 2.10.0 (svn 48686) gives 44.5. > x = c(1,2); sum = 0; for (i in x) { x[i+1] = i + 42.5; sum = sum + i }; sum [1] 44.5 or, with a debugging cat()...
2007 Oct 07
1
New Embedded Distro
Hi All, A couple of weeks ago I noticed Askozia PBX, which is a new embedded Asterisk & OS distro at http://askozia.com/pbx. This caught my attention for two reasons; it uses v1.4 of Asterisk, and it uses the m0n0wall development framework to build on FreeBSD with a PHP based GUI. I've used m0n0wall for years, and FreeNAS also, which shares the same OS/GUI framework. I booted the latest build of Askozia PBX on a small system fors testing. The G...
2011 Feb 06
1
How to use a value of an aboject in a line command?
This is my first time here at R Forum! I am a new user of R. I am very happy with this fabulous software! I know how to use greps, fors, seeds, %in%, paste, etc. But I need to know how to use a value of an aboject in a line command? Example: > i [1] "TP53" > TP53 V1 V2 V3 1 1 TP53 1.1 2 2...
2001 Dec 20
1
accented share name ok with smbclient but not with smbmount
...#39;m trying to mount with smbmount a WinNT4.0 share resource from a Linux running Samba 2.2.2.=20 WinNT box is installed with code page=3D850. The resource name includes grave accented characters, in particular: =E0. I'm trying to smbmount with: $ smbmount '//NThostname/of=E0rs' /mnt/ofors -o ip=3Dxxx.xxx.xxx.xxx,username=3Dofors,password=3D******,workgroup=3Dwwwwww where: NThostname is the name of WinNT which owns the share resource of=E0rs is the name of the share resource (includes =E0) xxx.xxx.xxx.xxx is a valid IP address ****** is a valid password...
2011 Feb 12
11
SIP Hardphone that works well with asterisk
Hi, I have been out of touch with asterisk for quit some time and needed some recommendations. I am looking for SIP hardphone that works well with asterisk server. Pls suggest. cheers /ag -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110212/cc...
2008 Mar 19
0
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
...llvm-gcc, when run with "llmv-gcc --version" shows "llvm-gcc (GCC) 4.2.1 (Based on Apple Inc. build 5546) (LLVM build 47212)". So it has been a month ago when I did this test. I'm building llvm and llvm-gcc with the attached Makefile. There you can see what I'm using for configure, but I guess that's nothing too fancy. Used Darkplaces --------------- I'm used darkplaces from SVN. Not sure what SVN revision it was a month ago, but the same problem happens with the current one. To get exactly the same engine source code that I currently have, do $ svn co...
2015 Aug 27
2
Modifying objects with MC
...gt;> one section within that ELF file based on the data contained within >> another section. Using llvm-objdump as a template of how to read an >> object file, I've been able to read the latter section that tells me >> what to edit, but I haven't found a way to edit the former, as >> everything in the MCSection/ELFObjectFile/SectionRef classes seem to be >> read-only as far as section contents are concerned. >> >> The changes I would want to make don't change the size of any section, >> all I need to do is for example zero the first...
2005 Dec 11
0
Consultant to fix nagios thread issue ?
Hello, one of our customers asked for nagios on FreeBSD. We do use it on freebsd 4, but not yet on freebsd 5. According to http://nagios.sourceforge.net/docs/2_0/whatsnew.html there is still a problem with nagios because of some thread issues. See also: http://lists.freebsd.org/pipermail/freebsd-stable/2005-May/014518.html I'...
2006 Jun 27
2
Survival
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060627/84d9bd54/attachment.pl
2008 Mar 19
3
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
...39;t), language semantics (if neither gcc nor llvm-gcc work - probably a gcc problem then, playing around with -O2 or -O0 might make the problem go away; if that still doesn't help, there's a real possibility that the 3D driver or hardware is broken). Darkplaces is probably not a good test for the LLVM test suite. Any failure may be due to problems with the 3D hardware or the drivers, Regards, Jo
2008 Apr 13
20
uninitialized constant
Hi guys, I''m part way through a RoR application, for some reason whenever I add new controllers (using scaffold) I get an uninitialized constant [name of controller] error. The first few controllers work fine, the only thing I can see that I''ve changed is the layout file (but scaffold creates a new layout for each controller so can'...
2009 Aug 23
2
difficult "for"
Hi, My english isn't brilliant and my problem is very difficult to describe but I try ;) My first question is: May I write loop "for" like this or similar - for (i in sth : sth[length(sth)], k in sth_else : length(sth_else) ) - I'd like to have two independent conditions in the same loop "for". My secound question depend on program below. I'd like to write every result in matrix but I also want to call...
2006 Mar 31
3
smb-ldap or not to smb-ldap
Hi all, We are deploying a Linux server and desktops for a customer. We will have the users and groups in LDAP on the server, and files shared via NFS. However, one never knows if Windows desktops will be needed in the future. Is it a good idea to add users with smb-ldap even if samba is not initially used, as adding the samba attributes to an existin...
2007 Jun 29
1
[LLVMdev] LLVM assembly without basic block
Thank you for reminding me the notion of the basic block. Of course, I know all the assembly takes the form of BBs and is divided into units of BB. OK. It looks better for me to explain what I wanted to do more clear from the first. Actually, I am working on emitting out an assembly of VM by using LLVM. LLVM as...
2006 Nov 02
1
avoiding a loop: "cumsum-like"
Hello Rhelpers, I need to run the following loop over a large number of data-sets, and was wondering if it could somehow be vectorized. It's more or less a cumulative sum, but slightly more complex. Here's the code, and an example dataset (called tab in my code) follows. Thanks in advance for any suggestions! res<-0 for (i in min(tab$Date):max(tab$Date)) { if (is.na(tab$posit.lat[tab$Date==i])==T) { res<-c(res,res[length(res)]+tab$x.jour[tab$Date==i]) } else { if (res[tab$posit.lat[tab$Date==i]+1]<30) { res<-c(res,res[length(res)]+tab$x.jour[tab$Date==i]) }...
2007 May 02
2
I need help
hello, I need help because I don't understand the syntaxe "else" how can I write it for example I writed a script to cut missings values and I have errors > if(na==length(C)){ + pos=match(0,match(donGeno[[na-1]],donGeno[[na]],nomatch=0)) + for(k in 1:(na-1)) { + if(pos==1) {donGeno[[k]] <- donGeno[[k]][2:...
1998 Jun 19
16
WARNING: Break-in attempts
Greetings all, I''m forwarding a copy of an email I sent reporting attempted break-ins on my main server, earth.terran.org. I am forwarding this because I think it is relevant that folks watch for this kind of activity in their logs to catch people who "try doorknobs" in the middle of the night. After sending...
2011 May 09
1
Bug#625438: [PATCH] xen: ioapic: avoid gcc 4.6 warnings about uninitialised variables
...ck, flags); + __ioapic_write_entry(apic, pin, raw, e); + spin_unlock_irqrestore(&ioapic_lock, flags); +} + /* * Saves all the IO-APIC RTE's */ @@ -170,12 +216,8 @@ int save_IO_APIC_setup(struct IO_APIC_ro if (!ioapic_entries[apic]) return -ENOMEM; - for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) { - *(((int *)&ioapic_entries[apic][pin])+0) = - __io_apic_read(apic, 0x10+pin*2); - *(((int *)&ioapic_entries[apic][pin])+1) = - __io_apic_read(apic, 0x11+pin*2); - } + fo...
2011 May 09
1
Bug#625438: [PATCH] xen: ioapic: avoid gcc 4.6 warnings about uninitialised variables
...ck, flags); + __ioapic_write_entry(apic, pin, raw, e); + spin_unlock_irqrestore(&ioapic_lock, flags); +} + /* * Saves all the IO-APIC RTE's */ @@ -170,12 +216,8 @@ int save_IO_APIC_setup(struct IO_APIC_ro if (!ioapic_entries[apic]) return -ENOMEM; - for (pin = 0; pin < nr_ioapic_registers[apic]; pin++) { - *(((int *)&ioapic_entries[apic][pin])+0) = - __io_apic_read(apic, 0x10+pin*2); - *(((int *)&ioapic_entries[apic][pin])+1) = - __io_apic_read(apic, 0x11+pin*2); - } + fo...