search for: affix

Displaying 18 results from an estimated 18 matches for "affix".

2020 May 12
4
bug report on mem2reg
Hi, all, I think I found a bug on mem2reg in a particular case. When I ran opt -mem2reg -basicaa -scalar-evolution -loops -da -analyze opts.ll, it collapsed. While without mem2reg option, it runs well. so I guess it has something to do with mem2reg. The relative files have been affixed, please check them for me. Thanks in advance. liubaosen at tsinghua.edu.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200512/68d21aef/attachment-0001.html> -------------- next part --------------...
2013 May 06
0
Comparaciones multiples lmer
...----------- data(danish) danish[danish$LogRT==max(danish[ danish$Subject != "2s22", ]$LogRT),] danish[danish$LogRT==min(danish[ danish$Subject != "2s16", ]$LogRT),] datos <- danish[ ,] # bar ede en ende er ere eri est et hed isk iv lig ning s som datos <- danish[danish$Affix %in% c("bar", "et", "ning" ) & danish$Subject %in% c("2s22", "2s01", "2s16", "2s05"),] datos$Affix <- factor(datos$Affix) datos$group <- NA datos[ datos$Subject %in% c("2s22", "2s01"),]$group <...
2009 Sep 17
0
Bug#519064: affix to hvm migration fails because of missing /var/lib/xen/save
I had, the same problem. The described solution works, however, the directory needed is /var/lib/xen only (save) is irrelevant here. Have a look into xend.log after a successful hvm migration and see the last but one argument in a line as below: INFO (image:289) spawning device models: /usr/lib/xen-3.2-1/bin/qemu- dm ['/usr/lib/xen-3.2-1/bin/qemu-dm', '-d', '6',
2009 May 05
1
documenting quirky behavior of as.POSIXct, as.POSIX.lt regarding AM/PM, possibly other cases
...ic to save people work. I was converting dates like "2009/03/26 01:00:00 AM" using as.POSIXct. I found that using a format of "%Y/%m/%d %I:%M:%S %p" did not work correctly to distinguish AM from PM. Both were converted into the same timestamp. Indeed, what I found worked was affixing a space after the string timestamp to produce "2009/03/26 01:00:00 AM " or "2009/03/26 01:00:00 PM ". That works. Didn't see this documented in the associated pages anywhere. I wonder if the help system might benefit from user comments like for instance PHP has?
2016 Jul 11
2
bugged mount with Synology as client.
Hi, I have some weird issue I don't know how to tackle. When I share a folder from a Unix (Linux) machine using a current version of Samba (smbd) and I mount it on an older Synology (2.6.32) the reading of files goes fine. However all files I create get the chacacters #EF80AF affixed to the filename, which is a Unicode code point for private extensions, or something of the kind. Perhaps it also means "left-to-right", I don't know. The CIFS kernel module might very well be modified by Synology, I don't know. Although modinfo just produces the following...
2013 Jan 28
2
Not respected repo priorities...
...ch Installed: perl-Parallel-ForkManager-0.7.5-2.2.el6.rf.noarch Installed: 4:perl-Time-HiRes-1.9721-127.el6.x86_64 Installed: perl-Config-Tiny-2.12-7.1.el6.noarch # yum update Loaded plugins: changelog, fastestmirror, priorities, security Loading mirror speeds from cached hostfile ?* epel: mirror.affix.me ?* rpmforge: archive.cs.uu.nl ?* rpmforge-extras: archive.cs.uu.nl rpmforge?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????...
2002 Aug 12
0
Attaching marginal summary plots to the main matrix plot
...h the plots for rows sums and column sums to the top/bottom and right hand side of the original plot ? The only way I can think of is by using par(mfrow=c(2,2)) command but the result is not desirable. Is there are useful command(or website advising how) to do this ? If succesful I am thinking of affixing the boxplots by row and columns as well. I have gone through the lattice help but am still confused. Thank you. -Adai PS: I am resending this as I haven't received a reply. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. -.- r-help mailing list -- Read http://w...
2011 Apr 28
4
Line numbers of scan(0
Dear all, Does everyone know how to change the line numbers of scan()? For example, > scan(n = 3) 1: 4 2: 6 3: 9 Read 3 items [1] 4 6 9 I just want to change the line numbers 1, 2, and 3 to, say a, b, and c that look like this: > scan(n = 3) a: 4 b: 6 c: 9 Read 3 items [1] 4 6 9 Any help will be appreciated. Lisa -- View this message in context:
2011 May 14
1
odfWeave 0.7.17 stutters on Debian testing 64-bit amd64 systems.
...book) confirmed that 32-bit systems gave okay results. Setup : in all machines, I use Debian testing with updates. My packages are self-compiled (i. e. installed via install.packages()). I enclose a very minimalist source and the resulting targets. Logs of execution on 32- and 64-bit systems are affixed after this message. Since odfWeave is pure R, I doubt that it could be the source of the problem. This leaves us with two obvious targets : R itself (the Debian package is current), or the XML library. Do you have any idea about how to proceed to find the source of the problem (and how to fix...
2002 Jul 12
2
R GUI and object browser
>Date: Fri, 12 Jul 2002 08:35:26 -0700 (PDT) >From: Thomas Lumley <tlumley at u.washington.edu> >To: Patrick Connolly <p.connolly at hortresearch.co.nz> >cc: R-help <r-help at stat.math.ethz.ch> >Subject: Re: [R] R GUI and object browser >MIME-Version: 1.0 > >On Fri, 12 Jul 2002, Patrick Connolly wrote: >> >> >> I wrote my function some
2020 Nov 12
1
ssacli start rebuild?
in large raids, I label my disks with the last 4 or 6 digits of the drive serial number (or for SAS disks, the WWN). this is visible via smartctl, and I record it with the zpool documentation I keep on each server (typically a text file on a cloud drive). zpools don't actually care WHAT slot a given pool member is in, you can shut the box down, shuffle all the disks, boot back up and
2013 Apr 27
11
Help
Hello, I have a question and need your help urgently. I am new to R but want to learn it. I have several files in a folder which I have imported to R using : temp = list.files(pattern="*.txt") >myfiles = lapply(temp, read.delim) The resulting files are on the workspace stored as List[110]. So they are 110 files in the list. Each file has several different columns and rows. My
2002 Aug 06
3
hard to believe speed difference
First, I love R and am grateful to be using this free and extremely high quality software. Recently I have been comparing two algorithms and naturally I programmed in R first. It is so slow that I can almost feel its pain. So I decided to do a comparison with Java. To draw 500,0000 truncated normal, Java program takes 2 second and R takes 72 seconds. Not a computer science major, I find it hard
2017 Dec 25
3
Sieve 0.5.0/Dovecot 2.3.0
Updated (current) doveconf -n attached.... On Mon, Dec 25, 2017 at 04:33:16PM -0600, Larry Rosenman wrote: > FTR, this is being delivered via LMTP from Exim using the recommended transport / director. > > headers from one of my tests: > Return-Path: <ler at lerctr.org> > Delivered-To: ler at lerctr.org > Received: from thebighonker.lerctr.org > by
2006 Oct 05
11
Block comments in R?
Hello list, Is there any way to perform a block comment in R? In C++, anything in between a /* and */ is considered a comment, and it allows programmers to comment out chunks of code for testing and debugging. Is there such a feature in R? Cheers, Wee-Jin
2013 Jun 25
6
creating an account with a username in devise
Hello, all. I have followed these links and have enabled a (current) user to login with a username: http://railscasts.com/episodes/209-introducing-devise http://railscasts.com/episodes/210-customizing-devise https://github.com/plataformatec/devise/wiki/How-To:-Allow-users-to-sign-in-using-their-username-or-email-address I want to allow a user to sign up with a username but am getting these
2006 Jan 03
45
Status of Prototype
Hi *, we are using prototype in Apache MyFaces as our javascript library of choice. Recently, there has been much discussion on our mailing list as to the usability of prototype in a dynamic environments where several javascript libraries are used. The critics of prototype argue that the prototype objects are not namespaced - and that prototype extends basic javascript-objects with method names
2006 Apr 08
76
MIT vs GPL vs LGPL for open source project
I intend to release a project I wrote with Rails. What is the right licensing scheme for a web application (content managing system) which could grow with plugins and add-ons ? Personally, I would prefer the GPL but does that mean any add-on to the CMS (like task management) will have to be GPL ? If some people contribute to the code could it still be double-licenced so that the people who