Displaying 20 results from an estimated 81460 matches for "insteading".
Did you mean:
instaling
2010 Dec 10
0
Wine release 1.3.9
The Wine development release 1.3.9 is now available.
What's new in this release (see below for details):
- Beginnings of support for ActiveX in built-in browser.
- Icons on Internet shortcut menu entries.
- Standardization of code implementing COM interfaces.
- New scheme for auto-generated DLL registrations.
- OpenCL library wrapper.
- Translation updates.
- Various bug fixes.
2007 May 11
11
tripp lite smart2200RMXL2U error reading protocol
I'm working on a gentoo server with Nut 2.0.5-r1 and libusb-0.1.12.
I originally tried the hidups driver which seemed to work, but produced
a large amount of unhandled events. Then I tried the newhidups which
told me my ups wasn't supported. When I try using
tripplite_usb -u root -DDDD /proc/bus/usb/002/002
I get that there isn't a match. But when I try using
tripplite_usb -DDDD
2024 Mar 07
1
[linux-next:master] BUILD REGRESSION 1843e16d2df9d98427ef8045589571749d627cf7
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
branch HEAD: 1843e16d2df9d98427ef8045589571749d627cf7 Add linux-next specific files for 20240307
Error/Warning reports:
https://lore.kernel.org/oe-kbuild-all/202403071947.NUYuBx0G-lkp at intel.com
Error/Warning: (recently discovered and may have been fixed)
fs/btrfs/extent_io.c:3246:26: warning:
2004 May 28
0
memory error? TE405P problem?
I'm having a problem with one of our newly built call processors. I'm using
the stable branch of the asterisk code with a single TE405P on a P4 3.2ghz
running kernel 2.6.6 with Hyperthreading and APIC enabled. The machine has
1GB of RAM and HIMEM is enabled in the kernel.
Calls terminate properly and everything seems to work okay, but the system
died after only being up one day with the
2008 Mar 20
2
Error in function (classes, fdef, mtable): unable to find an inherited method for function "indexProbes", for signature "exprSet", "character"
Hello Everyone,
I am writing programs in R from 7 months and I am able to solve most of the
errors/issues except for this current post.
My Task is to read a Microsoft Excel file(textE_to_affy.csv) which contains
the Microarray Expression Values collected from the Illumina Microarray
experiment. These collected intensity values need to be normalized(Rank
Invariant Normalization) by using the R
2011 Feb 10
1
Recovering data from disk with loose cable
We have a disk array behind two external SATA port multipliers (four
disks on each multiplier) which has been running btrfs (RAID 1 for
both data and metadata). Unfortunately, earlier today it seems one of
the SATA cables came loose, resulting in the kernel (2.6.37)
eventually OOPSing although apparently not before writing quite a bit
of data. Upon reboot, I was met with the dreaded,
2007 Jan 04
1
Tripp Lite Smart Pro UPS
I have several Tripplite SU2200RMXL2U and SU3000RM2U
units that I would like to monitor using Nut. I have
tried to attach to the units using a serial cable with
the tripplite and tripplitesu drivers with no success.
The drivers simply seem to not recognize the UPS.
I then tried using the tripplite_usb driver with the
usb cable. It definitely sees the UPS but I am
getting errors which told me
2023 Jul 12
8
[PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev
Hello,
while I debugged an issue in the imx-lcdc driver I was constantly
irritated about struct drm_device pointer variables being named "dev"
because with that name I usually expect a struct device pointer.
I think there is a big benefit when these are all renamed to "drm_dev".
I have no strong preference here though, so "drmdev" or "drm" are fine
for me,
2023 Jul 12
8
[PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev
Hello,
while I debugged an issue in the imx-lcdc driver I was constantly
irritated about struct drm_device pointer variables being named "dev"
because with that name I usually expect a struct device pointer.
I think there is a big benefit when these are all renamed to "drm_dev".
I have no strong preference here though, so "drmdev" or "drm" are fine
for me,
2010 Dec 01
3
Save R2HTML as an object instead of file
Hi
Is it possible to instead of getting the HTML code written to a file, get it
saved as a string in an object instead?
Or is there any kind of package that can do this?
//Joel
--
View this message in context: http://r.789695.n4.nabble.com/Save-R2HTML-as-an-object-instead-of-file-tp3066776p3066776.html
Sent from the R help mailing list archive at Nabble.com.
2014 Apr 04
3
[LLVMdev] Why "I = ++I" instead of "++I" in COFFDump.cpp ?
tools/llvm-objdump/COFFDump.cpp has two loops that advance the loop iterator using "I = ++I" instead of the usual "++I". For example:
import_directory_iterator I = Obj->import_directory_begin();
import_directory_iterator E = Obj->import_directory_end();
if (I == E)
return;
outs() << "The Import Tables:\n";
for (; I != E; I = ++I) {
2006 Feb 23
3
Decimal comma instead of decimal point (i18n issue)
Hello,
What is the easiest way which enables usage of decimal comma "," instead
of decimal point (".") . I would like to force all RoR views to display
float numbers with comma instead of decimal point and also to allow
insertion of float numbers with comma in forms.
Thanks in advance,
Karel
--
Posted via http://www.ruby-forum.com/.
2006 Aug 09
3
[Markaby] yield instead of @content_for_layout?
We''re supposed to use yield instead of @content_for_layout, but I can''t
get yield to work in a Markaby template:
yield
text yield
Either one of these lines results in a ''no block given'' error (but ''text
@content_for_layout'' works). Anybody know how to use yield instead?
Thanks,
Joe
--
Posted via http://www.ruby-forum.com/.
2009 Aug 03
0
[PATCH] xm-test restore: use ext3 (instead of ext2) and xvda (instead of hda)
Hello!
This patch fixes the xm-test restore 04 testcase:
o uses ext3 instead of ext2 - which is not supported by the standard
kernel config
o uses xvdX instead of hdX for disks
Kind regards
Andreas Florath
Signed-off-by: Andreas Florath <xen@flonatel.org>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2008 Oct 16
2
Matrix starting at [0,0] instead of [1,1]?
Hello all,
When I create a matrix, is there a way to make it start at [0,0],
instead of [1,1]?
That way, a 2x2 matrix would go from [0,0] to [1,1], instead of [1,1]
to [2,2].
Best,
Guillaume
2014 Apr 07
3
[LLVMdev] Why "I = ++I" instead of "++I" in COFFDump.cpp ?
Oops, meant to send this to the mailing list instead of to Reid
privately. (Why cc the mailing list instead of just sending to the
mailing list?)
In article <CACs=tyJ6zaHeiS0eNhBkdcZE--JY4k7yH9_P1yFbGqod6uymMw at mail.gmail.com>,
Reid Kleckner <rnk at google.com> writes:
> Looks like a bug. This can probably be simplified with C++11.
>
> On Fri, Apr 4, 2014 at 10:39
2005 Aug 25
4
how to use ruby debugger instead of irb from script/breakpointer
Hello -
I would like to use the ruby debugger instead of irb
for a breakpoint enabled by script/breakpointer
in order to step through some code.
How do I do that?
Aaron
2011 Feb 28
2
[LLVMdev] Use of movupd instead of movapd for x86
Understood for the aligned case, I want to measure performance degradation for unaligned case.
I mean unaligned case versus aligned. I know this is stupid, but I want to try to pass a <4 x float>* as parameter of a routine and at the call site I want to pass a misaligned pointer. Since LLVM is generating movapd instruction it will raise an exception (SEGFAULT), I just want to know if there
2012 Nov 29
3
Label axis with strings instead of numbers
I have created a bubble plot in R using the following formula:
symbols(Data$Day.Number,Data$Team,circles=Data$Total.amount, inches=0.5,
fg="white",bg="red",xlab="Day Number",ylab="Team")
The data set is called Data, and I have the columns Day.Number, Team and
Total.amount.
The data is plotting fine, but where my y axis should have the names of each
team,
2015 Jan 06
2
libusb drops connection to my Tripp Lite SMART500T1U
Hey Charles,
Many months ago you assisted me in making some code changes to get my
Tripp Lite up and running. Thank you for that. Those changes you
committed to the repository work very well. I just built a new image
for a Raspberry Pi running the latest Raspbian OS and the latest
nut-master.
I have everything working ... except I seem to be losing my device
periodically. So if I enable my