similar to: additional "X" characters in headers

Displaying 20 results from an estimated 500 matches similar to: "additional "X" characters in headers"

2013 Apr 22
2
subset dataframe
I can't understand what is happening. This is the code and results: > agoa <- read.table(file = "C:/Users/HTPC/Documents/_Documents/Research/WithDidia/AGOAUSImports.txt", header = T, sep = "\t", dec = ".", na.strings = "NA", stringsAsFactors = T)# > str(agoa); names(agoa) 'data.frame':109 obs. of  19 variables:  $ X    : Factor w/ 39
2007 Feb 14
9
Centos 4 and Supermicro ICH7R
Hi: I've tried to install centos 4.3 in a raid array, setuped on bios as mode "Adaptec". The chip is ICH7R but centos always sees 2 drives instead of the array that I create. I've contacted Supermicro support and they gave me this link ftp://ftp.supermicro.com/driver/SATA/Adaptec_ICH7R/Linux/Redhat/ , but the disk drivers I tried to use with centos 4.3 did not work, saying that
2009 Jun 12
2
Sweave recode(car) and Lyx, compiling but not executing on Mac
I am just beginning to use Sweave with Lyx on a Mac (R2.8.1). I have 12 chunks of Sweave code that work fine, but this piece: <<>>= library(car)
2009 Jan 06
5
Queue
Hi, I was asked to create a Queue which instead of playing MoH it generates the ringing tone. I had a look around but could find anything, I would welcome and help. Regards Mateusz
2014 Dec 25
4
(py)curl error 7
Tried that :D yum is still trying to connect via ipv6 (ip_resolve=4 in config file) -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Alikhan Damirov Sent: Thursday, December 25, 2014 11:59 AM To: CentOS mailing list Subject: Re: [CentOS] (py)curl error 7 Hi, from man yum.conf: ip_resolve Determines how yum resolves
2015 Jul 09
2
mjr to opus audio conversion - corrupted results
Thanks a lot. Well, the problem is that it's hard to find any informaton about converting *.mjr files. I'll keep trying. Regards, Mateusz 2015-07-09 0:57 GMT+02:00 Mark Harris <mark.hsj at gmail.com>: > Hi Mateusz, > > It looks like the Janus code that writes Ogg Opus will not produce > correct Ogg Opus output when there are packets missing. You can quote > me or
2013 Feb 13
2
Vorbis encoding using JavaScript
Hello, First of all, I am a complete newblet to anything dealing with audio (a lot of the vocabulary is still rather mysterious to me). I also don't often program in C so please don't throw too many stones if my workflow is less than ideal. :) I would like to port the vorbis encoder to JavaScript. Instead of porting everything by hand from ground up, which would take who-knows-how-long,
2015 Jan 16
2
restart after yum update (6.6)?
Someone have updated it without my knowledge, now i have to make a choice: -don?t reboot and wait for errors -reboot (which im trying to avoid) What about (g)libc package, anyone encountered similar situation ? -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Nathan Duehr Sent: Thursday, January 15, 2015 10:08 PM To: CentOS
2015 Jan 15
2
restart after yum update (6.6)?
Hi, according to this : http://unix.stackexchange.com/questions/28144/after-yum-update-is-it-a-good-idea-to-restart-the-server i should reboot my server after updating packages i.e: kernel, glibc, libc. Maybe it's a silly question, but Is it necessary if I don't use graphical environment ? (and don't want to use the latest kernel yet)
2015 Jul 08
2
mjr to opus audio conversion - corrupted results
Hi Mark, Well, so do you think that any of this libraries probably won't provide correct audio conversion? Do you know any other possible solutions for described problems, ommiting trying to fix on my own any of this libraries or waiting for fix? Will you mind if I quote you in disscussion I mentioned? Sorry for asking you so many questions at once. Regards, Mateusz 2015-07-08 17:42
2014 Dec 25
2
(py)curl error 7
Hi, Disabled ipv6 (using sysctl, disabled ip6tables, no reboot, no proxy present) and still get the message as below. Centos 6.3 (i know its old) Kernel : 2.6.32-279.14.1.el6.x86_64 (I know its old) Standard /etc/yum.conf (no changes) Standard repos (centos base), enabled Cleaned cache: yum metadata (didn't work) Then: yum clean all (didn't work) Then yum makecache (didn't work)
2016 Jul 12
2
Enforcing password history policy on password resets
Hi there, We are using Samba as a user directory for our application. Passwords are stored in unicodePwd attribute, and our application resets passwords through LDAP (without the knowledge of the previous password, because it's an email-based reset). Unfortunately resetting it like this prevents the "password history" policy enforcement. This is a security problem that will come up
2017 Oct 16
1
(no subject)
Hello again, I'm glad to tell you that I fixed that error. It was gcc compiler error and I found the solution right here: https://askubuntu.com/questions/26498/choose-gcc-and-g-version (this link was sent by Harutyun Khachatryan). I changed the versions of gcc and g++ from 4.3 and 4.4 to 4.8 and 4.9 and it worked. I also posted the solution in the gist I've sent you before. Thank you
2008 Aug 12
2
Parsing array data
Hi, I read in csv files with the following code: res <- vector(mode="list",length=3) for(i in 1: length(res)) res[[i]]<-read.csv(file=paste("/Users/markaltaweel/Desktop/Output/HydroDataOutput",i,".csv",sep=""),header=T,sep=",") This allows me to load the data into an array of length 3, with the res array containing my data from the csv
2015 Jul 08
2
mjr to opus audio conversion - corrupted results
Hi, In our project we use janus-gateway (http://janus.conf.meetecho.com/) as a webRTC gateway and also as a stream recorder. We are on the tests stage of our project, and after very long development time we have ecountered a bug that is a blocker for whole project. After real tests of recording streams using janus we realized that audio and video are out of sync in recordings, despite of fact,
2015 Dec 01
2
Re: [PATCH] daemon: always provide stdin when running chroot commands (RHBZ#1280029)
On Tue, Dec 01, 2015 at 04:16:57PM +0100, Pino Toscano wrote: > On Tuesday 01 December 2015 15:59:56 Mateusz Guzik wrote: > > I would argue that /dev has to be at least partially populated for anything > > that gets executed in the chroot. At the very least special nodes like null, > > zero and {u,}random are needed. > > We do not assume anything about guests, which
2017 Oct 15
2
(no subject)
Hello everyone, I installed R and trying to install additional package: `rgl`. The problem is, I keep getting this error: installation of package ?rgl? had non-zero exit status All warnings, installation log and R version info in available in my gist: https://gist.github.com/mateuszcisek/2337bd92695b7ddf10bca10ea403c712 (it was too long to use it all in the message). I use Linux Mint 18.2.
2006 Oct 01
3
[Bug 467] iptables is complaining with bogus unknown error 18446744073709551615
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=467 mateusz@kaduk.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From mateusz@kaduk.net 2006-10-01
2015 Dec 01
2
Re: [PATCH] daemon: always provide stdin when running chroot commands (RHBZ#1280029)
On Tue, Dec 01, 2015 at 03:59:56PM +0100, Mateusz Guzik wrote: > CHROOT_IN/OUT around commandvf are definitely problematic. chroot should be > done in the child, which also removes the need to chroot out in the > parent. The CHROOT_IN/OUT business does need to be rewritten. Every instance where we currently do something like: CHROOT_IN; r = stat (fd, &statbuf); CHROOT_OUT
2010 Apr 05
3
bootstrap confidence intervals, non iid
hello, i need to calculate ci's for each of 4 groups within a dataset, to be able to infere about differences in the variable "similarity". the problem is that data within groups is dependent, as assigned by the blocking-factor "site". my guess was to use a block bootstrap but samples within in these blocks / sites are not of same length. i was not able to find a method to