search for: jarek

Displaying 20 results from an estimated 142 matches for "jarek".

Did you mean: marek
2013 Feb 04
1
Subfolders problem
I have moved from dovecot 1.x to 2.x and I have big problem with subfolders. When I'm moving subfolder with other subfolders is moving only main subfolder, without subfolders, example : mail-storage-1 /var/vmail/home/adamskitest/mdbox/mailboxes # find | egrep -e "janusz|jarek" ./jarek ./jarek/dbox-Mails ./jarek/dbox-Mails/dovecot.index.log ./jarek/jarek2 ./jarek/jarek2/dbox-Mails ./jarek/jarek2/dbox-Mails/dovecot.index.log ./jarek/jarek2/jarek3 ./jarek/jarek2/jarek3/dbox-Mails ./jarek/jarek2/jarek3/dbox-Mails/dovecot.index.log ./janusz ./janusz/dbox-Mails ./janusz/...
2005 Oct 04
6
Animation of Mandelbrot Set
...,m,20)) for (k in 1:20) { Z = Z^2+C X[,,k] = exp(-abs(Z)) } image(X[,,k], col=tim.colors(256)) # show final image in R write.gif(X, "Mandelbrot.gif", col=tim.colors(256), delay=100) # drop "Mandelbrot.gif" file from current directory on any web brouser to see the animation Jarek ====================================================\==== Jarek Tuszynski, PhD. o / \ Science Applications International Corporation <\__,| (703) 676-4192 "> \ Jaroslaw.W.Tuszynski at saic.com `...
2004 Aug 07
0
share security and acces deny
Hi, I have some problems with samba 3.0.5 precompiled on slackware 10. Problem is that on SHARE level security with admin privileges for user 'jarek' I don't have write access to share 'repsitorya'. But wnen I switch security to USER everything works fine (but i need SHARE because some of my users have win 98 and diferent usernames). I found that when SHARE mode is on, samba grant write privileges only to folder owned by user ja...
2005 May 31
2
FYI: Problems while loading package "class (VR)"
...ge: there is no package called 'class' in: library(pkg, character.only = TRUE, logical = TRUE, lib.loc = lib.loc) I tried to load it by instal-package: class (VR) and got error: "dependency 'class (VR)' is not available". I did succesfully loaded it by instal-package: VR. Jarek =====================================\==== Jarek Tuszynski, PhD. o / \ Science Applications International Corporation <\__,| (703) 676-4192 "> \ Jaroslaw.W.Tuszynski@saic.com ` \ [[alt...
2009 Sep 29
3
Equivalent for Matematica function Which...
...equivalent of Matematica function "Which" which works as follows: z = Which[x<10,0.3, 10<=x<20,0.5, 20<=x<100,1] where x is a vector I can replace it with custom function with set of ifelse but I'm looking for simpler and faster (much faster) solution best wishes Jarek
2005 Mar 25
2
Casting in R
...to write my own C code. Is there any other simpler way? I this message is a rewording of my yesterday message "Looking for function for Double to raw to double conversions", to which I got no replies. I need this functionality to implement Base64 encoding for reading/writing XML files. Jarek =====================================\==== Jarek Tuszynski, PhD. o / \ Science Applications International Corporation <\__,| (703) 676-4192 "> \ Jaroslaw.W.Tuszynski@saic.com ` \ [[alt...
1998 Nov 03
2
smbclient sees the virtual samba server but not the windows clients
...on the network. I can't figure out what is happening here. I've included a short (maybe not that short) printout from the log. If anybody can see what happens here I would be grateful. virtual hostname is pico, 192.168.0.40 real hostname is marvin 192.168.0.4 Thanks in advance, /jarek read_udp_socket: lastip 192.168.0.24 lastport 138 read: 216 1998/11/03 15:40:06 received a packet of len 216 from (192.168.0.24) port 138 find_name_on_subnet: on subnet 192.168.0.40 - name RI<1d> NOT FOUND process_dgram: ignoring dgram packet sent to name RI<1d> from 192.168.0.24 find...
2006 Aug 03
5
tc filter
Hi, Is it possible to make a filter with tc which exclude an IP like iptables ?? ex: iptable -t mangle -A PREROUTING -i eth0 -d ! 192.168.1.222 -j MARK ... I try the ! with tc but it doesn''t work. Thanks, doude. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2005 May 26
2
Reading text files and readLine
...t;"). Unfortunately this function gives me warnings : incomplete final line found by readLines on 'test2.xml' due to lack of end-of-line character on the end of the file. Is there a way to suppress this warning? Or another function capable of reading whole text file into a string? Jarek =====================================\==== Jarek Tuszynski, PhD. o / \ Science Applications International Corporation <\__,| (703) 676-4192 "> \ Jaroslaw.W.Tuszynski@saic.com ` \ [[alt...
2006 Jul 13
3
[PATCH] IMQ vs. local traffic
...ould not have IMQ flag set at the moment (they will be "tagged" by iptables in the POSTROUTING future!). But for some reasons (probably some shortcut) they do have this flag and IMQ egress queue is not on their way. So I added this short test in imq_nf_hook and my soft lockups are gone. Jarek P. PS: The included patch could be applied after linux-2.6.16-imq2 patch or eg. my yesterday version linux-2.6.17.4-imq0. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2005 May 27
1
xmlAttrs and problems with reading node attributes of XML file (b ug?)
...t;mzXML" node. Am I missusing the functions somehow or is it a bug? Attribute names in "mzXML" node are part of mzXML file format and can not be changed (removing all ':' would fix the problem) and I would like to store than so whan I write mzXML file I have the same header. Jarek ====================================================\======= Jarek Tuszynski, PhD. o / \ Science Applications International Corporation <\__,| (703) 676-4192 "> \ Jaroslaw.W.Tuszynski@saic.com `...
2004 Sep 09
3
function "apply" and 3D arrays (PR#7221)
Full_Name: jarek tuszynski Version: 1.8.1 OS: windows 2000 Submission from: (NULL) (198.151.13.10) Example code: > a=array(1:27, c(3,3,3)) > apply(a,2, var) [,1] [,2] [,3] [1,] 1 1 1 [2,] 1 1 1 [3,] 1 1 1 [4,] 1 1 1 [5,] 1 1 1 [6,] 1 1 1 [7,...
2010 Dec 20
3
Asterisk 1.8 - Dial problem if SIP friend is UNREACHABLE.
...ion 1050, and there is no 1050 peer registered I got: [Dec 18 22:51:04] WARNING[2307] chan_sip.c: sip_xmit of 0xc2e1330 (len 843) to 0.0.4.26:5060 returned -1: Invalid argument In 1.6 there was no problem, I have got Channel is UNAVAILABLE message and hangup. What have I missed in 1.8? Regards, Jarek
2005 Sep 15
2
Splitting the string at the last sub-string
...favors the prepared mind" sub = "e" y = unlist(strsplit(str,sub)) z = cbind(paste(y[-length(y)], sub, sep="", collapse = ""), y[length(y)]); y z z[1] z[2] Is there a simpler way to do so? I think ~8 function calls to do such a simple operation is an overkill. Jarek ====================================================\==== Jarek Tuszynski, PhD. o / \ Science Applications International Corporation <\__,| (703) 676-4192 "> \ Jaroslaw.W.Tuszynski at saic.com...
2008 Jan 23
3
formula for nls
Hi! How to write in model's formula of type: nls(y~k/(x^n), data=data, start=list(k=1,n=1)) i.e the problem is on x^n, I(x^n) generate error thanks Jarek
2005 Aug 09
3
how to use the function from another package
Hi, I am trying to write a package(A) for myself and need to use a function from another package(B) which is in R already(need to install it before use). Could anyone tell me how to implement that? Also I hope that my package gives an ERROR message(something like "STOP, please install package B first") if the package B is not installed yet. It is my first time to write a package. Thanks
2008 Jan 12
2
glm expand model to more values
...y: s=seq(1:10,by=1) I do: extra=sapply(s,function(x) coef(model) %*% x^(0:3)) and here is result: [1] 12.51826 19.49328 28.93336 42.18015 60.57528 85.46040 118.17714 [8] 160.06715 212.47207 276.73354 the data form expanding coefs are completly differnd from fitted What's going wrong? Jarek
2005 Mar 24
1
Unexpected error "subset assignment" (bug?)
...line should be valid. > b = matrix(as.raw(0), 8,8) > q = as.raw(1:8) > b[1,] = q Error: incompatible types in subset assignment > length(b[1,]) [1] 8 > typeof(b[1,]) [1] "raw" > length(q) [1] 8 > typeof(q) [1] "raw" Is this a bug or a "feature"? Jarek =====================================\==== Jarek Tuszynski, PhD. o / \ Science Applications International Corporation <\__,| (703) 676-4192 "> \ Jaroslaw.W.Tuszynski@saic.com ` \ [[alt...
2008 Feb 07
3
Empty data frame
Hi Sorry for banal question How to create empty data frame with for example 30 variables without typying: data.frame(x=1,y=1....) Jarek
2005 Apr 27
1
Error list and debugging R code
...k as list of error messages produced by R and standard R packages, and what do they mean? Or any tool to extract information which function produced the run-time error (a call stack would be great)? I looked into debug and trace tools but you seem to have to know where the problem is to use them. Jarek =====================================\==== Jarek Tuszynski, PhD. o / \ Science Applications International Corporation <\__,| (703) 676-4192 "> \ Jaroslaw.W.Tuszynski@saic.com ` \ [[alt...