search for: exepct

Displaying 6 results from an estimated 6 matches for "exepct".

Did you mean: execpt
2003 Nov 10
1
Problem with winbind and pam
Hi I'Ve set up winbind with Suse 9.0 and Samba 3.0.1 Everything i working fine exepct pam configuration How can I use pam_winbind and pam_unix2 ? > auth sufficient pam_winbind.so > auth required pam_unix2.so use_first_pass null_ok unix-users can login with correct password. NT-users can login with any password, even wrong passwords! > auth require...
2009 Mar 30
1
Importing csv file with character values into sqlite3 and subsequent problem in R / RSQLite
Dear all, I'm trying to import a csv file into sqlite3 and from there into R. Everything looks fine exepct that R outputs the character values in an odd fashion: they are shown as "\"CHARACTER\"" instead of "CHARACTER", but only if I show the character variable as a vector. Does someone know why this happens? Below is a sample code. The first part is written in bash. Of cou...
2006 Jan 09
3
prod(numeric(0)) surprise
It surprised me that prod(numeric(0)) is 1. I guess if you say (operation(nothing) == identity element) this makes sense, but ?? Looking in the code, this makes sense: basically (s=1; for i=0 to length(x), multiply s by x[i]) -- which comes out to 1. What *should* prod(numeric(0)) produce? I couldn't find the answer documented anywhere. (And how about sum(numeric(0))==0, which for
2006 Jul 03
0
Web application developers needed for brand new Startup...
...have some capabilities in design (can look outside if you do not have this skill). If you are interested in this oppourtunity to join a brand new exciting startup then please email me at startupsquad@gmail.com . If you''re not interested and you know some very exceptional programmers or exepctional user-interface designers, then please forward this email to them, I would be very thankful. Thank you very much, -Brent Griffith -- Posted via http://www.ruby-forum.com/.
2017 Feb 06
0
Missing directory errors not ignored
...mes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. ----- What I expected would be rather a warning about the missing directory and exitcode of 24 (partial transfer), Also I'd exepct rsync to continue beyond the entry in the list that has no directory instead of aborting here. Both happens properly if the target is local instead of ssh transfer. Looking at the code in generator.c this could be workarounded by providing "-r", since it's in an if (inc_recurse ... )...
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...acter values into sqlite3 and     subsequent problem in R / RSQLite To: r-help@stat.math.ethz.ch Message-ID: <20090330161932.GH22278@umich.edu> Content-Type: text/plain; charset=us-ascii Dear all, I'm trying to import a csv file into sqlite3 and from there into R. Everything looks fine exepct that R outputs the character values in an odd fashion: they are shown as "\"CHARACTER\"" instead of "CHARACTER", but only if I show the character variable as a vector. Does someone know why this happens? Below is a sample code. The first part is written in bash. Of cou...