Displaying 20 results from an estimated 51 matches for "chastisement".
2005 Feb 16
1
Badly posted "Oracle 9i, 10g, Apps 11.5.9" message.
On Wed, 16 Feb 2005, Sudev Barar wrote:
> This is OT but since you just joined the list do not hijack a thread.
> Start a new message and not just change subject line after hitting reply
> button. Your message showed up in middle of md0/fstab thread!!
Yup, I've already been chastised for this once on the list (did you
miss that post?) and I apologized privately via e-mail to the
2015 Mar 03
2
selinux allow FTP
On Mar 3, 2015, at 2:30 PM, Brian Mathis <brian.mathis+centos at betteradmin.com> wrote:
>
> people are bound by corporate restrictions
That seems like an awfully convenient rug to sweep problems under.
Can?t fix a security problem? Corporate restrictions!
Can?t require sensible security defaults restrictions by default? Corporate restrictions!
Can?t move off IE6? Corporate
2006 Aug 04
1
Parsing Dates bewilderment
...ring:
"08-04.2006"
into the DateTime.parse() method I get "invalid date".
And when I pass the same string into the Time.parse() method I get "argument
invalid" error.
Any help in the right direction here would be greatly appreciated and I sit
back and await the chastisement of such a trivial problem :(
Thanks,
--
~d
"Right is right, even if everyone is against it, and wrong is wrong, even if
everyone is for it." --William Penn
www.razorpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pi...
2009 Apr 13
4
Physical Units in Calculations
Back in 2005 I had been doing most of my work in Mathcad for over 10 years.
For a number of reasons I decided to switch over to R. After much effort and
help from you folks I am finally "thinking" in R rather than thinking in
Mathcad and trying to translating to R. Anyway, the only task I still use
Mathcad for is calculations that involve physical quantities and units. For
example, in
2011 Jan 05
6
ZFS on top of ZFS iSCSI share
I have a filer running Opensolaris (snv_111b) and I am presenting a
iSCSI share from a RAIDZ pool. I want to run ZFS on the share at the
client. Is it necessary to create a mirror or use ditto blocks at the
client to ensure ZFS can recover if it detects a failure at the client?
Thanks,
Bruin
2003 Apr 07
7
Should List be Moderated?
In light of recent flame baits and advertisements sent to the list, I
would like to seek opinions of list members on making the list moderated.
I certainly don't have time to moderate the list myself, so I would
suggest giving at least a half dozen, maybe more, people the ability to
approve posts to keep it flowing quickly. Moderators would be asked just
to approve/disapprove based upon a
2005 Jun 17
3
New Web Forum
Dear List members,
After some consideration and chats with several members on IRC, I have
proposed running a web forum for icecast, an idea which seems to have
been received well by everyone so far.
The forum can be found at http://forum.icecast.org/
Questions & Answers welcome :-)
Stephen
forum: EvilOverlord
IRC: J_Bullet
2024 Oct 10
2
Time zones in POSIClt objects
POSIXt vectors do not support different time zones element-to-element.
If you want to keep track of timezones per element, you have to create a vector of timestamps (I would recommend POSIXct using UTC) and a parallel vector of timezone strings. How you manipulate these depends on your use cases, but from R's perspective you will have to manipulate them element-by-element.
I complained about
2001 Aug 29
5
newbie list
I've sometimes thought it would be useful to have another mail list
called "no I haven't read the documentation but someone can save me a
lot of time," or perhaps just "newbie" for short. This can be very
useful for people just getting started in R and with school starting
soon I expect the help list may become overwhelmed. Of course, I think
that people should read all
2015 Mar 05
0
selinux allow FTP
Guys,
I hear all your arguments against using FTP. I completely get all that.
But I am making things a little bit safer by using virtual users that have
no access to the file system. The ftp user account has a shell of
/bin/false. And I was able to get proftpd working with SELinux
using setsebool -P ftp_home_dir on.
The client is recalcitrant to using any technology he doesn't know. I have
2005 Jul 02
1
probability-probability plot
Hi, there.
Is there any function in R to plot the probability-probability plot (PP
plot)? Suppose I am testing some data against normal.
Thanks.
Yulei
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
Yulei He
1586 Murfin Ave. Apt 37
Ann Arbor, MI 48105-3135
yuleih at umich.edu
734-647-0305(H)
734-763-0421(O)
734-763-0427(O)
734-764-8263(fax)
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
2010 Feb 24
1
Regarding: **OFF LIST** subject declaration
Seriously, I just have to ask this question. Why mark via the subject
line a message as "OFF LIST" and then send it via the normal list
framework. Doing so only insures that the message is actually "ON
LIST" irregardless of what nomenclature is used in the subject line. If
a message is truly supposed to be "OFF LIST", then why not send it
directly to its intended
2011 Apr 01
0
Fw: Re: core Matrix package segfaulted on R CMD check --use-gct
repost from the subscribed address...
--- On Fri, 1/4/11, Hin-Tak Leung <htl10 at users.sourceforge.net> wrote:
> --- On Wed, 30/3/11, Douglas Bates
> <bates at stat.wisc.edu>
> wrote:
>
> > I isolated the problem and tested then committed a
> fix. I
> > am going to
> > ask Martin to upload the new release as I have gotten
> out
> > of sync
2007 Jul 18
0
Vegetarian enough?
Vegetarian enough?
People often tell me about how they get grief from people who are "more"
vegetarian than them. Isn''t that strange? People who can be bothered to
make a life changing decision are then chastised by the super veggies
for not trying hard enough.
http://2site.com/agfdxz
Road Map To Riches - Another 2-UP Scam
Road Map To Riches is yet Another 2-Up scheme in
2005 Jun 17
0
New Web Forum
Interesting. I discussed this off line with a couple of folks and
offered to host a forum. -- But, not to run it. So, this is great that
we know have it and you have stepped up to the plate to run it.
I do have a request / suggestion: I've noticed that many of the boards
for open source software suffer from a couple of problems and it would
be great if the Icecast forum could rise above
2024 Oct 10
1
Time zones in POSIClt objects
Sys.setenv(TZ = "GMT") will set the local time zone to GMT so there
would only be one time
zone regardless of whether local or GMT were used.
On Thu, Oct 10, 2024 at 11:17?AM Jan van der Laan <rhelp at eoos.dds.nl> wrote:
>
> Thanks.
>
> On 10/10/24 16:13, Jeff Newmiller wrote:
> > POSIXt vectors do not support different time zones element-to-element.
>
>
2024 Oct 10
2
Time zones in POSIClt objects
Thanks.
On 10/10/24 16:13, Jeff Newmiller wrote:
> POSIXt vectors do not support different time zones element-to-element.
> I complained about this on this list a couple of decades ago, and was
chastised for it. Evidently handling timezones per element was
considered to be too impractically slow to be a standard feature.
This is where it is unclear to me what the purpose is of the
2006 Apr 29
1
Re: running dBase app with wine
On Tue, 25 Apr 2006 13:52:14 +0200, "Mrkljus" <aposdi@brbr.hr> wrote:
>Hi,
>
>I have a problem running dBase application with wine. Is there any solution
>I can try with?
>
>Has anyone succeeded to run dbu.exe with wine, for example...
Use xHarbour ( open source : www.xharbour.org , commercial version :
www.xharbour.com which use the open source compiler plus
2009 Jul 14
2
SOS! error in GLM logistic regression...
Hi all,
Could anybody tell me what happened to my logistic regression in R?
mylog=glm(mytraindata$V1 ~ ., data=mytraindata, family=binomial("logit"))
It generated the following error message:
Error in model.frame.default(Terms, newdata, na.action = na.action,
xlev = object$xlevels) :
factor 'state1' has new level(s) AP
Thank you!
2010 Jun 21
14
Controllers, what? why?
Hi,
I am starting to learn rails and I went through the guide and a couple
of tutorials. Even though I understand controllers or at least I can
use them I can''t see yet the whole picture.
Why do you need several controllers for a single application? If a
controller is just a class whose methods interface with models and
views, why not have a single controller for the whole application?