search for: volny

Displaying 20 results from an estimated 81 matches for "volny".

2010 Jul 29
3
problem with mail_full_filesystem_access = yes
...it stops authorization for postfix with this message: <pasek at valbek.cz>: Command died with signal 11: "/usr/libexec/dovecot/deliver" Does anybody know what could be wrong in my config? I've spend a night with it but without success. You can see my Dovecot here: http://www.volny.cz/vykupitel/Pictures/mail/dovecot.conf http://www.volny.cz/vykupitel/Pictures/mail/dovecot-ldap.conf and Postfix here: http://www.volny.cz/vykupitel/Pictures/mail/main.cf http://www.volny.cz/vykupitel/Pictures/mail/master.cf http://www.volny.cz/vykupitel/Pictures/mail/ldap-users.cf http://www.vo...
2003 May 20
3
plot POSIX class and identify
Hallo all just a small question I did not find an answer in help pages. Is it possible to use identify() after plotting with plot.POSIX to label points and/or to find out some points? Thanks a lot. Best regards Petr Pikal petr.pikal at precheza.cz p.pik at volny.cz
2002 Jan 24
5
aggregate, by tapply
...tion(x,fact,w) { ws<-tapply(w,fact,sum) newx<-x*w tapply(newx,fact,sum)/ws } which can handle particular case but does exist some more general solution how to use FUN(X1,X2) in aggregation procedures (tapply, aggregate, by) directly? Thank you Petr Pikal petr.pikal at precheza.cz p.pik at volny.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at...
2010 Jun 13
2
Please check 1.2rc with your applications!
...eeded! Yes, it makes the numbers worse, but it means Wine will get better ;-) - d. ---------- Forwarded message ---------- From: Michael Stefaniuc <mstefani at redhat.com> Date: 13 June 2010 10:27 Subject: Re: Release plans To: wine-devel at winehq.org On 06/13/2010 10:39 AM, wylda at volny.cz wrote: > > Hi, another week and Sunday gone so time for simple numbers... > > 340 regressions<-- release announcement > 356 regressions<-- release announcement + 1week > 339 regressions<-- release announcement + 2weeks(rc1) > 322 regressions<-- release announceme...
2003 Feb 21
2
how to chage values in data frame to NA iside a function
...nge is done. Please can you help me what is wrong with my code? By the way idx<-dropout(df$y) df$y[idx]<-NA works OK Thanks a lot beforehand Best regards. Petr Pikal Precheza a.s., Nab?.Dr.E.Bene?e 24, 750 62 P?erov tel: +420581 252 257 ; 724 008 364 petr.pikal at precheza.cz; p.pik at volny.cz fax +420581 252 561
2004 Oct 19
1
Desktop Icons
I have the program 'freecell' in the directory: [john]: 09:28 AM [~/.wine/drive_c/ProgramFiles/Freecell] $ wine freecell will start the program. What do I have to do to create an Icon on the desktop that will start the program? John
2001 Nov 24
1
win98printer+samba2.0.7
...printcap, smb.conf or other related Samba files for the same printer? No matter which distribution, I will install anything accordingly. (The Slakc apsfilter worked for me only when printed locally). Thanks a lot, <dabac@post.cz> --- Chat - Velka Hra o CD Ka?d? p?tek od 14:00 na http://chat.volny.cz
2004 Feb 12
0
New tools
...but maybe with other setups as well. One is UDP traffic generator, the other is a "speed meter" for CBQ. See http://exef.xko.cz/others/others.htm Use in peace, Tom -- ExEf - the Ultimate Effect Processor - GNU Linux *** http://exef.xko.cz *** -- Chces kilo? Tak pripoj kamose pres VOLNY. Vice na http://studentpartner.volny.cz/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2001 Aug 14
2
RODBC connection - mixed data types
...types in one Excel sheet column directly by using ODBC connection and keep all values in such column as they are when moving data from Excel to R? Thank you. Petr Pikal Precheza a.s. Nabr.Dr.E.Benese 24 tel: 00420 641 25 2257 +420 (0)724 008 364 petr.pikal at precheza.cz p.pik at volny.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at s...
2002 Sep 19
5
how to use if statement in function correctly
...*sklon) ifelse(test<65, (otac/sklon * 141.76), (otac * 3.69683+286.6*(1/sklon)- 0.03100345*otac*sklon)) } > fff(seq(20,50,5),70) [1] 40.50286 50.62857 60.75429 70.88000 65.15783 72.79077 80.42371 #correct Can anybody help? Thank you in advance Petr Pikal petr.pikal at precheza.cz p.pik at volny.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at...
2003 May 15
2
strptime and non ISO date format
...cture and adding a seconds to it. I tried direct transformation but it does not work as I expected (or as I understood from help pages :-). > strptime(timevec,"%m.%d.%y %H:%M") [1] NA NA NA NA NA Thank you for any hint. Best regards. Petr Pikal petr.pikal at precheza.cz p.pik at volny.cz
2003 Jun 17
1
cut.POSIXct problem
...2003-06-12 09:06:00" works. So it is definitely my lack of understanding how to implement a vector of cut points (constructed by seq()), to break parameter of cut() function. Please can you give me any hints? R 1.7.0, Windows NT Thanks a lot Petr Pikal petr.pikal at precheza.cz p.pik at volny.cz
2003 Jul 24
3
trellis plot question
Greetings, Does anyone know how to get an id number in the little header above each individual plot within a trellis plot? The default seems to be to print the word id and add a line indicating on a linear scale where the current id sits. Thanks in advance for any help you can send, Suzette ================================= Suzette Blanchard, Ph.D. Research Scientist Frontier Science
2004 Sep 14
2
new user - documentation nightmare
I had located and installed wine via rpm only to discover that I needed to compile from source to get --with-opengl. Fine. The documentation with the source is written in sgml. Turns out sgml, specifically Mozaic, died on the vine thirty years ago, replaced by xml, sort of. Mozilla doesn't open sgml. A search suggested Netscape might. Curious. So I installed 7.2. It doesn't
2003 Apr 10
1
how to estimate parameters of multimodal distribution
...ion(p) { p1<-p[1] p2<-p[2] v<-dnorm(x,30,p1)+dnorm(x,60,p2) s<-sum(v) sum((y-v/s)^2) } fff2<-function(p) { p1<-p[1] p2<-p[2] v<-dnorm(x,30,p1)+dnorm(x,60,p2) s<-sum(v) v/s } Thank you very much for any help. Best regards. Petr Pikal petr.pikal at precheza.cz p.pik at volny.cz
2004 Aug 27
4
menu bar doesnt work
Hi, We developed an application under windows with borland cbuilder 5 and now we want run under linux with wine (not using an windows partition). We have tried with the latest version ( compiled and installed from CVS ) under "debian testing" linux distribution. This is mainly an opengl application and almost everything works fine but the menu bar dont works, clicking to the menu
2003 Mar 12
7
R help
Dear friends, I work with Matlab and now a bit in trouble with getting used to R. Could you give me some help with the following questions: 1. how to generate the random matrix mxn with constant mean and variance, say N(0,1)? 2. how to create a code (function), say “myfunction”, and make it available for use every time I run R? 3. how to make a package, say “e1071”, available for use
2002 Oct 26
2
Still missing something on missing values...
...from the full file (in SPSS) and run on it the same frequencies as in the full size version, the results were same as in R (yes, I have checked that the definition of the missing values was the same: 8,9 -- labelled as Rf and Dk). I have uploaded the data and all reports (in PDF) on http://www.volny.cz/cepls/ps-pdf/s6720p2.zip. Could anybody help me to understand what I did wrong, please? Thanks Matej -- Matej Cepl, matej at ceplovi.cz, PGP ID# D96484AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 In those days spirits were brave, the stakes were high, men were real m...
2003 Jan 28
5
pam_mkhomedir.so
where and how can i call this module ? is it in /etc/pam.d ? how is the sintax ? i'm a suse linux user.. thanx !
2006 Jun 08
5
more cubes and 3d metaphoric objects...
hi how about having more cubes to fly around in 3d space. though at first thought this might appear unessacary as who needs so many desktops? So i thought, why not have special cubes (as well as the original cube of course) and these special cubes, instead of cubes, be 3d metaphric objects for specific tasks such as a radio, or ipod or whatever for music a cinema for movies arcade thingo for