search for: reposition

Displaying 20 results from an estimated 73 matches for "reposition".

2005 Dec 30
4
AJAX Drag and Drop Detecting Drop Coordinates
This one''s kicking me in the *(&#^. All I want to do is create a draggable item and then detect the coordinates where it is dropped. So my first approach was to just use the draggable_element with :revert => false, like so: <%= draggable_element "my_element", :revert => false %> That works great and lets me drag stuff all over the place. In the scriptaculous
2002 Jan 29
0
(PR#1287) seek was ignoring the `origin' argument (was
The original subject line is false. It *does* reposition, but `origin' was being ignored, so your request was to reposition to the beginning of the file, and that is what happened. This was already fixed in R-patched: from NEWS there: o seek() on file connections was ignoring the `origin' argument. It's always worth looking at the curr...
2004 Dec 14
5
sort() leaves row names unaffected
Hello, I wonder if I ran into a bug. If I do summary(df1$X1) -> df1.y df1.y a b c d e [1,] 50.74627 8.955224 17.91045 19.40299 2.985075 sort(df1.y) a b c d e [1,] 2.985075 8.955224 17.91045 19.40299 50.74627 my numbers are sorted but do not anymore correspond to the rownames. For me it is counterintuitive that solely the numbers are sorted and not the names. Is
2008 Jul 20
3
Order of columns(variables) in dataframe
Dear R experts,   I have a dataframe with 4 columns (variables). I want to redorder (or reposition) these columns on the basis of a value in its last row. e.g.   df1<-data.frame( v1= c(2,3,1,9,5), v2=c(8,5,12,4,11), v3=c(7,8,2,6,9), v4=c(1,4,6,3,6))    > df1    v1 v2 v3 v4 1  2  8  7  1 2  3  5  8  4 3  1 12  2  6 4  9  4  6  3 5  5 11  9  6 I wanto to get the order of df1 on the basis of...
2010 Feb 03
2
Positioning the y label in scatterplot3d
Is there a way of repositioning the y label in scatterplot3d so that it is parallel with the y axis? Many thanks Richard
2005 Apr 27
2
seek_absolute problem
...encoder and decoder lib in it's integer only > version (FLAC__INTEGER_ONLY_LIBRARY) on a PPC405 system. > > I encounter complete different behaviour when setting random playback > > positions while decoding different flac encoded files. > If they have been encoded on a PC, repositioning within the file > works > flawlessly. If we do the same on files encoded with the integer > version > on our device, positioning doesn't work well - it seems, as if it > needs > a lot more time to get in to sync again if the files have been > encoded > with 1.1.2...
2011 Sep 16
2
R shell line width
...is has already been asked. I wasn't able to find any information, either on google or from local list search. I'm running an R shell from a linux command line, in an xterm window. Whenever I print a data frame, only the first couple of columns are printed side-by-side, the others are being repositioned below them. It seems something is limiting the line width of the output, even though there is enough horizontal space to fit each row on a single line. For example, this command: > data.frame(matrix(1:30,nrow=1)) prints columns 1-21 on the first line, and the rest 22-30 on the second. Is t...
2011 Aug 26
3
ask for one ogg test stream with cmml subtitle
On Thu, 25 Aug 2011 20:01:11 +1000 Silvia Pfeiffer <silvia at silvia-pfeiffer.de> wrote: > Hi BCXA, > > CMML is deprecated. You should use KATE instead. > > Cheers, > Silvia. ok i admit this statement came as a surprise for me. cmml is about metadate/annotations, how can it be replaced by KATE ( which is mainly about subtitles as far as i can see? startx
2007 Jan 31
3
possible bug: dev.copy / could not find any X11 fonts
...would ask before reporting a bug. I trimmed it down to a self-contained example, attached as an R file. The purpose of the functions is to save the plots into a ps file and simultaneously plot them on an x11 device, but don't open a new one if there is already one opened (I don't want the repositioning / flicker). When running the code: > source("plotf.r") > plotf(avc,1) Error in dev.copy(which = x11dev) : could not find any X11 fonts Check that the Font Path is correct. The error message reappears whenever I switch to the plot window. A partial plot is in the x11 window....
2013 Jan 30
1
[PATCH v2] xen: print "debug=y|n" during hypervisor startup
So that we can easily figure out whether or not we are running a debug build of Xen (e.g., via `xl dmesg''). Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com> --- Changes from v1: * moved the #ifndef-ery around variable definition; * repositioned the "debug=%c" outside of the ''compiled-by'' section. diff --git a/xen/drivers/char/console.c b/xen/drivers/char/console.c --- a/xen/drivers/char/console.c +++ b/xen/drivers/char/console.c @@ -577,6 +577,11 @@ void __init console_init_preirq(void) { char *p;...
2008 Feb 25
3
Avoiding overplotting of text.
Hi all, I am plotting some data, and use text() to get variable names next to points on the graph. What is the best way to make sure that these text labels are readable and not overlapping when two datapoints are close? I've tried using jitter(), but the effect is random and doesn't always give a good result. Any suggestions would be most appreciated. Best regards, Gustaf Example:
2011 Sep 03
2
Screwy guide on the regression testing wiki page
...r problem appear)" phrase mean? Same about > All the "good" bisects you've set tells GIT that all that code is good, until wine-x.x.xx Also, I am just curious about why ccache is not specified as being used when doing regression testing at intermediate steps: > This will reposition the source code in the middle of the remaining patches. You will then recompile Wine by running > > Code: > ./configure --verbose && make > > > and test for the bug again.
2004 Aug 06
3
Update ezstream playlist 'on the fly'
Hi, I'm using ezstream to stream a list of mp3 files to my icecast2 server which works great. I'm using a m3u playlist file which ezstream reads when it starts and rereads when it loops. The problem is that this playlist is quite long and I would like to be able to inject a song last minute some where in the playlist. I have two options at the moment to do this: - restart ezstream -
2017 Feb 02
3
[PATCH] virtio: Try to untangle DMA coherency
On Wed, Feb 01, 2017 at 09:19:22PM +0200, Michael S. Tsirkin wrote: > On Wed, Feb 01, 2017 at 06:27:09PM +0000, Will Deacon wrote: > > On Wed, Feb 01, 2017 at 08:09:21PM +0200, Michael S. Tsirkin wrote: > > > I'd like to do that instead. It's fastboot doing the unreasonable thing > > > here and deviating from what every other legacy device without exception >
2017 Feb 02
3
[PATCH] virtio: Try to untangle DMA coherency
On Wed, Feb 01, 2017 at 09:19:22PM +0200, Michael S. Tsirkin wrote: > On Wed, Feb 01, 2017 at 06:27:09PM +0000, Will Deacon wrote: > > On Wed, Feb 01, 2017 at 08:09:21PM +0200, Michael S. Tsirkin wrote: > > > I'd like to do that instead. It's fastboot doing the unreasonable thing > > > here and deviating from what every other legacy device without exception >
2017 Feb 02
2
[PATCH] virtio: Try to untangle DMA coherency
...that > > the device is upstream of an SMMU, which means it must be the fastmodel. > > We can boot 32-bit kernels on models, so I'd be inclined to keep > CONFIG_ARM included, but I do tend to agree that explicitly checking for > an IOMMU is probably the cleanest approach if we reposition this as a > more specific quirk. I'll split apart the "Fast Models are wacky" vs. > "uh-oh device coherency" aspects and spin a v2 so that we can > (hopefully) sort the regression out ASAP. > > Robin. > > > > > Will > > I still think...
2017 Feb 02
2
[PATCH] virtio: Try to untangle DMA coherency
...that > > the device is upstream of an SMMU, which means it must be the fastmodel. > > We can boot 32-bit kernels on models, so I'd be inclined to keep > CONFIG_ARM included, but I do tend to agree that explicitly checking for > an IOMMU is probably the cleanest approach if we reposition this as a > more specific quirk. I'll split apart the "Fast Models are wacky" vs. > "uh-oh device coherency" aspects and spin a v2 so that we can > (hopefully) sort the regression out ASAP. > > Robin. > > > > > Will > > I still think...
2013 Apr 26
1
Stratified Random Sampling Proportional to Size
...t in a dataframe CURRPOP<-sqlQuery(ch,"SELECT APPT_TYP_CD_LL, EMPL_TYPE,ASOFDATE,EMPLID,NAME,DEPTID,JOBCODE,JOBTITLE,SAL_ADMIN_PLAN,RET_TYP_CD_LL FROM PS_EMPLOYEES_LL WHERE EMPL_STATUS NOT IN('R','T') ORDER BY APPT_TYP_CD_LL, EMPL_TYPE") #ROWID is a dummy ID I added and repositioned after the strat columns for later use CURRPOP$ROWID<-seq(nrow(CURRPOP)) CURRPOP<-CURRPOP[,c(1:2,11,3:10)] # My strata. Stratp is how many I want to sampled from each strata. NOTE THERE ARE SOME 0's which just means I won't sample from that group. stratum_cp<-sqldf("SELECT...
2007 Aug 11
1
[LLVMdev] Tail call optimization deeds
...std calling convention minus ecx as inreg) The lowering code decides whether the function call really is eligible for tail call optimization tco (caller-callee agree, tail call opt is enabled, tail position, TODO: check for PIC code). If it is okay to do tco it calculates the stack adjustment. Repositions the return address, Puts the arguments on the correct position relative to the (virtual) frame pointer. Moves the function address to register ECX if the tailcallee is in a register. (TODO: set ECX as live out?) TODO: check what to do with pic code Adds register arguments (EAX, EDX) as live in...
2002 Mar 05
3
Having trouble getting winedbg to be invoked, trying to run sol.exe
...ith wine.conf and made ole32 builtin, same result. Changed over rpcrt4 also, and for a moment I thought I had solved the problem: a window popped up, green background, ugly playing cards... but the moment I click on a card, bad things happen. If I don't click a card, I can do anything else: reposition the window, use the menus, change the options and card face design, all that stuff, but when I click on a card, I get an Exception Raised dialog saying "Unhandled page fault on read access to 0x00000001 at address 0x00000001. Do you wish to debug it? At this point, clicking either yes or no...