search for: kostenloser

Displaying 20 results from an estimated 42 matches for "kostenloser".

Did you mean: kostenlose
2012 Feb 28
2
ts.plot and x axes customization
Dear List, I would be pleased if someone can help me with the following issue: I'm about to plot two time series in one plot via ts.plot which looks like: ts.plot(series1, series2, main=main, xlab=xlab, ylab=ylab, col=c("green", "red", "blue"), lwd=2) The problem is, that R automatically sets the x axes labels in 5-year-intervalls. Every
2010 May 26
3
shapiro.test
Hi, I am not so sure about an error note I got when using shapiro.test. I imported some data into R by wrinting it into a .txt file via > tab1<-read.table("etc....txt",header=T) > attach(tab1) The following object(s) are masked _by_ .GlobalEnv : ozon > ozon$V1 [1] 2.5 3.0 5.6 4.7 6.5 6.7 1.7 5.3 4.6 7.4 5.4 4.1 5.1 5.6 5.4 6.1 7.6[18] 6.2 6.0 5.5 5.8 8.2 3.1 5.8 2.6 Now
2008 Feb 11
0
Fwd: Re: domain member WIN2003 AD - Trusted Domain
> IMHO, for this to work you should define "idmap domains = DOMAINA > DOMAINB" and configure the idmap backend appropriately for both domains > using idmap config DOMAIN:backend/range/default etc... > > For more details see "man idmap_tdb, man idmap_ldap and man idmap_rid". > > --Sadique Hi Sadique, thanks for your response. I test it but I don't
2007 May 29
3
Use Windows USB drivers?
Hi, I'm using an application that works very well with Wine but that application requires a specific USB hardware where no (and no similar) Linux driver is available for. Therefore my question is: the application comes with a fully working Windows driver for that hardware, is it possible to use that driver to access the hardware via Wine? Until now I could not get it work but I'd expect
2008 Apr 22
2
[LLVMdev] The source code Makefile (newbie with pass registering Problem)
Hi!! It's me again. I guess that there is a problem in the Makefile of my source code. But I don't know where. Could you please verify it? The Makefile is written like this: # Makefile for Genetic Algorithm Pass CXXFLAGS = -Wall -I/iss/fpga3/nicole/galib247/ LDFLAGS= -L/iss/fpga3/nicole/galib247/ga/ -lga -Wl,-E # Path to top level of LLVM heirarchy LEVEL=../../../ # Name of the
2008 Sep 09
3
directories not correctly recognized rsync-3.0.4
Hi, I'm running rsync-3.0.4 on my UNIX system. I've just updated from rsync-2.6.9. I'm facing a general problem with the execution of files during a transfer process. The situation: 2 Directories (dir1 and dir2) on one machine with a some files in dir1 which shall be translated to dir2. rsync does not correctly recognize dir1 and dir2 as directories. It tries to transfer dir1 as a
2008 Apr 21
1
[LLVMdev] newbie with pass registering Problem
Hi!! This is my first time with llvm. I'm still learning and really need help. I wrote only one Function Pass, which uses another Function Pass (blockNrs), and registered this: RegisterPass<FunctionAnalysis> X("gasched", "Genom Scheduling Pass"); When I compile my sourcecode, everything was okay. But when I tried to test it, i got this error Message: nicole at
2012 Mar 14
2
Memory statistics for DomU's
An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120314/0496343e/attachment.htm>
2007 Sep 20
4
Newcomer Question
Hallo Group! My Name is Guenther Sohler and I registred to this group, because I think asterisk could be interesting for me. I have got a small server at home running linux. It does NAT and a Firewall. There is an intranet with my home PC and a hardware SIP phone. This SIP phone registers at mujtelefon.cz Now I got another account at sipgate.at My idea is following: I want to be reachable at
2004 Aug 06
0
ist es dein Geburtstag?
ich glaube...ya! es ist dein Geburtstag! Und mein Geschenk ist diese Internet-Adresse: http://uk.sex-annuaire.com es ist Franzsische sex (kostenlose)... ...und sehr "bizarr" (uro, Fetisch, Fisting...) Bye Bye, Walter. 8708JEjV7-984eAFT8681yJYz8-460aFril32.+-j!i0+jirhZm"q+NrybXuz"q^-*arj) '+a{ +v&{ay,rR{.n+z,z{m^+-)emw
2007 Oct 29
2
Listening only on localhost
Hi! I've got dovecot 1.0.rc15. I want dovecot to listen only on localhost for imap, and on any interfaces for imaps. So I put the following into my config: protocol imap { listen = 127.0.0.1:143 ssl_listen = *:10993 .. } dovecot -n correctly reports: listen: 127.0.0.1:143 ssl_listen: *:10993 But I can still do a 'telnet MY_HOST 143' from the outside, and 'netstat -pltn |
2003 Sep 26
1
least squares regression using (inequality) restrictions
Dear R Users, I would like to make a lesast squares regression similar to that what is done by the command "lm". But additionally, I would like to impose some restrictions: 1) The sum of all regression coefficients should be equal to 1. 2) Each coefficient should assume a value between 0 and 1. (inequality restrictions) Which command is the best to use in order to solve this problem
2003 Oct 04
1
subset VAR time series models
Dear R user, I would like to estimate a multivariate VAR model (vector autoregressive model) with arbitrary individual linear parameter constraints. So far I used the "ar" command from package ts for unrestricted models. Unfortunately, this command does not offer the possibility to estimate subset VAR models. Is there a package or command that I can use? Thank you very much!
2008 Oct 02
0
Hexagon border in plotrix's math2D.plot
Hi there, I'm attempting to use color2D.matplot(x,cellcolors=cellcol, do.hex=TRUE) from the plotrix package, but do not want to have borders around the hexagons. I've tried various approaches such as fg="white", col="white", lty=0, lwd=0 and border=NULL/FALSE/"white", but none of them works. I'd appreciate any ideas. Thanks, John -- GMX Kostenlose
2009 Mar 06
1
frequency of subsequent events
Hello, The example shows a sequence of songtypes a bird has sang. The entire list contains several thousand songs which the bird has produced consecutively. Is there any convenient way in R to produce a contingency table which shows how often a special song type was sang after a special other songtype? Or within a determined frame of e.g. 10 consecutively produced songs? Example: Nr Songtype 1
2005 Jun 08
0
Error when allocating PTY - supplement
...ome of you can give me a hint or even had the same problem and can tell me how to fix it. Am I right that "openpty" is a syscall? I've taken a look into the System.map from my kernel > but didn't find it. regards, Martin _____________________________________________________ Kostenloser Mailservice von Acampo http://www.acampo.net/ 100MB Mailspeicher + 50MB Webdisk
2008 Aug 22
1
CIDR address/masklen matching support for permitopen="host:port" restrictions?
Dear openssh-unix-dev list, in OpenSSH 5.1 you introduced CIDR address/masklen matching for "Match address" blocks in sshd_config as well as supporting CIDR matching in ~/.ssh/authorized_keys from="..." restrictions in sshd. I wonder whether CIDR address/masklen matching will be implemented for permitopen="host:port" restrictions in sshd as well, that would be quite
2008 Aug 27
0
CIDR address/masklen matching support for permitopen="host:port"
On Wed, 27 Aug 2008, Damien Miller wrote: > On Tue, 26 Aug 2008, Peter Stuge wrote: > > On Fri, Aug 22, 2008 at 11:22:34AM +0200, Bert Courtin wrote: > > > I wonder whether CIDR address/masklen matching will be implemented > > > for permitopen="host:port" restrictions in sshd as well, that would > > > be quite beneficially (at least for me, maybe
2008 Oct 17
1
Hostbased login based on SSHFP DNS records?
Hi, is it possible to use SSHFP DNS records to enable password-free host-based login? What I already got working is to use SSHFP DNS records to verify the server host keys. debug1: found 2 secure fingerprints in DNS debug1: matching host key fingerprint found in DNS But hostbased login does not work and I still need to supply a password to log in. (Or to configure a known_hosts file on the
2007 Sep 21
1
SIP and Firewall
Dear Group! I want to improve the firewall rules for SIP and I already compiled the linux kernel with additional SIP netfilter settings Now I found this on the internet: modprobe ip_conntrack_sip ip_nat_sip Set IPtables filter rules iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A INPUT -p udp --dport 5060 -j ACCEPT Set IPtables NAT rules iptables -A FORWARD -o