similar to: Need help with bugreport...

Displaying 20 results from an estimated 4000 matches similar to: "Need help with bugreport..."

2009 Mar 21
1
Forestplot () box size question
Hi All, I have been able to modify the x-axis to start at zero by adding xlow and xhigh parameters; that was pretty simple. I have been unable to find the location of the code that would turn off the information weighting of the box size (I have smaller randomized trials getting less weight than a much larger non-randomized trial). The function is forestplot() from rmeta. Thanks for any
2002 Nov 19
0
FW: RE: Backup Samba Using ARCServe
I am running veritas, and I needed to install a UNIX AGENT from veritas on the linux box. It didnt make much sense to me that I couldn't just do a backup through the samba share... -----Original Message----- From: patrick.niessen@gerling.co.jp [mailto:patrick.niessen@gerling.co.jp] Sent: Monday, November 18, 2002 10:48 PM To: samba@lists.samba.org Subject: [Samba] RE: Backup Samba Using
2020 Jan 11
0
Wine release 5.0-rc5
The Wine development release 5.0-rc5 is now available. What's new in this release (see below for details): - Bug fixes only, we are in code freeze. The source is available from the following locations: https://dl.winehq.org/wine/source/5.0/wine-5.0-rc5.tar.xz http://mirrors.ibiblio.org/wine/source/5.0/wine-5.0-rc5.tar.xz Binary packages for various distributions will be available
2010 Jul 29
1
[PATCH] Reflow logic to make it easier to follow
The control flow was: if (!y) { ppix = ... } if (y) { ... } else if (x) { use ppix for something } else { use ppix for something } Merge the if(!y) block with the two else branches. This avoids a false-positive in the clang static analyzer, it can't know that !y and x are mutually exclusive. The result looks something like this: if (y) { ... } else { ppix = ... if (x) {
2009 Sep 01
2
Absolute noob needs help getting and useing the right bits
We are trialing UBUNTU on my son's computer and want to load WINE so that he can use some of his windows programs - of course mostly games..... Our problem is that the PC is a standalone with no internet connection at this time - it will soon. We downloaded wine-1.1.28.tar.bz2 onto a usb drive and copied over, but we are such know-nothings about this that we are stuck. I have seen something
2010 Sep 18
0
Wine release 1.3.3
The Wine development release 1.3.3 is now available. What's new in this release (see below for details): - Improved support for right-to-left text. - Support for CMYK JPEG images. - Beginnings of a Game Explorer implementation. - Improved 64-bit support in MSI. - Stub inetcpl control panel applet. - A number of fixes to crypto support. - Translation updates. - Various bug
2008 Jun 02
3
Compile Wine with ALSA support?
Hey, how can I compile WINE with the ALSA driver? I wanted to play F.E.A.R so I had to compile WINE myself...but in the winecfg there isn't the ALSA driver. Can someone help me how I can give that to WINE? (when I use the deb Files from Scott there is the ALSA driver aviable.
2010 Jun 06
1
Anarchy Online
I am on Ubuntu 9.10, and I am trying to get Anarchy Online to work. Wine with it works well on my other computer, which is Arch Linux, and much more modern (actually has graphics card). My current computer has 1 gb ram, 3ghz processor. This is what happens: Code: *****@*********:~/Desktop/Anarchy Online$ wine Anarchy.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly
2011 Jun 19
1
Evil Genius Crashes unexpectedly
Hey there! I've been playing Evil Genius on steam and for the most part it works fine, but frequently (sometimes more frequently than others) it crashes at very inopportune times. The wine page for the game talks about unexpected crashes, but it sounds like these are related to the game autosaving, and I turned off my autosaving yet this persists. Here's what my terminal (The first bit
2008 Jan 13
3
right usage of bdrb
Hi, i''m going to implement a syndication-service, which will get lists in xml with some meta-data an enclosed video files, which will get encoded at the end. The syndication run will be startet every five minutes of a full hour. So i thought to build 4 Worker. One for checking which feeds to syndicate (syndication_worker) at a specific time, one for processing the list
2012 Apr 13
0
Wine release 1.5.2
The Wine development release 1.5.2 is now available. What's new in this release (see below for details): - Improved naming scheme for audio devices. - Better support for finding system fonts on Mac OS X. - Beginnings of support for JPEG encoding. - Several printing fixes. - Improvements to the URL cache. - Various bug fixes. The source is available from the following locations:
2017 Jul 06
0
Bayes Factor
Hello R Community, Subject: Bayes Factor A Bayesian ANOVA of the form: competitionBayesOut <- anovaBF(biomass ~ clipping, data = competition) Returns the following Error message: Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ?compare? for signature ?"BFlinearModel", "missing", "tbl_df"? My guess the problem is in
2012 Feb 03
1
ordering of factor levels in regression changes result
I was surprised to find that just changing the base level of a factor variable changed the number of significant coefficients in the solution. I was surprised at this and want to know how I should choose the order of the factors, if the order affects the result. Here is the small example. It is taken from 'The R Book', Crawley p. 365. The data is at
2009 Mar 06
1
questions
Hello, I have some questions about the library. First, I would like to be able to get how many frames in a movie, skip to a given frame, and render one selected frame. Looking at the API, I see that there are functions for this in swfdec_sprite_movie.h. But I don't see how I can get to those functions starting from a swfdec_player. Second, there are some movies that are collections of
2001 Feb 25
2
Few questions concerning clipping
I noticed that clipping occurs in lossy audio compression even if there is no clipping in the original file (though the original file has peaks that are just below the maximum). I know that this happens due to all the filtering involved during compression, but I'm wondering just how audible this clipping is because I don't hear anything wrong. I mean, as things are now, is it safe to say
1998 Nov 11
0
Clipping and (device)_Text
I observed that my graphapp device (the one I used under Windows) behaves in a different way from the X11 device when a text(...) command is issued. My first example was using the Brian Ripley's tree package under Windows. After > data(iris) > ir.tr <- tree(Species~.,iris) > plot(ir.tr) > text(ir.tr) I had a "setosa" on the left with only half of the first 's'
2007 Feb 11
1
Graphics driver test script?
Hi, 1. I started work on a metapost graphics driver a week or so ago and it is gradually taking shape. I'm building up my own test cases into a script as I go, but figured you may have a "canonical testing script" of cases a driver must handle? 2. The clipping function looks like being a tricky problem. It seems to me that the callers of the driver assume that clipping affects all
2007 Apr 28
4
Installing RoR on PenDrive
Hi, I''m a very noob ror programer (i''ve started yesterday), but for my live, i''ve pass all the day going up & down, and in order to have a constant learning, i want to install ruby on rails, mysql, mysql-front, and RadRails on a 512mb PenDrive. I''ve followed these steps: 1) Download latest RubyOnRails windows installer. 2) Execute it settign the path to
2013 Mar 05
3
[Bug 61854] New: [nv50]glClipPlane not clipping correctly for glsl
https://bugs.freedesktop.org/show_bug.cgi?id=61854 Priority: medium Bug ID: 61854 Assignee: nouveau at lists.freedesktop.org Summary: [nv50]glClipPlane not clipping correctly for glsl Severity: normal Classification: Unclassified OS: Linux (All) Reporter: bill at taniwha.org Hardware: x86-64 (AMD64)
2020 Sep 30
0
2 KM curves on the same plot
Hi John, Brilliant solution and the best sort - when you finally solve your problem by yourself. Jim On Thu, Oct 1, 2020 at 2:52 AM array chip <arrayprofile at yahoo.com> wrote: > > Hi Jim, > > I found out why clip() does not work with lines(survfit.object)! > > If you look at code of function survival:::lines.survfit, in th middle of the code: > > do.clip <-