similar to: Blank Page Loading before Action Complete

Displaying 20 results from an estimated 10000 matches similar to: "Blank Page Loading before Action Complete"

2006 Mar 18
5
Getting a blank page for uknown reason
I have a model that represents a Player, and within that there is a method that calculates wins and losses for that player based on a how they did in databases that are in the DB. When this calculation is over it is supposed to show a summary of the calculation. When testing it on my local machine using Webrick it works fine, but when I put it on my web server, after the calculation is done
2002 Feb 08
5
Smp kernel on up machine???
Can anyone tell me if there has been testing of using an SMP kernel on a UP machine and if that is bad? I have an ext3 filesystem that keeps getting corrupt. Certain directories only get I/O errors, trying to access beyond the end of the device. Thanks, Gabe
2018 Jul 07
6
Testing for vectors
On Sat, Jul 7, 2018 at 1:50 PM, Gabe Becker <becker.gabe at gene.com> wrote: > Hadley, > >> >> I was thinking primarily of completing the set of is.matrix() and >> is.array(), or generally, how do you say: is `x` a 1d dimensional >> thing? > > > Can you clarify what you mean by dimensionality sense and specifically 1d > here? What do we call a
2003 Feb 17
1
Roaming profiles issues
This might be simple, but I have been banging my head against google for awhile now and not an answer in sight... Anyway, Samba PDC with roaming profiles. When a user logs out the profile isn't written because it says that "The specified network name is no longer available" Whatever that is supposed to mean. Following is my smb.conf. Please CC me in replies as I am not subbed to the
2005 Oct 06
4
Backup Maildir
Hi All, I'm currently doing nightly full backups of /home. I'm not sure if a full back up is the best way to do backups. I know with my fileserver i do weekly full backup and daily incremental which would file on those type of files. I guess my question to the group is, how do you guys backup Maildir? whats the best way of doing it? -- Gabe Granger Pancentric results-driven
2007 Apr 14
0
[LLVMdev] T-Shirt
I'm confirming my attendance. I'd also like a large T-Shirt! Thanks, Gabe
2005 May 11
3
Dovecot Sendmail Maildir
Hi all, I'm using Debian (testing) for my office mail. I'm using sendmail and Dovecot to deliver email to clients over IMAP using mbox format. I want to move over and start using Maildir. I know that I can use different MTA's to do the job, but I really like sendmail, and I run additional sendmail servers across the my internal and external networks. I'm probably
2002 Jan 17
3
Change defaults to data=journal on /
How come if I install a fresh redhat 7.2 system and change fstab from defaults to data=journal for the / file system, it breaks everything? Thanks, --------------------- Gabe E. Nydick Systems Lead ClubPhoto, Inc. P: 408.423.6611 F: 408.557.6799 ----------------------
2018 Jun 11
3
can't join the list via email
Can't join the list confirming via email. Will get: gabe.freedesktop.org[131.252.210.177] said: 550 5.1.1 <nouveau-request at lists.freedesktop.org>: Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command) Can only join via the http confirmation link.
2019 Oct 07
2
should base R have a piping operator ?
> > On 7 Oct 2019, at 13:47, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > On 07/10/2019 4:22 a.m., Lionel Henry wrote: >> Hi Gabe, >>> There is another way the pipe could go into base R that could not be >>> done in package space and has the potential to mitigate some pretty >>> serious downsides to the pipes relating to debugging
2005 Jun 22
1
miugrating mail to new server
Hi All, I've just a new server to help with migration of our email, the old email server is using mbox and the new is using Maildir. I've managed to some user mail migrated fine. The new server is only a temp server as I have too many users to migrate easily in one go(Also I want to nuke the current mailserver, remove SuSE and install Debian on it). So what i'm doing it
2003 Jan 09
1
GS PDF creator
This is a snip of my smb.conf file. This share will create a pdf file and deposit the output in a samba share for retrieval. It works. On the client side you add a printer pointing to the smbpdf share and give it a PS printer driver. When you print to this printer(smbpdf) it creates the pdf file. I'd like to change one thing and this thing is golden. When printing a file called file.txt the
2007 May 29
2
[LLVMdev] T-Shirts &| Supporting LLVM
I was poking around, but I didn't spot a PayPal link for the t-shirts and/or supporting LLVM. Any follow-up from the pre-meeting discussions? -Gabe
2007 Mar 22
0
[LLVMdev] GSOC - HLVM Work
Gabe, I'm quite new to hacking on LLVM, but I'll give you an idea I had reading some of the recent dev list posts. I think investigating concurrency with regards to LLVM would be very useful (what with multi-cores and all). This could be concurrency in regards to GC, or it could be simply looking at how LLVM can best interface with standard concurrency paradigms (OpenMP, MPI)
2016 May 25
2
Suggestion: mkString(NULL) should be NA
On Wed, May 25, 2016 at 12:31 PM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > Better than segfaulting, yes, but really agree with Bill (and > Gabe), also for Rf_mkChar(NULL): > I think both functions should give an error in such a case > rather than returning NA_character_ > > It is an accident of some kind if they got NULL, no? Not necessarily. A char* of
2007 Mar 15
2
Cannot allocate vector size of... ?
Hello all, I've been working with R & Fridolin Wild's lsa package a bit over the past few months, but I'm still pretty much a novice. I have a lot of files that I want to use to create a semantic space. When I begin to run the initial textmatrix( ), it runs for about 3-4 hours and eventually gives me an error. It's always "ERROR: cannot allocate vector size of xxx
2019 Sep 16
5
head.matrix can return 1000s of columns -- limit to n or add new argument?
>>>>> Michael Chirico >>>>> on Sun, 15 Sep 2019 20:52:34 +0800 writes: > Finally read in detail your response Gabe. Looks great, > and I agree it's quite intuitive, as well as agree against > non-recycling. > Once the length(n) == length(dim(x)) behavior is enabled, > I don't think there's any need/desire to have
2019 Mar 06
1
as.Date(Inf) displays as 'NA' but is actually 'Inf'
>>>>> Gabriel Becker >>>>> on Tue, 5 Mar 2019 22:01:37 -0800 writes: > On Tue, Mar 5, 2019 at 9:54 PM Richard White <w at rwhite.no> wrote: >> Hi Gabriel, >> >> The point is that it *visually* displays as NA, but is.na() still >> responds as FALSE. >> >> When I (and I am sure many people)
2007 Jul 24
2
plotting gam models
Hi everybody, I am working with gams and I have found some questions when plotting gams models. I am using mgcv, and my model looks something like this: model<- gam(x ~ s(lat,long)) I can plot the output of the model using plot(model) or plot.gam(model) and I get a surface plot. That is ok, but what I want to do now is to extract the data used to perform the surface plot. Like that I
2007 Mar 22
3
[LLVMdev] GSOC - HLVM Work
Hello, I would also like to apply for Google's Summer of Code, but I am having difficulty finding a concrete project idea to tackle. (Though certainly interesting, a new front-end or a compiler optimization pass seem like to large as projects for a single summer -- and certainly something I couldn't accomplish given my lack of familiarity with the code-base.) I have read the