similar to: HELP!!!

Displaying 20 results from an estimated 3000 matches similar to: "HELP!!!"

2004 Jan 21
1
help!!
Greetings!! I am a college student doing my Masters Of Computer Applications.Towards the completion of my project I have undertaken a project in BIOINFORMATICS in the School of BIOTECHNOLOGY.Madurai Kamaraj University. I am trying to use rsync to download the protien structures from the FTP archieve of PDB.I have rsync installed in my system and I have the address of the remote server I
2004 Jan 30
0
call from MKU,INDIA.
Hello!! I am a student from The Madurai Kamarajar University,doing a project in BioInformatics. I am now downloading the PDB FTP archive using the RSYNC,and am successful.I wanna know if rsync provides any script for the weekly updation of the PDB archive that takes place every wednesday 1.00 PM pacific time.I have at present the GETPDBUPDATE.PL script with me.but I want to know if rsync has got
2003 Apr 28
4
SFTP in Java
Hi, I have to implement SFTP using a Java program. I am looking for a package that implements a SFTP Client(preferably with sample code on usage). I need this in order to do SFTP file upload from my Java program. Any help would be appreciated. Thanks in advance. Regards, Preetha.
2016 Jul 07
5
roaming profiles samba 4
hi, I'm evaluating to migrate our samba and ldap domain with samba 3 to samba 4 ad, and I have problem with roaming profile in samba 4. I have configured with https://wiki.samba.org/index.php/Implementing_roaming_profiles and for new profiles created works perfect, but my problem is that I have many users to migrate keeping profiles from samba 3 domain but our problem is that wiht migrated
2009 Oct 28
2
sudoers file
Hi all, I am planning to edit sudoers files in /etc. when i open this wiht vim command and change some thing it said "this file is read only" Is this okay to change the status of sudoers files. or any implication? please point Regards, Vijay Shanker Dubey Ph: +91-9818311884 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Feb 01
3
norm package prelim.norm
Hey eveyone! I hope someone can help wiht this question. I have a matirux of all zeros and ones and I would like to indentify all unique patterns in the rows andthe number of times the pattern occurs. I changed all zeros to NA tried to use prelim.norm to identify all patterns of missing data in the rows. I got the message Warning message: NAs introduced by coercion Any ideas of how
2003 Dec 06
3
Axe time of series in format yy-mm-dd
I'm trying to plot a ibm stock time series. I made the download of that series, ibm <- get.hist.quote(instrument = "ibm", start = "2003-01-01",quote=c("CL")) And ibm is a serie wiht this characteristic: Start = 37623 End = 37960 Frequency = 1 When I try to plot it, ts.plot(ibm) In the graphic the axe time is represented by 37623 ... 37960, How can I put
2011 Mar 06
2
Monte carlo help
Hello, I am currently doing my project and I need some help. I am trying to schedule tutors for a study room where students come in and out for helps. My goal is to schedule the tutors to maximally accomodate to the flow of students that need help with math so that each tutor is given an appropriate(also consecutive) hours of schedule. I am using monte carlo simulation for this, however I have
2005 Oct 14
1
Does anyone Know if tha avaya 4621 IP phone work wiht asteisk?
Does anyone Know if tha avaya 4621 IP phone work wiht asteisk? if it work it has featuras working Thanks Ignacio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051014/d3a65784/attachment.htm
2020 Jan 20
2
Load balancing Icecast - aggregated logs
I built a system for handling all the data, songs, listeners, royalties, etc. It's all in the docs. On Tue, Jan 14, 2020, 17:57 Chip <chiapas at aktivix.org> wrote: > On Tue, 14 Jan 2020 at 19:32, Michel van Dop <mvandop at xs4all.nl> wrote: > >> We use a dns failover solution include roundrobin. Its not super fast but >> in 120 seconds the solution work. So
2017 Mar 02
2
[PATCH] parted: add more udev_settle calls.
add udev_settle calls to print_partition_table and sgdisk_info_extract_field because the inspect-os calls guestfs_part_get_parttype and guestfs_part_get_gpt_guid for all parition devices found and this causes intermittent with opening block devices that are certainly present yet RESOLVE_DEVICE macro would fail wiht ENOENT. --- daemon/parted.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff
2003 Feb 03
2
itanium
I am trying to compile R-1.6.1 on an itanium. using either gcc 2.96 or gcc 3.0.4 nad either the supplied Redhat blas libs or the supplied code (ie wiht the --no-blas option) I get this error. Has anyone who has compiled R for the itanium advise me on the compilers versions and flags that they used? thanks bye rob gcc -shared -L/usr/local/lib -o lapack.so Lapack.lo
2008 Jan 31
5
How-To create Windows HVM?
Hi, i''m a little bit stuck here with creating a HVM-Windows (w2k3) Guest under Xen 3.1. I''m using ubuntu 7,10 with a 2.6.22.16-xen-patched kernel which seems to be stable for single cpu-linux guests. Cpu is a Q6600 and XD,VT and VT-d is enabled in the bios. When i create the windows guest with ''xm create w2k3 -c" (conf below) I get: "Started domain
2004 Nov 25
0
Preetha Thomas's invitation
Hi, I have created an account for myself and another one for you -- to send free text (SMS) messages to mobile phones. Can you please click on the link below to complete your sign-up. Don't worry it is quick. :-). http://www.sms.ac/registration/Intro.aspx?InviteId=yhxuy1009900ul172b7pc2bvwk29183ja9164jc1n1n2 If you're already a member of SMS.ac, click here:
2006 Apr 13
1
Best way to debug environment.rb and boot.rb
Im learning and trying to see what happened wiht references and files loadeds during dispatch.rb environment.rb -> boot.rb Which is the best way to debugging? I need to find where will obtain references. I know that I can use logger in views but not when booting I guess. Im on a shared hosting, I cannot debug with webrick. Thanks P http://wiki.onrails.com.ar -- Posted via
2009 Sep 14
1
[LLVMdev] How to split module?
Hi, all. My question is about how to split one module into N modules(N >= 2)? For example, given the following code: #src.c# int main() { //......// func1(); func2(); //......// return 0; } void func1() { //......// } void func2() { //......// } func1() has no dependence with func2(), so they can perform parallel execution. And I have to split src.c into src1.c
2010 Jan 21
2
[LLVMdev] how to compile asm output for x86 with Micorsoft's ML
> By default, the cmake build generates Visual Studio project files for > the X86 target only. Take a look at > > http://www.llvm.org/docs/CMake.html#llvmvars > > for learning how to build other targets. OK thanks, I'll look at that. In the meantime, is it possible to get the assembly generated by llc to work wiht ML? That would probably be the ideal solution. Cheers Jim
2006 Feb 09
1
Issues in Australia? Ringing, iaxy etc
Hi all, getting a server going wiht a few TDM400's and some phones, and some IAXys too I haven't heard any issues about AU phones being able to RING in Australia, like the problem in the UK with ring capacitors on the BT system. Are there any problems like that? Also, with the iaxy's -- they should work (and ring) in Australia right? The only hint I'm seeing around is the use
2016 Nov 18
1
Letting you know about a broken link
Hi, I appreciate you're busy so I just wanted to follow up on the email I sent you the other day, copy included below for reference. On Sat, Nov 12, 2016 at 12:40 PM, Danielle James <danielle.james at whoishostingthismail.com> wrote: Hi, I just wanted to let you know about a link that seems to be broken on this page http://www.hdt-project.org/. Here's the link
2009 Oct 23
1
Data format for KSVM
Hi, I have a process using svm from the e1071 library. it works. I want to try using the KSVM library instead. The same data used wiht e1071 gives me an error with KSVM. My data is a data.frame. sample code: svm_formula <- formula(y ~ a + B + C) svm_model <- ksvm(formula, data=train_data, type="C-svc", kernel="rbfdot", C=1) I get the following error: