search for: hepls

Displaying 20 results from an estimated 21 matches for "hepls".

Did you mean: helps
2008 Mar 05
2
Principle component analysis
Thanks to Mr.Liviu Androvic and Mr.Richard Rowe helped me in PCA. Because I have just learn R language in a few day so I have many problem. 1) I don't know why PCA rotation function not run although I try many times. Would you please hepl me and explain how to read the PCA map (both of rotated and unrotated) in a concrete example. 2) Where I can find document relate: Plan S(A), S(A*B),
2009 Jul 28
3
CIsco 7960 + asterisk: hepl needed
Dear All, I'm trying to configure my new phone Cisco 7960 to work with asterisk. I followed http://www.asteriskguru.com/tutorials/cisco_7960_ip_phone_configuration.html and I got into the point where I can see on the the display line indication showing "55 <phone icon with x>" so it looks like the phone is not registered. The phone and the asterisk are in the same local
2013 May 03
2
Latex errors (build on windows)
Where can I found hepl about latex errors: the R CMD check tells me less, but: * checking PDF version of manual ... WARNING LaTeX errors when creating PDF version. This typically indicates Rd problems. * checking PDF version of manual without hyperrefs or index ... ERROR Re-running with no redirection of stdout/stderr. Hmm ... looks like a package Error in texi2dvi(file = file, pdf = TRUE, clean
2004 Oct 27
4
ploting axes and rotating strings
Hello! I have two question that rose from trying to tacle the same problem in two differnet ways. What I want to do is to plot axes (only values or labels, no tick marks) in such a way that 'cex' can be very small, text can be perpendicular to the axis (as in axis(las=2) ) and the text is stil at the right position. Let me demonstrate with a small example:
2002 Jul 16
1
Translating winehq.com
I'm going to start translating winehq.com into italian, and hope (With the hepl of a few friends) to start spainsh and sweedish soon, the winehq webmaster is not apparently going to support us, but in any case, we a starting, if anybody wants to help or wants to translate into more languages, just e-mail me.
2008 Jun 14
1
Porting with winelib - undefined reference to `WinMain'
Hello! I'm trying to port zCPU emulator (http://www.wiremod.com/forum/cpu-tutorials-programs/2956-zcpu-emulator.html) to Linux with winelib. This app is mainly console, but can draw some stuff using SDL. The problem is: compiles fine but when linking I get Code: /usr/lib/wine/libwinecrt0.a(exe_main.o): In function `main': exe_main.c:(.text+0x9d): undefined reference to `WinMain'
2016 Aug 04
2
Re: Libvirt: dynamic ownership did not work
...ta/hdd1/libvirt/images/test.img > > > Michal I did together with Michael Tremer some debugging and Michael posted our results in the bugtracker. So it seems that the chown function is not executed, because a other function return a wrong value. Maybe the describtion in the bug report hepls to go furhter, when not say what you need (logs) to debug the problem. Regards Jonatan
2006 Feb 21
9
Checked mongrel_rails_service drafts
Ok, I have checked in the first draft of rails win32 service into examples mongrel_rails_service is the controller, and the _svc script is actually the service. The controller uses Mongrel Commands as requested by Zed, but the service was simplified for debugging purposes, later will merge and refactor both files. The environment defaults to production, so if wanted to run it on other, you must
2016 Aug 05
0
Re: Libvirt: dynamic ownership did not work
...Ah, reading the bz transcript, you are not passing the path directly into the XML rather than use a volume from a storage pool. This is supported but the previous case is more tested. Again, this would help me to narrow down the possible causes. > > Maybe the describtion in the bug report hepls to go furhter, when not > say what you need (logs) to debug the problem. Maybe I'm misreading this, but I think I've told you what I need to debug the problem. Moreover, it's usually better to provide as many information as possible when debugging a problem. Even a tiny little thing...
2012 Feb 04
1
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Earl Chew wrote: > Erik, > > My working view has this as the last commit: > > commit 19e3918d4e35f4ab99e7fcc58c169025c576dd16 > Author: David Schleef <ds at schleef.org> > Date:?? Thu Aug 25 18:40:29 2011 -0700 > > ??? Fix md5 structure clearing in previous commit > > > > Using this, test_metaflac.sh runs cleanly with my cuesheet.c change.
2010 Apr 26
1
performance of maildir on ocfs2
Hi, I would like to run my imap service on a active-active cluster. I wonder how well OCFS2 performs in read and write with millions of smallest files involved. Has anybody got any experience? Thanks John
2005 Aug 09
0
Mail items not showing in outlook from network shared pst file
We are using a solaris box running samba We have seen that approximately one month's email is missing from a user's pst file if the file is located on a samba share. The general and specific sections of our smb.conf file are as below. The mailboxes are stored in the [mail] share. # Samba config file created using SWAT # from 10.186.1.254 (10.186.1.254) # Date: 2005/07/27
2010 Nov 16
1
Samba 3.5.X
Hello, I don't know if this was reported before, I never found anything related. A few days ago I installed a Domain Controller with samba 3.5.6, with an ldap backend. I added a Windows 2008 Server R2 to the domain but never was able to authenticate to the domain, I always got the error "There are currently no logon....." . After a time I decided to try samba 3.4.8, without any
2012 Mar 08
1
parsing text files
Hello, I have a .txt file with many clinical exams reports (two examples of which are attached to the message). I have to create a data frame with as many rows as the number of clinical exams reports in the text file and 24 columns: the first (to be labelled as "ID") with a number (representing an identification code) which is the number in the 13th line of the clinical report following
2009 Mar 23
2
selection correct auth with multiple auth methods
How do you control which socket or authentication process dovecot's pop3 daemon chooses to use? I've got a user database with two flags one to allow pop3 access and the other to allow the use of auth smtp. There are two authentication instances configed, thus, auth default { .... passdb sql { args = /etc/dovecot-sql-postfix.conf } .... socket listen { master {
2009 Nov 25
4
Importing many files from a single code
Dear R users,   Does somebody know the way to import many files by a single command in R ? I have 50 files in a directory and now, i am importing the files repeatedly (one by one). If there is a way to import all files at a time, it makes much more easy and save times too. Thanks in advance.     Sincerely, Ram Kumar Basent Wageningen University, the Netherlands   [[alternative HTML
2012 May 17
3
Optimization inconsistencies
I have a very simple maximization problem where I'm solving for the vector x: objective function: w'x = value to maximize box constraints (for all elements of w): low < x < high equality constraint: sum(x) = 1 But I get inconsistent results depending on what starting values I. I've tried various packages but none seem to bee the very solver in Excel. Any recommendations on
2003 Dec 29
6
Adding XP to a samba domain
Bare with me please :-) I know this question has probably been asked before but a quick overview of the archives didn't help me out. Couple of parts 1. Can a samba domain be established that doesn't require registry hacks on an XP machine to add the XP machine? 2. What would a VERY basic smb.conf file look like that creates a samba domain for W2K and XP machines? 3. Does anyone
2005 Jun 21
3
FXS
Em (20:59:21), Asterisk Users Mailing List - Non-Commercial Discussion escreveu: >On Tue, Jun 21, 2005 at 08:09:52PM -0300, Alessandro wrote: >> >> Does Somebody know why no load modules to FXS? I used zaptel-1.0.7 >> version. > >What color are the modules? >Post your /etc/zaptel.conf > >-- >Mike Mike, The color is green, red ans bluw. Link
2016 Aug 04
3
Re: Libvirt: dynamic ownership did not work
Am Do, 4. Aug, 2016 um 1:38 schrieb Michal Privoznik <mprivozn@redhat.com>: > On 04.08.2016 12:12, Jonatan Schlag wrote: >> >> >> Am Do, 4. Aug, 2016 um 11:32 schrieb Michal Privoznik >> <mprivozn@redhat.com>: >>> On 03.08.2016 21:17, Jonatan Schlag wrote: >>>> Hi, >>>> I have a very strange problem with libvirt. I