search for: whimsical

Displaying 11 results from an estimated 11 matches for "whimsical".

2006 Aug 10
6
Multiple sites using one data source
Hi, Just wondering if anyone has any suggestions as to the best way to provide access to the same data source for the (possible) creation of multiple web sites. I figure my options are: - Direct database access over tcp - ActionWebService - Wait for ActionResource I''ve done up some work with ActionWebService already, but I don''t think it''s going to work because it
2012 Feb 02
10
postfix - reject of incoming mail due to helo check??
Hi list, I have been getting the following types of log messages Jan 30 08:22:33 ndgonline postfix/smtpd[30538]: NOQUEUE: reject: RCPT from unknown[71.46.229.50]: 450 4.7.1 Client host rejected: cannot find your hostname, [71.46.229.50]; from=<DWoodman at orangebankfl.com> to=<rkampen at ndgonline.net> proto=ESMTP helo=<mail.floridianbank.com> a rdns check shows all is well
2015 Aug 20
2
new laptop: DVD or Blu-ray
On Thu, Aug 20, 2015 at 06:04:03AM -0500, Hal Wigoda wrote: > I wouldn't outfit a computer with blu-ray http://srobb.net/why.mp4 -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
2011 Apr 12
0
No subject
...on) over VoIP. Try again, the fact that you succeeded twice was pure luck, and as far as I understand that didn't even work out. Switch back to TDM. Your dial up modems want that magic thing called timing and no jitter that only TDM will give you. =========================== This is more of a whimsical statement than a scientific one, but I would think in today's world, there would be a real small box that would take in IP and put out TDM with good timing with a moderate buffering window. Obviously, the IP has to actually get to the box in a timely fashion, like "today" , but a TDM...
2009 Aug 31
4
Book on R programming
Most books on R I come across describe running statistical procedures in R. Any suggestions on a good book that teaches *programming* in R? Thanks, Anjan -- ============================= anjan purkayastha, phd bioinformatics analyst whitehead institute for biomedical research nine cambridge center cambridge, ma 02142 purkayas [at] wi [dot] mit [dot] edu 703.740.6939 [[alternative HTML version
2011 Sep 07
2
rgl 'how-to's
Doing a visual graphic and trying to make it "pretty" Here's simple chart to play with: library(rgl) dotframe<-data.frame(x=c(0,7,0,0,-7,0),y=c(0,0,7,0,0,-7),z=c(7,0,0,-7,0,0)) dotframe plot3d(dotframe$x,dotframe$y,dotframe$z, radius=3, type='s',col=c('red','green','blue','purple','orange','gray'), axes=FALSE, box=FALSE,
2003 Jul 11
3
Indexing with NA as FALSE??
Hi Folks, Example: t<-c(1,2,3,4,5,6,7,8,9) u<-c(1,NA,3,NA,5,NA,7,NA,9) t[u==5] --> NA NA 5 NA NA Now, if I could somehow set things so that "NA" was FALSE for indexing, then t[u==5] --> 5 I know I can do it with t[(u==5)&(!is.na(u))] but in the situation I am dealing with this leads to massively cumbersome, typo-prone and hard-to-read code. Also, as an extra, it would
2005 Nov 14
1
open source and R
...s not like black > boxes. But R itself is a black box. You cannot write R in R, > all the way down to the bottom. At the bottom is machine > code, and languages like assember, C, C++, FORTRAN and > their compilers provide "black box" wrappers for this. > > That is not a whimsical comment either -- all those discussions > about why 2 - sqrt(2)^2 is not equal to 0 come down to this > sort of issue. Sooner or later, if you really want to understand > what is going on, you have to get beneath the shiny smooth > surface and swim amongst the molecules! > > So,...
2004 Sep 09
3
Proposal for New R List: Criticism? Comments?
Folks: I would like to propose a new R list, tentatively labeled r-contents. I wish to briefly explain the purpose and format here and solicit public comments, pro or con, so feel free to criticize or suggest a better name and other improvements or alternatives. R presently consists of a suite of about a dozen core recommended packages and several hundred contributed packages comprising
2006 Feb 03
9
dhclient in 6.0
hi all... again... i sent this message to general questions but nobody got excited about it. i just installed 6 on my t30 laptop. brand new. when trying dhclient i get: DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 5 this trys 6 times then this shows up: No DHCPOFFERS received. No working leases in present database - sleeping. i run a tcpdump while requesting a lease and for
2005 Feb 09
85
Introduce yourself and your project -- Round 2
On December 14th, 2004 David Heinemeier Hansson sent this to the mailing list: I''m seeing a lot of new names on the list. Could we perhaps do a round of introductions? That would also be a great first post, if you haven''t had a chance to contribute yet. The basics should include your name, your organization, your country and city, and the project you''re