search for: relav

Displaying 20 results from an estimated 154 matches for "relav".

Did you mean: relay
2003 Dec 04
4
regression with limited range response
Dear R experts How can you perform a regression analysis in R when the dependent variable is countiuous but bounded, say between 0 and 100? I would be grateful for pointers to R-functions but also for hints to relavant litterature since I have never worked with this problem before. Thanks in advance. Kim Mouridsen. [[alternative HTML version deleted]]
2005 Oct 04
3
Boot DOS through Pxelinux
Hello list, My set up is almost complete in booting DOS through PXELinux, but I need to create a DOS boot image from (2 )DOS floppies. I've search the archives and google but didn't find any relavant info... My current set up now works with the standard setup (with one DOS floppy): kernel: memdisk append: initrd=floppy.img ramdisk=10000 My goal to is create a floppy.img from 2 DOS floppies with the dd command or anything that works. I've tried pretty much everything that I can think o...
2004 Jun 12
9
Prepending for 9NxxNxxx - adding the area code for 7 digit dialing
How do you prepend. I want to be able to dial 7 digits instead of of 11 for local calls. Can someone post there extensions.conf part that is relavent?
2004 Jun 14
3
PRINT$ Problems
...the share I get the following error message: "Function address 0x60630d26 caused a protection fault. (exception code 0xc0000005) Some or all property page(s) may not be displayed)." After the error message comes up, the properties window does not open. I cannot print either. Here is the relavent section from my smb.conf: ----- [printers] comment = All Printers browseable = yes printable = yes path = /tmp writable = yes create mode = 0700 [print$] path = /etc/samba/drivers browsable = no guest ok = yes read only = yes write list = aaron root ------ Tha...
2003 Oct 16
2
how to call an executable script each time a file is created or modified
...ach time a file within one of it shares is modified or a new file is created? I'm looking to develop a file catalogging system for my file server which depends on my software being notified each time a file is modified or a new file created. This allows the modified/new file to be scanned for relavent information. :) __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com
2013 Feb 22
1
[LLVMdev] llvm-ar llvm-link
Hi Ahmad, Yes, merging works good. However, my problem is like this - I have a C library which consists of 1000's of functions spread through various files. The functions do not have dependency amoung each other. I want to link only relavant files( files which have functions called from my application). Since ar has a global symbol table, I believe it should be faster to look for a symol in the table and pull out and link the file to .bc of my application. Is my understand regarding llvm-ar correct? Or is there a better way to achi...
2010 Feb 03
2
[LLVMdev] llc generated machine assembly code for NASM
...be assembled and linked by MASM. And it runs. Haven't tried it on NASM yet. I am sure that you've run into many problems when efforts were carried out to implement the Intel ASM printer between version 1.6 and 1.7. I'd appreciated it if you could point me to any document with regard to relavent problems at that time. Probably I don't need a fully functional production quality assembler for my purpose. If I could find out that the gap between the current llc and what I need is not huge, I would like to enhance the llc Intel ASM printer by myself. Thanks, Bengu On Thu, Jan 28, 2010...
2013 Aug 07
1
Adding Foreman to an existing Puppet master
...*puppetmaster* variables > to *false*, do I need to go back once the Foreman install is finished and > patch The Foreman to my existing puppetmaster that I am stubbornly hanging > on to? In the README file, I came across the following: Extras ------ If you just want to include the relavant bits to run on your puppet master > you may include foreman::params, foreman::config::enc, foreman::config::reports What exactly does "If you just want to include the relavant bits to run on your puppet master you may...." mean? Are those parameters what those with an exis...
2008 Jan 21
3
Need suggestions about GUI
What I want to do is: 1, creat a text box, insert text into that box. 2, select chunk of of the text by mouse, and link it to a lable. so I would like a way to get that chunk of text. Can I do such job with tcltk? Any relavant tutorial materials? Thanks -- HUANG Ronggui Bachelor of Social Work, Fudan University, China Master of sociology, Fudan University, China Ph.D. Student , CityU of HK, http://www.cityu.edu.hk/sa/psa_web2006/students/rdegree/huangronggui.html [[alternative HTML version deleted]]
2007 Nov 02
5
RSpec, RESTful nested routes and :path_prefix
...outingError in ''Wiki::PagesController POST ''create'' should be successful'' No route matches {:action=>"create", :controller=>"wiki/ pages", :project_id=>1, :page => {}} I get why it throws these errors but not how to fix it. The relavant RSpec: it "GET ''create'' should be successful" do post ''create'', :project_id => 1, :page => {} response.should be_success end How do I modify the get request properly? Thanks in advance!
2003 Oct 01
2
Samba 3.0 and LDAP as a PDC
...omputers and Groups ou's. I've put the builtin NT groups in too. I have Samba 3.0 functioning as a BDC The trouble is that the 'net rpc vampire' command isn't working for me, probably because I haven't defined the smbldap scripts right in smb.conf. I've put all the relavent bits in smbldap_conf.pm. If anyone has done this already please may I see a copy of your smb.conf? 'net rpc samdump' works, I guess the output from that could be used to populate the the LDAP, is there a script for that? I've also tried the smbldap-migrate-accounts.pl script, to im...
2005 Oct 24
2
Odd problem with samba v.3.0.20b
...71) couldn't find service aoste [2005/10/24 12:29:33, 0] smbd/service.c:make_connection(798) novaws20 (10.2.1.71) couldn't find service aoste [2005/10/24 12:29:33, 0] smbd/service.c:make_connection(798) novaws20 (10.2.1.71) couldn't find service aoste The last five messages are the relavant ones. The share mentioned (aoster) is the home share of user aoster. This not only happens with the home share but with all other configured shares. The last letter seems to truncated. Does anybody have a similar/same problem ? best regards Andreas
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'...
2010 Feb 03
0
[LLVMdev] llc generated machine assembly code for NASM
Hello > I am sure that you've run into many problems when efforts were carried out > to implement the Intel ASM printer between version 1.6 and 1.7. I'd > appreciated it if you could point me to any document with regard to relavent > problems at that time. I don't have such document. Just grab some non-trivial c++ app (with several source files) and try to generate an assembler. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Feb 03
1
[LLVMdev] llc generated machine assembly code for NASM
>> I am sure that you've run into many problems when efforts were carried out >> to implement the Intel ASM printer between version 1.6 and 1.7. I'd >> appreciated it if you could point me to any document with regard to relavent >> problems at that time. > I don't have such document. > Just grab some non-trivial c++ app (with several source files) and try > to generate an assembler. And I should say that trivial examples indeed worked in the past. Something larger than "hello world" - not....
2008 Nov 26
1
expire tool question
...dovecot/expire-tool --test I get [root at m ~]# /usr/local/sbin/dovecot --exec-mail ext /usr/local/libexec/dovecot/expire-tool --test Error: read(/var/run/dovecot/dict-server) failed: Remote disconnected Hmm. I searched for hints but could not find a related discussion or problem. Here are the relavant config parts: dict { expire = db:/var/lib/dovecot/expire.db } plugin { # expire plugin expire_dict = proxy::expire expire = backup 7 spam 30 # If you have a non-default path to auth-master, set also: auth_socket_path = /var/run/dovecot/auth-master } Any ideas? Has anybody got this working...
2006 Feb 16
2
How do I use ODBC with rails.
I have an app that needs to retreive data through an ODBC connection on a windows platform. Has anyone done this? Would someone be able to walk me through it? or point me to the relavant docs. My searches haven''t turned up any usefull information so far. -- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.r...
2008 Jun 24
1
Shortcuts not appearing in gnome panel drawers
I'm trying to trace why launchers created by wine due to a program installation are not appearing in the menus on my system. The launchers appear to have the correct contents, but for some reason gnome-panel is not adding them to my menus. Does anyone know how to run the relavent gnome tools with options to see what's happening when gnome reads these launchers. Keep in mind that there are at least 50 other launchers created by wine, that gnome has absolutely no problems in showing. -- Darragh "Nothing is foolproof to a sufficiently talented fool."
2012 Jan 31
1
Please Help!
...gt; for (t in 2:1000) { x[t] <- x[t] + b * w[t - 1] } > x.ma <- arima(x, order = c(0, 0, 1)) > x.ma$res Could you please tell me how x.ma$res is calculated in R? The results in R is a little different from the ones I calculated by hand. Is there any where I could see the relavent code? Thank you! Best Regards! Li Liu [[alternative HTML version deleted]]
2007 May 01
7
logrank test
how do l programme the logrank test. l am trying to compare 2 survival curves --------------------------------- [[alternative HTML version deleted]]