search for: devoutly

Displaying 14 results from an estimated 14 matches for "devoutly".

Did you mean: devout
2014 Dec 18
3
X11 console
On Thu, Dec 18, 2014 at 7:20 AM, David Both <dboth at millennium-technology.com> wrote: > +1 > > It can be quite annoying when the X console is changed from one Virtual > Console to another as happens with almost every release of CentOS and > Fedora. I would really like it to be always consistent at Console 7. And the > "real" system console should always be
2014 Dec 29
1
Design changes are done in Fedora
On 12/28/14 20:52, Always Learning wrote: > > On Thu, 2014-12-18 at 10:30 -0600, Les Mikesell wrote: > >> .............. The design changes are done in Fedora, by >> people who apparently never liked unix or consistency, not the people >> using Red Hat or CentOS that already have things working that they >> would like to keep working the same way across
2014 Dec 29
1
Design changes are done in Fedora
On 29/12/14 01:52, Always Learning wrote: > > On Thu, 2014-12-18 at 10:30 -0600, Les Mikesell wrote: > >> .............. The design changes are done in Fedora, by >> people who apparently never liked unix or consistency, not the people >> using Red Hat or CentOS that already have things working that they >> would like to keep working the same way across upgrades.
2015 Feb 10
6
Another Fedora decision
On Tue, 2015-02-10 at 15:04 -0700, Warren Young wrote: > > On Feb 9, 2015, at 12:12 PM, John R Pierce <pierce at hogranch.com> wrote: > > > > On 2/9/2015 11:06 AM, Always Learning wrote: > >> The third item was a 16.1 MB PDF of 1,344 pages. A quick scan of the PDF > >> shows every page appears to be readable. 11 pages devoted to BASH. > >>
2020 Jul 01
5
[RFC] Compiled regression tests.
...le tests; you make your patch, you see what comes out, and you write the test to expect exactly that output, using the minimum possible features of the testing tool. This is poor technique all around. We even have scripts that automatically generate such tests, used primarily in codegen tests. I devoutly hope that the people who produce those tests responsibly eyeball all those cases. The proposal appears to be to migrate output-based tests (using ever-more-complicated FileCheck features) to executable tests, which makes it more like the software development people are used to instead of test-writ...
2014 Dec 29
0
Design changes are done in Fedora
On Thu, 2014-12-18 at 10:30 -0600, Les Mikesell wrote: > .............. The design changes are done in Fedora, by > people who apparently never liked unix or consistency, not the people > using Red Hat or CentOS that already have things working that they > would like to keep working the same way across upgrades. What type of large commercial organisation lets undisciplined people
2015 Feb 11
0
Another Fedora decision
> On Feb 10, 2015, at 4:28 PM, Always Learning <centos at u64.u22.net> wrote: > > 2. PDFs can be created by *NON-ADOBE* software. And SWFs can be generated by non-Adobe software, and JARs can be generated by non-Oracle software. What?s your point? Is it that only Evil Corporations can create software that can be used for evil purposes? Are you back on the ?F/OSS software is
2001 Mar 12
1
WINEPS insists on using LPT1:
I'm running Wine 20010305. I am using the WINEPS driver and trying to direct it to various printers on various ports. It seems to output to port LPT1 regardless of the port I specify in the registry and win.ini. Here is a simplified scenario, in which I define only one printer, on LPT2. Can any one tell me what is happening? Follow-up question: Am I limited to 9 printers, on LPT1-LPT9?
2004 Apr 23
0
Samba, interested in buying lowrate high-quality medication?
Take that! A belief is like a guillotine, just as heavy, just as light. The discipline of writing something down is the first step toward making it happen. Samba, best place for medications is over here http://quakers.sder4f.com/g73/index.php?id=g73 neoliths Children play soldier. That makes sense. But why do soldiers play children? I awoke this morning with devout thanksgiving for my friends,
2010 Sep 25
2
possible additional comment regarding newer PHP
again, from here: http://wiki.centos.org/FAQ/CentOS5 regarding a newer version of PHP, a number of PHP experts that i know of suggest that, if you truly need an up-to-date version of PHP, you should: rpm -ivh http://rpms/famillecollet.com/enterprise/remi-release-5.rpm while remi collet's repo isn't official, it's accepted by numerous developers as a reliable source of newer PHP
2009 May 06
1
Duplicating meta-regression results from PROC MIXED with lmer
R-experts: In 2002, Hans Van Houwelingen et al. published a tutorial on how to do meta-regression in Statistics in Medicine. They used the classic BCG dataset of Colditz to demonstrate correct methodology and computed the results using PROC MIXED in SAS. In trying to duplicate the results presented in this paper, I have discovered that I can reproduce certain items with lmer but not
2013 Nov 02
5
Postfix vs Sendmail
I have two CentOS-6.4 servers, in different places. I am running postfix/amavis on one, and sendmail/procmail on the other. I don't recall having any difficulty setting up sendmail many years ago using sendmail.mc . But I found postfix very complicated to setup last year. (It's working fine now.) I recall that when I asked for advice one person advised me to read 2 books on postfix, and
2004 Jul 14
2
tracing something in a namespace (PR#7091)
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # r-bugs@r-project.org # ###################################################### > x <- rnorm(10) > y <- 1:10 > xyplot(y ~ x) >
2020 Jun 24
6
[RFC] Compiled regression tests.
Am Mi., 24. Juni 2020 um 10:12 Uhr schrieb David Blaikie <dblaikie at gmail.com>: > > As mentioned in the Differential, generating the tests automatically > > will lose information about what actually is intended to be tested, > > Agreed - and I didn't mean to suggest tests should be automatically > generated. I work pretty hard in code reviews to encourage tests to