search for: beggars

Displaying 20 results from an estimated 23 matches for "beggars".

2011 Feb 03
3
R Data Manipulation - Transposing Data by a Given Column, Like User_ID
Hello, I'd like to transpose data to create an analysis-friendly dataframe. See below for an example, I was unable to use t(x) and I couldn't find a function with options like PROC TRANSPOSE in SAS. The ideal solution handles variable quantities of SITE - but beggars can't be choosers. :-) Thank you in advance, Mike ## INPUT DATA USER_ID<-c(1,1,1,2,2,2,3,3,4) SITE <-c("SITE1","SITE2","SITE3","SITE1","SITE2","SITE3","SITE1","SITE2","SITE3") COUNTS <-c(10,13...
2008 Sep 24
1
string to numeric question
...t;, I want to increase it by 1 so that it becomes "02". but the following code obviously won't work when the input string is say "10" because then it gives "011" when I just want "11". uuugh. does someone know an easy way ( i guess hard is fine too. beggars can't be choosy ) around that ? the code below probably explains more clearly what i mean. thanks. temp1 <- "01" paste("0",as.numeric(temp1)+1,sep="") temp10 <- "10" paste("0",as.numeric(temp10)+1,sep="")
2004 May 18
1
VoIP Termination w/ 402 or 712 area code?
...code DID numbers. I'm almost completely convinced that no one offers these area codes (eastern Nebraska, western Iowa), however considering the wide audience of this mailing list I thought this would be a good place to ask. I would prefer a provider that allows for Asterisk use, but I realize beggars can't be choosers. -- Tony Kava Senior Network Administrator Pottawattamie County, Iowa
2006 Mar 10
6
Ruby for presentation layer, C# for business layer - how to
For reasons not relavent, I would like to create an n-tier app as follows. Data Acess layer => NHibernate Business layer => C# Presentation layer => RoR All of which might be spread across multiple machines in each layer. I am looking for the best way to allow RoR to talk to my business layer, dll''s etc hosted on another box. The RoR box might be *nix \ apache or windows
2011 Jan 19
13
How to disable screen locking system-wide?
By default, CentOS v5 requires a user's password when the system wakes up from the screensaver. This can be disabled by each user, but how can I disable this system-wide? Many of my users forget to do this, which results in workstations being locked up. Bob
2009 Dec 04
2
[LLVMdev] r72619
On Dec 4, 2009, at 2:40 PM, Eric Christopher wrote: > So, on top of this it seems like a lot of the semantics have changed > after your patch. I'm certain the existing patch is wrong and that > we'll want a computation somewhat similar to the clang one that I > think Doug is going to post. > > I think the safe thing is to revert for now and we can discuss all
2018 Oct 18
0
What are the differences between systemd and non-systemd Linux distros?
...o that yourselves. You cannot expect it to just drop from the sky. > Poettering is like upper management: they > know, I mean, Everything, so why should they need to talk to end users (or > working sysadmins)? The suggestion that Red Hat is not listening to working system administrators beggars belief. That?s pretty much the basis of their company?s major income stream. What Red Hat is not doing is filling every demand from all working system administrators. They?re choosing which demands to address, as any software project management must. Red Hat has certainly heard the screams of t...
2006 Mar 29
2
can you do drag and drop sorting with multiple lists?
Has anyone extended drag and drop sorting to work with multiple lists? I''m looking for something like this Best Roles for actors (in order of preference): Mary Bill Jane (actors/actresses) The Queen Joker 1st Angel Beggar woman Chief of guards Dog Catcher 2nd thief
2003 Oct 24
0
anyone with a used analog card for sale or trade?
Does anyone have a used analog card forsale or trade? Would prefer a 4 port, but beggars can't be choosey... Todd Wallace -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031024/635e90b7/attachment.htm
2001 Oct 03
1
Next Codeweavers Release
Are any rumours circulating about the next Codeweavers Wine release? Will it be version 1.0 or will be getting anymore previews? Regards :) -- Lee J. Remove the monarchy to email
2010 May 15
4
Update successful. Thanks.
My desktop updated without a hitch... well, actually, I ran out of disk space after the download completed, so had to clear some space, but the update process continued from where I left off without a hitch -- and that's hardly CentOS's fault. I've still got to update my laptop, but am a little leery, because I think I've a got a hard drive failing. At any rate, thank you *again*
2007 May 06
1
Upgrade 3.0.24-3.fc5 to 3.0.24-4.fc5 Anomaly
...are names that previously were the same as the directory they pointed to can no longer have the same name. THAT IS JUST PLAIN AWFUL! I have renamed all the shares on the machine now and things are working again. But the number of things across the office network that relied on the share names beggars belief. Users E-mail profiles held on the server etc etc. A shambles. The fact that a virgin installation of 3.0.24.4 does work (in the FC6 test above) suggests that the history of the FC5 machine that has been upgraded from 3.0.24-3 has some significance in this situation. It is interesting t...
2000 Nov 05
3
glm
Hi to all, So I'm also a new user. I downloaded the program last week and I think it's great. Thanks to those who have developed R. I have a special interest in GLM as a tool to describe fisheries and its variables and I'm just begging to study it. As I could understand there's two types of GLM sun of squares: in "type I" the factors are added in sequence and
2016 Mar 08
1
Merging isolinux.bin and ldlinux.bin for Rufus
On 3/8/2016 14:26, Pete Batard via Syslinux wrote: > [...] > But in essence, yes, that's pretty much it. So then some thoughts: 1. Did you mean a truly "merged" file, where the very same file could be used for ISOLINUX and for disk-based Syslinux? Or did you mean "tacked on," where ldlinux.bin would be appended to isolinux.bin so that you could later
2023 Feb 26
1
ssh host keys on cloned virtual machines
On Fri, 24 Feb 2023, Keine Eile wrote: > does any one of you have a best practice on renewing ssh host keys on cloned > machines? Yes: not cloning machines. There?s too many things to take care of for these. The VM UUID in libvirt. The systemd machine ID. SSH hostkey and SSL private key. The RNG seed. The various places where the hostname is written to during software installation. The
2005 Apr 20
6
Anova - adjusted or sequential sums of squares?
Hi I am performing an analysis of variance with two factors, each with two levels. I have differing numbers of observations in each of the four combinations, but all four combinations *are* present (2 of the factor combinations have 3 observations, 1 has 4 and 1 has 5) I have used both anova(aov(...)) and anova(lm(...)) in R and it gave the same result - as expected. I then plugged this into
2018 Oct 18
7
What are the differences between systemd and non-systemd Linux distros?
Valeri Galtsev wrote: > On 10/17/18 7:55 PM, Warren Young wrote: <snip> >> Benno Rice is right: Lennart Poettering gets stuff done. Because he's funded. And I strongly suspect that a lot of that funding comes from M$'s interest in Upstream. <snip> > > With all due respect, many people just stopped offering any argument > about systemd, and simply fled
2023 Feb 28
1
ssh host keys on cloned virtual machines
On Sun, Feb 26, 2023 at 2:51?PM Thorsten Glaser <t.glaser at tarent.de> wrote: > > On Fri, 24 Feb 2023, Keine Eile wrote: > > > does any one of you have a best practice on renewing ssh host keys on cloned > > machines? > > Yes: not cloning machines. Good luck with *that*. Building VM's from media is a far, far too lengthy process for production deployment,
2018 Oct 19
5
Upstream and downstream (was Re: What are the differences between systemd and non-systemd Linux distros?)
...tems, but where should one talk about the future? >> Poettering is like upper management: they >> know, I mean, Everything, so why should they need to talk to end users (or >> working sysadmins)? > The suggestion that Red Hat is not listening to working system administrators beggars belief. That?s pretty much the basis of their company?s major income stream. > > What Red Hat is not doing is filling every demand from all working system administrators. They?re choosing which demands to address, as any software project management must. This seems a bit specious. How many...
2008 Sep 17
5
Converting from MBOX to Maildir broke procmail and Spamassasin and halted incoming mail
I could use some help here - As I use Dovecot I started here when trying to figure out why I could not add new mail folders under my Mac's Mail program, but could under Thunderbird. It was quickly pointed out that my system was set up to use MBOX and not MAILDIR, and some helpful links and notes were sent back and forth giving me a good clue as to how to perform the conversion