Displaying 12 results from an estimated 12 matches for "nando".
Did you mean:
nand
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.
Switchi...
2002 Jan 08
3
write.table - format
...just want the values in my file. What should I change in
write.table-command?
output now:
x
1 179.18143
2 169.73087
3 169.73087
4 140.48254
5 111.9501
6 59.180557
....
it should look like this:
179.18143
169.73087
169.73087
140.48254
111.9501
59.180557
...
thanks a lot for your help in advance!
Nando
_________________________________________________
Nando Foppa - Remote Sensing Research Group
Department of Geography
University of Bern Tel : +41 (0)31 631 8020
Hallerstr. 12 Fax : +49 (0)89 2443 43780
CH - 3012 Bern Mail: foppa at giub.unibe.ch
Switzerland...
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 `/home/nando/wine-git/dlls/cryptui'
make[1]: *...
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...
2001 Dec 19
1
combine
...tain 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 problem?
Instead of having several textfiles with one column and 3 rows I could
use one textfile with n columns with 3 rows. I don`t know which way is
better.
Thanks a lot for your help!
cheers,
Nando
_________________________________________________
Nando Foppa - Remote Sensing Research Group
Department of Geography
University of Bern Tel : +41 (0)31 631 8020
Hallerstr. 12 Fax : +49 (0)89 2443 43780
CH - 3012 Bern Mail: foppa at giub.unibe.ch
Switze...
2009 Jan 29
6
mv errors.
...lid argument
mv: setting permissions for `share/post.txt': No such file or directory
Notice that if I cp I do not get those errors.
http://pastebin.com/f32cd160a Here is the pastebin of the server
/etc/samba/smb.conf and the /etc/fstab of the Linux client.
Also:
ls -l /mnt/drwxr-xr-x 2 root nando 4096 2009-01-26 22:56 videos
--
View this message in context: http://www.nabble.com/mv-errors.-tp21712791p21712791.html
Sent from the Samba - General mailing list archive at Nabble.com.
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
...o 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 this out yet.
I know you folks have a answer to unbrainwash me.
-Thanks
-Fernando
2006 Apr 13
1
A IE6 question....
...n 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
...at'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,
Carlos Fernando.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20020815/480949ad/attachment.html
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''
-