Displaying 15 results from an estimated 15 matches for "feasting".
Did you mean:
fasting
2004 Oct 11
2
64-bit R on Intel Xeon EM64T running fine
Dear mailing-list members,
In the days of cheap RAM and microarray applications feasting on memory,
64-bit computers become more and more useful - to actually make use of memory
beyond the magic 4GB border. I would like to report the success of running
64-bit R on an Intel Xeon EM64T machine under Linux. Just like on an AMD
Opteron, R v2.0.0 compiles fine (and out of the box) and is ha...
1999 Dec 13
3
Comments request to refute arguments about Samba...
I can't answer any of this, but the following was taken from a thread on
the "Novell Technology Transfer Partners List
<NOVTTP@LISTSERV.SYR.EDU>" and passed over to me by my boss...
Any comments/refutations/etc most definitely accepted...
Please note that *I'm* the Senior Unix Systems Administrator at the
University I work at, and have been moving us towards Samba since I
2007 Nov 17
11
slog tests on read throughput exhaustion (NFS)
I have historically noticed that in ZFS, when ever there is a heavy
writer to a pool via NFS, the reads can held back (basically paused).
An example is a RAID10 pool of 6 disks, whereby a directory of files
including some large 100+MB in size being written can cause other
clients over NFS to pause for seconds (5-30 or so). This on B70 bits.
I''ve gotten used to this behavior over NFS, but
2005 Oct 20
1
Windows 2000 crash while using rbind (PR#8225)
Windows 2000 reports that "Rgui.exe has generated errors and will be =
closed by Windows. You will need to restart the program." when using =
rbind.=20
df1 <- data.frame(cbind(x=3D1, y=3D1:1000), fac=3Dsample(LETTERS[1:3], =
1000, repl=3DTRUE))
df2 <- data.frame(cbind(x=3D1, y=3D1:10), fac=3Dsample(LETTERS[4:6], =
10, repl=3DTRUE))
df3 <- data.frame(cbind(x=3D1,
2020 Oct 28
1
[PATCH] fbcon: Disable accelerated scrolling
On Wed, Oct 28, 2020 at 8:02 PM Thomas Zimmermann <tzimmermann at suse.de> wrote:
>
> Hi
>
> Am 28.10.20 um 17:06 schrieb Daniel Vetter:
> > So ever since syzbot discovered fbcon, we have solid proof that it's
> > full of bugs. And often the solution is to just delete code and remove
> > features, e.g. 50145474f6ef ("fbcon: remove soft scrollback
2004 Aug 17
0
Microsoft updates
http://www.softgoeshome.com/
Microsoft Windows XP Professional - 50
Adobe Photoshop 7.0 - 60
Microsoft Office XP Professional - 100
Microsoft Windows 2000 Professional - 50
Adobe PageMaker 7.0 - 60
Adobe Illustrator 10 - 80
Corel Draw Graphics Suite 11 - 120
Norton Antivirus 2004 Professional - 15
Borland Delphi 7 Professional - 70
Adobe Acrobat 6.0 Professional - 100
Adobe Acrobat 6.0
2013 Aug 20
0
Two of special mailboxes?
# ls -lsd /path/to/virtual/.*{Junk,Drafts,Sent,Trash}
8 drwx------ 5 89 89 512 Aug 19 06:46 .Drafts
8 drwx------ 5 89 89 512 Aug 19 06:42 .INBOX.Drafts
8 drwx------ 5 89 89 512 Aug 20 11:44 .INBOX.Junk
8 drwx------ 5 89 89 512 Aug 19 06:42 .INBOX.Sent
8 drwx------ 5 89 89 512 Aug 19 19:41 .INBOX.Trash
8 drwx------ 5 89 89 512 Aug 19 06:55 .Junk
8 drwx------ 5 89 89 512 Aug 19
2011 Feb 15
7
Hide/Show Div and link_to_remote
Hi
I want to show some info and provided an ''edit'' button next to it.
This will change the display info to an editable form.
I''ve seen this done before, but what I can''t figure out is whether I
have to use an actual remote action to the rails server?
I think I should be able to render both the edit box and the display
info as seperate divs, and then show/hide
2007 Oct 15
2
clipping off words inside a vector of strings
Hi,
I have a vector of strings (class character) with 6 elements (length
6). I call it 'names'.
"Graham Chapman"
"John Cleese"
"Terry Gilliam"
"Eric Idle"
"Terry Jones"
"Michael Palin"
And I want to turn it into another vector of strings called
'shortnames' with the same length.
The new vector should look like:
2009 Dec 27
1
I'm all for it
Hello all-
First off I'm not a dev, just a small business owner trying to start up.
I don't have a budget for much of anything & wind up doing most
everything myself, which for the last year includes evaluating virtual
infrastructure offerings.
It's quite discouraging to see just how much doesn't "just work" for
someone like me- unfortunately oVirt included (no
2003 Nov 21
7
winbindd
hi all,
as i heard, i need winbind to connect linux-clients on samba. i installed
this - without pam (in the hope this would work...) but this constellation
seems to be needed, as i still cannot connect, even if winbind logs my
domain as accepted.
Do i really have to do the pam-configuration on the samba-server-side
too?? i just thought, it was enough to authentificate against smbpasswd.
is
2013 Feb 25
7
Optimistic Locking Enhancements: Gem or Core?
I''m working on an app that makes use of rails'' optimistic locking feature
and seeing some possibilities for improvements. It seems a bit tedious to
have to add :lock_version to forms wherever the model is used. You also
have to "hack" around rails'' UJS feature to add it as a URL parameter when
using remote: true, method: [:put, :patch, :post, :delete].
2018 Aug 21
0
The. Salt. Line.
I feel a little bad about matching Taylor with the Thanatostar. /Just a
little./
I've stopped updating my Instagram, because none of you follow it. Also I'm
thinking of pausing Twitter too. I imagine you all KE
<http://cadsplayforda.tk/lists/lt.php?id=YUgFAQJRVE9RUVEdU1wDX1cNVg>
anyway, but that's not doing me any immediate good--and you probably don't
see or believe
2002 Jul 02
0
Newsletter & Rigatoni Salad Recipe
2020 Oct 28
8
[PATCH] fbcon: Disable accelerated scrolling
So ever since syzbot discovered fbcon, we have solid proof that it's
full of bugs. And often the solution is to just delete code and remove
features, e.g. 50145474f6ef ("fbcon: remove soft scrollback code").
Now the problem is that most modern-ish drivers really only treat
fbcon as an dumb kernel console until userspace takes over, and Oops
printer for some emergencies. Looking at