Displaying 3 results from an estimated 3 matches for "91327".
Did you mean:
913,7
2005 Oct 18
0
Parsing rSS files using javascript/prototype
Hi, I would like to parse the rss files using just dom/javascript (don''t want any server side processing).
I know that xmlhttp can''t contact 3rd party but i''ll route it through one of the backend scripts.
I was wondering if there is some easy to use feature in these libraries that can help me parse rss feeds?
2009 Jul 16
3
Sylpheed-claws and virtual mailboxes
Hi!
Has someone encountered the following problem? What am I doing wrong or
does someone know a workaround?
Dovecot 1.2.1 on Debian unstable, two namespaces:
namespace private {
prefix =
location = maildir:~/res/Maildir:LAYOUT=fs
inbox = yes
list = yes
}
namespace private {
prefix = gtd/
separator = /
list = yes
location =
2009 May 05
2
problem with ggplot2 boxplot, groups and facets
I have a following problem:
The call
qplot(wg, v.realtime, data=df.best.medians$gv1, colour=sp, geom="boxplot")
works nice: for each value of the wg factor I get two box-plots (two levels in
the sp factor) in different colours, side-by-side, centered at the wg x-axis.
However, I want to separate the data belonging to different levels of the n
factor, so I add the facets option: