search for: finagl

Displaying 20 results from an estimated 26 matches for "finagl".

Did you mean: final
2011 Apr 29
1
Conditonal Rank
....frame(score = c(1,2,3,4, 4,3,2,1), trial = gl(2,4), Gender = gl(2,2,8, labels=c('M', 'F'))) Now I would like to compute a rank on the variable score conditional on trial and gender. I could do res <- with(tmp, tapply(score, list(Gender, trial), rank)) res[,1] res[,2] and then finagle a way to create a new variable in the dataframe tmp that has these ranks associated with the correct rows. But, perhaps there is a better way. Any suggestions? [[alternative HTML version deleted]]
2002 Mar 12
3
patch for password expiration under Solaris?
...through the archive, it looks like Dave Dykstra submitted a patch for this problem relative to an older version of openssh at least as early as last August: http://msgs.securepoint.com/cgi-bin/get/openssh-unix-dev-0108/77.html The patch seems to work on one of my test machines, after some minimal finagling. Is this patch the standard solution to this problem? Thanks! - Morty
2002 Jul 03
1
Rsync and Resource File Stripping on Mac OS X: Partially Successful
Well, I finagled a system up that works with Mac OS X and Rsync, I configured it in teh following steps: SSH Authentication key logs in without a password to the host machine jarmusch.
2006 Jan 12
7
Is anyone using oracle with RoR successfully?
Hi, Is anyone using Oracle with RoR successfully? Is everything running smoothly? What are the main issues? any response is appreciated thanks, Chris -- Posted via http://www.ruby-forum.com/.
2002 Oct 29
1
RE: Samba PDCs/BDCs and Trusts WAS: auth to two diff PDCs? (succe ss, sort of)
Steven Langasek wrote: > Having one PDC and two BDCs also gives you greater > fault-tolerance than > having three domains with a single PDC each. > > Samba+LDAP can give you this fault tolerance; it can't give you trust > relationships today, without a lot of finagling. > > Steve Langasek > postmodern programmer > Steve: I understand the role of/need for the BDC, I'm just concerned about flooding the WAN connections with replication traffic and not being able to send things like e-mail or project files. I can control the replication in NT,...
2016 May 13
4
Installing 32-bit CentOS 6 on a new Lenovo System x3650 M5 server?
Is there any known incompatibility with the latest 32-bit (i386) CentOS 6 and the latest Lenovo x3650 M5 servers? I?ve been running i386 CentOS 6.X on 3 year old x3650 M4 servers without any issues. Our development environment has not been ported to 64-bit (x86_64) yet, so we are stuck using i386 for another few months. When I try to boot from the netinstall ISO image I just get a ?Boot Failed?
2011 Jan 25
2
ggplot geom_boxplot and stat_smooth
Dear all I would like to superpose some smoothing line through boxplot in ggplot > dput(ad) structure(list(konc.f = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 6L, 6L, 6L, 7L, 7L, 7L, 7L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 6L, 6L, 6L, 7L, 7L, 7L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 4L, 4L, 4L,
2016 May 19
0
Installing 32-bit CentOS 6 on a new Lenovo System x3650 M5 server?
...that I was able to boot from was the latest Ubuntu 16.04 LTS release. But I really need i386 CentOS. I was able to install it by clicking on a Legacy checkbox in the BIOS, which brought up a different list of boot devices and I was finally successful in booting from the ISO image. I then had to finagle the BIOS to always boot in legacy mode so that it would recognize the i386 CentOS boot partition on each powerup. Alfred
2007 Dec 04
1
Xen not applying custom network script on startup
I'm seeing an issue with xend not running a custom network script automatically, but works when I run it manually. In /etc/xen/xend-config.sxp I've changed: (network-script network-bridge) TO: (network-script network-custom) Here is /etc/xen/scripts/network-custom: # !/bin/bash # network-custom script=/etc/xen/scripts/network-bridge case $1 in start) $script start vifnum=0
2015 Apr 22
1
IP aliases for services (including dhcpd)?
On Wed, Apr 22, 2015 at 2:49 PM, David Both <dboth at millennium-technology.com> wrote: > Yes confusion will abound. There should only ever be one and only one DHCP > server on any network. With two you will sooner of later have multiple DHCP > client hosts with the same IP addresses. No, it's not going to give out duplicate IPs. The dual servers are configured as
2016 May 03
2
Inconsistancy in RAID documentation
On the wiki page for creating a mirrored root drive, at <https://wiki.centos.org/HowTos/Install_On_Partitionable_RAID1>, it first tells you, in the install, to chose manual partitioning, and to leave at least 1M at the end of the drive.... and then it tells you to create the RAID 1 using /dev/sda and /dev/sdb - the *whole* raw drives. mark, currently creating a RAID 1 using just
2006 May 03
3
sprintf question
How would one go about getting sprintf to use the values of a vector without having to specify each argument individually? > v <- c(1, 2, -1.197114, 0.1596687) > iv <- c(3, 1, 2, 4) > sprintf("%9.2f\t%d\t%d\t%8.3f", v[3], v[1], v[2], v[4]) [1] " -1.20\t1\t2\t 0.160" Essentially, desired effect would be something like: >
2008 Aug 14
1
Some thoughts of Syslinux 4 architecture
So, I'm looking at what will be needed for the future of the Syslinux architecture. One thing that keep coming up is that people want to combine things that are normally associated with chain loading, specifically MEMDISK and disk swapping (from chain.c32) with other things like Linux kernels, and recursiveness. Stefan's ELF loading support is obviously crucial to be able to keep
2002 Sep 04
2
uid transition and post-auth privsep (WAS Re: possible fundamental problem with tru64 patch) (fwd)
...ill be effective uid 0? > Note that I haven't been able to try it with the > latest snapshot, as I'm not at my devel box and I don't have the correct > version of autoconf installed at the moment (need the old one for some > other stuff I've got and haven't finagled them into working together > yet). > I'll give the patch a try. Thanks, Toni > diff -urN openssh-SNAP-20020826/auth-sia.c openssh/auth-sia.c > --- openssh-SNAP-20020826/auth-sia.c Fri Apr 12 10:36:08 2002 > +++ openssh/auth-sia.c Tue Sep 3 22:03:16 2002 > @@...
2002 Oct 29
1
RE: Samba PDCs/BDCs and Trusts WAS: auth to two diff PDCs? (succe ss, sort of)
Andrew Barlett wrote: > > Domain trusts (in terms of us being a PDC trusting other DCs) are > currenetly a work in progress. We hope to have it finished for Samba > 3.0. > > However, why do you need domain trusts? (There are lots of > good answers > to this question, but make sure you do have one of the answers). > > Samba 2.2 has always supported being a member
2009 May 27
2
help.
Hello, I hpe you can help. I have created a botable thumbdrive that allows me to update different bios's using the memdisk module. I have no problems loading the img or ima files on any equiptment other than IBM. I have tried on T43, T60, and T61, no luck. works fine on hp dell and all others tried. Every time after it loads the image it hangs after the message "Loading boot sector...
2008 Sep 02
3
boxplot - label outliers
Hi All- I have 24 boxplots on one graph. I do not have the whiskers extending to the outliers, but I would like to label the maximum value of each outlier above the whiskers. I have the stats but am having trouble figuring out how to label the whiskers. Any suggestions would be great! sherri
2011 Jul 14
1
glm() scale parameters and predicted Values
In glm() you can use the summary() function to recover the shape parameter (the reciprocal of the dispersion parameter). How do you recover the scale parameter? Also, in the given example, how I estimate and save the geometric mean of the predicted values? For a simple model you can use fitted() or predicted() functions. I will appreciate any help. ? ? ? #Call required R packages require(plyr)?
2006 Jan 05
3
Ruby OpenID library and OpenIDLoginGenerator
Version 0.9.2 of the Ruby OpenID library has been released. This latest release contains a port of the rails LoginGenerator (OpenIDLoginGenerator) that uses OpenID for authentication. Read more and download the library: http://www.openidenabled.com/openid/libraries/ruby/ http://raa.ruby-lang.org/project/openid/ A bit about OpenID: OpenID is a URL based identity system. An OpenID identity is
2005 Sep 13
1
wctdm, issue w/outbound calls
Hi all, I've been running Asterisk with a TDM400P for about 6months, no problems. 2 in/outgoing analog lines, one analog phone. Recently I was messing with the XTEN client, got to finagling with things, and not knowing what was wrong I upgraded from 1.0.7 to 1.0.9 (both asterisk + zaptel). I was testing various things, and found everything worked except outgoing calls. So I checked further, and realized the card was slightly unseated. I shutdown the machine, and started up ag...