search for: nandoe

Displaying 12 results from an estimated 12 matches for "nandoe".

Did you mean: sandoe
2012 Jun 18
3
[Bug 51207] New: Background corruption in Firefox w/ cairo
...sa Version: 8.0 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: n.t.koopman at nandoe.net Created attachment 63180 --> https://bugs.freedesktop.org/attachment.cgi?id=63180 dmesg output Using Firefox with the Cairo backend and nouveau drivers sometimes produces incorrect backgrounds. This does not happen on many websites, but if it happens it is always reproducible. Switchin...
2002 Jan 08
3
write.table - format
Hello there I ` m a newbie in R and have a question about the output of write.table My command looks like this: write.table(datatr$V1[data.chull],file="outr.txt", quote = FALSE, sep = "\t") In the outputfile (outr.txt) I have an "x" in the left corner and a new row with numbers for each column(1,2,3...). I just want the values in my file. What should I change in
2009 Mar 17
1
problem with bisect missing a file
I was bisecting the patches to 1.1.11 to test Fable and after a few iterations, make depend complained: make[2]: Entering directory `/home/nando/wine-git/dlls/cryptui' ../../tools/makedep -C. -S../.. -T../.. main.c cryptui.rc checks.bmp: No such file or directory checks.bmp was first included from cryptui.rc:40 make[2]: *** [depend] Error 1 make[2]: Leaving directory
2006 Dec 11
2
Mail server, IMAP question
> Dec 11 17:46:54 kines imap(nando at kines.dyndns.org): > opendir(/usr/libexec/dovecot/imap) failed: Not a directory My guess (you haven't provided logs or configuration information) is that you have a misconfiguration of your mail delivery agent. It looks like postfix is trying to deliver your mail to a directory that is actually a file. I'd troubleshoot that. If you get nowhere
2001 Dec 19
1
combine
hello there, I ` m a newbie in R so please excuse my maybe simple question! I have several (the number of the files changes) textfiles. Each textfile contains one column with 3 rows (3 numerical values). I want to combine each file with another file and create new textfiles which then contain 2 columns with 3 rows. How can I do this in R? Do I have to use cbind? How Do I use cbind for my
2009 Jan 29
6
mv errors.
I have Debian Etch with Samba. I windows clients I do not get any errors when move files to the /mnt/videos on the server. However n Linux clients I do get some errors. (Using rox-filer or the mv command-line). This are the errors: bash >>> mv post.txt share/ mv: preserving times for `share/post.txt': Invalid argument mv: setting permissions for `share/post.txt': No such file or
2008 Dec 03
8
Indentation Conventions for Ruby and Cucumber
On Thu, Nov 27, 2008 at 4:28 PM, Aslak Helles?y <aslak.hellesoy at gmail.com>wrote: > When (if) this thread ends, let''s start a discussion about indentation > conventions! > Oh... let the pleasure be mine!... and why wait? _EVERYONE_ knows that the only way to indent ruby code is 2 plain spaces. Tabs are known to be the source of all evil and 4 spaces obviously wastes
2006 Apr 11
1
Migrating corporate WinApps using Wine Question
Hello, I have finally decided to move my Windows apps to Linux. I have a question I hope someone can answer. Do I create folders (anywhere) in Wine and place the app there or do I need to use the 'INSTALL' program that comes on the CD of the app. I have read man pages, but I don't see it nor do I 'get-it' (yet) My brain has become so 'windowized' that I cannot figure
2006 Apr 13
1
A IE6 question....
I appreciate your help as I begin to understand Wine. I tried installing a program from CD. InstallShield runs (which is really cool to see it working in Linux!!:) ..but it bombs out fairly soon. The message is that some components cannot be found. Now, I'm lost. The question is, do I need to install WIN 98 completely ?? -Fernando
2002 Aug 15
2
RichEdit and Dlls
Hello All, I have an app that I wrote a few years ago with Delphi 5 and one of its components is a RichEdit. That's the only thing that does not work when running it with WIne. I've got the latest build for SuSE 8, version 20020804 and it does not work as well. I know Wine has richedit.dll as part of it but would I have to install MFCs dlls or anyother dll to enable it to run. Thank you,
2006 Dec 05
4
4.4/64-bit Supermicro/ Nvidia Sata RAID Driver
Hi, I am installing Centos ServerCD 4.4 64-bit on a new Supermicro board, the RAID BIOS looks fine, RAID 5, all 4 Seagate ES 250 GB drives show up as a single array in the RAID BIOS tool, and the OS install phase completes without a hitch. One thing I noticed was that the OS was loading the sata_nv driver and picking up the 4 Sata drives instead of the large RAID5 volume, it should just
2005 Dec 21
0
Category/subcategory CRUD
Hello there! This is my first post! ;) I''m starting on ruby on rails, so I have many doubts about it! I''m trying to create a system that uses categories/subcategories. I created a scaffold for a table that has the following fields: - id int(11) - name varchar(50) - keyname varchar(50) - visible enum(''0'',''1'') default ''0'' -