search for: farr

Displaying 13 results from an estimated 13 matches for "farr".

Did you mean: far
2001 Oct 04
4
wine wount do anything
...sr/share/fonts/default/Type1" "4" = "/usr/X11R6/lib/X11/fonts/Type1" [WinMM] "Drivers" = "wineoss.drv" "WaveMapper" = "msacm.drv" "MidiMapper" = "midimap.drv" # </wineconf> -- Mvh. / Kind regards Henrik Farre (enrique@obel.auc.dk) Webpage: http://Welcome.to/Webbench -If I where God, I would recompile the penguin with --enable-flying.
2003 Dec 19
2
Mac OS X Keychain Support
...ar as I know, keychain is unique to OS X), but I changed configure.ac to test for keychain support when it detects a darwin operating system, so it shouldn't bother people who don't have mac os X. Should I diff my code against the standard 3.7p1 and give you guys a patch? Thanks! Will Farr -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2716 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20031219/0851cad2/attachment.bin
2003 Dec 22
0
openssh-unix-dev Digest, Vol 8, Issue 15
I think what Mr. Farr is referring to is keychain support. Keychain is provided as part of OS X. Apple published an API for it. An OS X compile would store and retrieve keys from Keychain in lieu/addition to the SSH Agent. Keychain is to OS-X what the ssh-agent is to ssh. This makes perfect sense, and I haven't...
2012 Aug 06
1
cannot find function "simpleRDA2"
...tric forward selection of explanatory variables in regression and RDA. ## Y is the response, X is the table of explanatory variables. ## ## If Y is univariate, this function implements FS in regression. ## If Y is multivariate, this function implements FS using the F-test described ## by Miller and Farr (1971). This test requires that ## -- the Y variables be standardized, ## -- the error in the response variables be normally distributed (to be verified by the user). ## ## This function uses 'simpleRDA2' and 'RsquareAdj' developed for 'varpart' in 'vegan'. ## ##...
2008 Sep 17
2
Command Prompt Question
Could someone please tell me how to stop the package/function name from being included before the command prompt? This started happening today after I made some changes to my Rprofile.site file and I don't know why. For example: if I enter example(AIC), instead of just getting the regular '>' before each output line, I get 'AIC>' instead. I only want the '>'
2008 Apr 08
3
Session Expired for Profile Publishing
Ok. I''m not having any success with publishing profile FBML. Example code: class WelcomeController < ApplicationController layout "facebook" ensure_application_is_installed_by_facebook_user def index @user = facebook_session.user ... @user.profile_fbml = render_to_string( :template => ''welcome/profile'' ) end end Results in
2013 Sep 11
0
CentOS at the OpenNebulaConf
...s getting closer, so seize the moment and register now [3]! The conferences attendees will be in for a treat: * Keynotes speakers include Daniel Concepci?n from Produban ? Bank Santander Group, Thomas Higon from Akamai, Steven Timm from FermiLab, Andr? von Deetzen from Deutsche Post E-Post, Jordi Farr?s from European Space Agency, Karanbir Singh from CentOS Project, and Ignacio M. Llorente and Rub?n S. Montero from the OpenNebula Project. * The talks are organized in three tracks about user experiences and case studies, integration with other cloud tools, and interoperability and HPC clouds an...
2003 Apr 04
2
Hard Drive size not correctly being Detected on Dell 8100
Hello, I didn't recieve a response on freebsd-mobile, so I'm trying here. I'm trying to install FreeBSD 4.7-RELEASE or 5.0-RELEASE onto my Dell Inspirion 8100. I'mjust doing a Standard installation and when FDisk loads I get: Disk name: ad0 DISK Geometry: 88 cyls/255 heads/63 sectors = 1413720 sectors (690MB) So I go and manually change the drive geometry with the G option and
2018 Mar 28
0
coxme in R underestimates variance of random effect, when random effect is on observation level
...01, sigma = 0.25, M=40) data10$group<-as.factor(data10$group) fit.cox10<-coxme(Surv(time,status) ~ x1 + x2 + x3 + (1 | group), data=data10) sd.10[i]<-sqrt(as.numeric(fit.cox10$vcoef)) print(i) } print("model 10 done") PhD student Health e-Research Centre ? Farr Institute Rm 2.006 ? Vaughan House ? Portsmouth Street ? University of Manchester ? M13 9GB [[alternative HTML version deleted]]
2004 Jan 06
1
Keychain Patch Try II
Sorry; here's the message I sent with the Keychain Patch yesterday. I didn't realize that the list wouldn't extract the text parts of the message. Enjoy. Hey all, Here's the patch to let SSH store passwords in the Mac OS X Keychain. I don't know whether you guys want to include it or not with the distribution; some people have said that since Keychain is not an open
2009 Jan 29
7
Replace Cisco IOS/CBOS with freebsd - possible?
Greetings, I'm RP for a fairly large chunk of IP real estate. I carved out a /27 segment for my home network. Which is currently running over a cisco 837 GW (adsl/router). I'm not really keen on it (the router/modem). So I thought to myself that it couldn't be /that/ hard to build a box with FBSD that could replace it - am I crazy? Wouldn't it be possible to upload a minimal build
2008 Nov 12
0
Cannot see disks attached to Marvell controller
I've got an Asus P5E3WSPro with 8 SATA ports and 8 disks attached. 6 disks are on one controller (and work perfectly) and 2 are on a second Marvell controller. FreeBSD sees the controller, but not the disks. If I move a working disk to the Marvell controller I can boot off it up to the stage of mounting root where it fails to see the disk. atacontrol shows: ATA channel 2: Master:
2004 Jan 05
0
Mac OS X Keychain Patch
Hey all, Here's the patch to let SSH store passwords in the Mac OS X Keychain. I don't know whether you guys want to include it or not with the distribution; some people have said that since Keychain is not an open source product, it's not proper to put it in, while others think it's OK. I'll leave it up to you; it's served its purpose to me. The patch is against