search for: trows

Displaying 20 results from an estimated 46 matches for "trows".

Did you mean: rows
2007 Sep 28
2
simple matching with R
Hello! I am R beginner and I have a question obout a simple matching. I have to datasets that i read in with: MalVar29_37<-read.table("MalVar29_37.csv", sep = ";") FemVar29_37<-read.table("FemVar29_37.csv", sep = ";") They look like this and show binary variables: V1 V2 V3 V4 V5 V6 V7 V8 V9 1 0 0 0 0 0 1 0 0 0 2 0 0 0 0 0 1
2006 Aug 16
3
Gigabyte recent bios & syslinux extlinux trow USB-IDE bridges or pendrives
Hello list, I'm having problems with newest BIOS updates from Gigabyte to my Mother Boards, they don't want to boot syslinux, extlinux y usb-hdd mode. Then I need to know if someone else are having same problem, and can send me the Mother Board versions and bios versions to report as a bios bug. this is from the support, I'm awaiting for answer.
2009 Jan 29
2
[LLVMdev] [PATCH] Build fails on windows with VC2009
Hi everybody, I just updated to the latest svn trunk version, but now the code does not compile anymore. It trows an error in "f:\dev\llvm\lib\system\Win32/DynamicLibrary.inc(159) : error C2228: left of '.find' must have class/struct/union". Below you can find the small patch which makes the compiler happy again :-) Sincerely yours Marius Wachtler ----------------------------------------...
2008 Sep 09
2
SIP to IAX?
Hi all! I am looking for some software that would work as a proxy between a SIP device (SIP phones and ATA boxes) and the Asterisk system running IAX. The reason is that I can only get IAX trow the firewalls, and can't change the settings. One solution I am using are getting several Asterisk system communicate trow IAX bout in this case would I rater have every persons computer act as a proxy
2008 Sep 20
2
Gigabyte motherboards and Syslinux
I read the mailing list archive about Gigabyte motherboards not working with USB booting ("[syslinux] Gigabyte recent bios & syslinux extlinux trow USB-IDE bridges or pendrives", 16 Aug 2006). I have a Gigabyte GA-MA790GP-DS4H motherboard that I tried to boot in USB-HDD mode with a PNY boot pen. I installed System Rescue CD on it. It would appear that Gigabyte still doesn't
2015 Feb 13
4
Centos 6 Sendmail backup MX Config
...ee, but... > Otherwise it accept junk that your primary rejects Not exactly. If greylisting on primary is set, but on backup MX is not, still what is killed by greylisting by primary MX, almost never will come through backup MX. This is due to the same reason why greylisting is efficient: it trows off all that doesn't behave as mail server (thus never comes for re-delivery, and definitely doesn't try backup MX which real servers always do even before attempt of re-delivery). Still, it is good to have the same greylisting on backup MX. And all other blows and whistles. > and then...
2017 Dec 15
3
GUI/X11 login and shells other than bash?
...UI/X11 login (display manager) lists only users whose default shell is bash. Or, at least users whose default shell is tcsh are not listed at all, and if they attempt to log in just by giving their UNIX username, their X11 session "crashes", meaning that after attempting to start, it just trows one back to GUI/X11 login screen. I really do not want to start this shell vs that shell flame war (especially that I myself prefer not tcsh but sh and/or bash for scripting...). But I respect my user's freedom of choosing default shell, so this is really big issue IMHO. I just wonder: does R...
2009 Jan 29
0
[LLVMdev] [PATCH] Build fails on windows with VC2009
On Jan 29, 2009, at 10:35 AM, Marius Wachtler wrote: > Hi everybody, > > I just updated to the latest svn trunk version, but now the code > does not compile anymore. > It trows an error in "f:\dev\llvm\lib\system\Win32/ > DynamicLibrary.inc(159) : error C2228: left of '.find' must have > class/struct/union". Oops, sorry about that, fixed, please verify! http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090126/072886.html -Chris
2011 Sep 09
3
Read a list of files into named R data.frames
...ch reads all the files, but doesn't create the R objects in the global environment. What is missing here? for (i in 1:length(files)) { inp <- read.csv(file=files[i], header=TRUE) name <- sub(".csv", "", files[i]) cat("Read ", files[i], "\trows: ", nrow(inp), " cols: ", ncol(inp), "\n") eval(paste(name, "<- inp")) } Read Allstar.csv rows: 4475 cols: 3 Read AllstarFull.csv rows: 4676 cols: 8 Read Appearances.csv rows: 94157 cols: 20 Read AwardsManagers.csv rows: 57...
2003 Jan 15
3
SMB+LDAP Question ...
Greetings ... I have a quick question, which I hope will get a straight and quick answer. I am moving my system from flat files to LDAP. I have had my users in LDAP for a while, but then found that my computer accounts for Win2K in still in passwd. My question is, what are the bare minume LDAP attribs that I need for them to contiune to work? But I don't think I am going to get that
2007 Aug 23
3
RData File Specification?
Hi, I am developing a tool for converting a large data frame stored in an uncompressed binary (XDR) RData file to a delimited text file. The data frame is too large to load() and extract rows from on a typical PC. I'm looking to parse through the file and extract individual entries without loading the whole thing into memory. In terms of some C source functions, instead of doing
2015 Feb 13
4
Centos 6 Sendmail backup MX Config
...ept junk that your primary rejects >> Not exactly. If greylisting on primary is set, but on backup MX is not, >> still what is killed by greylisting by primary MX, almost never will come >> through backup MX. This is due to the same reason why greylisting is >> efficient: it trows off all that doesn't behave as mail server (thus never >> comes for re-delivery, and definitely doesn't try backup MX which real >> servers always do even before attempt of re-delivery). > I'm not convinced. Spam is big business and trying a 2nd MX is cheap. > >>...
2017 Aug 16
6
extremely low performance on Samba 4.2.14-Debian
Le Fri, 11 Aug 2017 11:55:03 +0100 Rowland Penny via samba <samba at lists.samba.org> écrivait: > If you are going to upgrade, you might as well go for the highest > version you can, this will probably mean using Louis's packages. > > Samba is a rapidly changing program, a new minor version is released > every 6 months (approx) and the changes are significant. > >
2015 Feb 13
0
Centos 6 Sendmail backup MX Config
...wise it accept junk that your primary rejects > > Not exactly. If greylisting on primary is set, but on backup MX is not, > still what is killed by greylisting by primary MX, almost never will come > through backup MX. This is due to the same reason why greylisting is > efficient: it trows off all that doesn't behave as mail server (thus never > comes for re-delivery, and definitely doesn't try backup MX which real > servers always do even before attempt of re-delivery). I'm not convinced. Spam is big business and trying a 2nd MX is cheap. > Still, it is good &...
2015 Feb 15
0
Centos 6 Sendmail backup MX Config
...that your primary rejects >> >> Not exactly. If greylisting on primary is set, but on backup MX >> is not, still what is killed by greylisting by primary MX, >> almost never will come through backup MX. This is due to the >> same reason why greylisting is efficient: it trows off all that >> doesn't behave as mail server (thus never comes for re-delivery, >> and definitely doesn't try backup MX which real servers always >> do even before attempt of re-delivery). > > I'm not convinced. Spam is big business and trying a 2nd MX is cheap....
2014 Sep 09
0
ACL with Public Namespace
...1 vmail mail 0 Set 9 14:57 dovecot-uidvalidity.540f3f88 -rw-r--r-- 1 vmail mail 249 Set 9 18:11 subscriptions This is the content of dovecot-acl file located at namespace's root level: root at imap:~# cat /var/mail.avisos/dovecot-acl authenticated rs After reload dovecot service, it trows this error message in log: Sep 9 18:14:13 imap dovecot: imap(user at mydomain): Error: Failed to autocreate mailbox AVISOS.DIVULGA: Permission denied So, I've changed the dovecot-acl file to this one and the problem was solved. root at imap:~# cat /var/mail.avisos/dovecot-acl authenticated...
2006 Jul 26
0
[LLVMdev] NightlyTest Broken?
...e: > Reid Spencer wrote: > According to the web server error log, there's a syntax error in the > PHP script for that page. It looks like Patrick Jenkins made some > changes earlier today (aka last last night). Another thing: it seems, that GD support was broken. locgraph.php just trows and error. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2017 Aug 16
0
extremely low performance on Samba 4.2.14-Debian
I HATE these auto send keys.. Did i tell that already.. ( see below ) > -----Oorspronkelijk bericht----- > Van: L.P.H. van Belle [mailto:belle at bazuin.nl] > Verzonden: woensdag 16 augustus 2017 23:22 > Aan: 'samba at lists.samba.org' > Onderwerp: RE: [Samba] extremely low performance on Samba > 4.2.14-Debian > > Hai Emmanuel, > > But ive re-read the
2007 Feb 14
3
DoveCot compression to save HDD space
Hello, I am wondering if there are any possibilities to save HDD space used by emails by compressing content (not just attachements). It would be many 1000s email boxes and probably each using lot of space so would be easier if we can just compress emails somehow. Thanks, Cristian -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Jun 25
1
Problems with music during tones of dial.
Hi everybody, Firstly I'm going to describe the scenario where I'm working. I use a E400P with Asterisk CVS-05/22/03-11:14:50, and I'm working with asterisk trow AGI scripts (Perl). The configuration of extension.conf is: exten =>_s,1,Answer exten =>_s,2,AGI,script.agi Inside the AGI script is call Dial application as follows: print "EXEC Dial