Displaying 12 results from an estimated 12 matches for "axis2".
Did you mean:
axis
2009 Jun 03
1
SSOAP failing
Dear list,
I am trying to use the SSOAP package to access a very simple SOAP
service, included as a demonstrator in the axis2 Apache package:
"Version" (takes no input parameters and should return a string with the
version number). The web service itself seems to be working as I could
access it using an other client (eclipse Web Server tester).
You will find the service wsdl here:
http://smg8.ulb.ac.be:8080...
2012 Apr 06
4
Legend based on levels of a variable
I have a bivariate plot of axis2 against axis1 (data below). I would like
to use different size, type and color for points in the plot for the point
coming from different region. For some reasons, I cannot get it done. Below
is my code.
col <- rep(c("blue", "red", "darkgreen"), c(16, 16, 16))
## C...
2009 Apr 03
2
migrating Samba PDC to a new server
...to install Samba 3.0.28a-1ubuntu4.4 on the new server
and
then copy the files in /etc/samba and /var/lib/samba and copy the related
Linux
users in /etc/passwd and /etc/shadow. Will it work?
Thanks in advance!
-----
--
Kent Tong
Wicket tutorials freely available at http://www.agileskills2.org/EWDW
Axis2 tutorials freely available at http://www.agileskills2.org/DWSAA
--
View this message in context: http://www.nabble.com/migrating-Samba-PDC-to-a-new-server-tp22861046p22861046.html
Sent from the Samba - General mailing list archive at Nabble.com.
2006 Jan 16
1
label of second y-axis in xyplot (lattice)
...uperpose.2,
type = c('h', 'l'))
Now my question.
How can I achieve different labels for two y-axes? (Here this is not the case, but the example should just visualize my question.)
So here in this case I'd like to have two labels. On the "normal" y-side (axis2) the label = "Precip", on the other side (axis4) the label "Temp".
Thanks for your help.
Antje
[[alternative HTML version deleted]]
2009 Nov 10
1
does it make sense to run rsync over ftp (curlftpfs)?
Hi,
It seems to work but very slowly. I guess it's because rsync has to read the
complete file content
on the remote host, so does it make any sense at all to do it over FTP?
-----
--
Kent Tong
Wicket tutorials freely available at http://www.agileskills2.org/EWDW
Axis2 tutorials freely available at http://www.agileskills2.org/DWSAA
--
View this message in context: http://old.nabble.com/does-it-make-sense-to-run-rsync-over-ftp-%28curlftpfs%29--tp26278059p26278059.html
Sent from the Samba - rsync mailing list archive at Nabble.com.
2008 Mar 30
2
[LLVMdev] [Proposal] GSoC 2008 project proposal for improving the llvm-test testsuite
...get.
Implementation of the web service is straight forward, the user of the web
service will be given a client(which takes the payload to the service)
developed using client API and it will communicate with the service(which
actually runs the test suite) developed with the service API of the Apache
Axis2/C web services frame work[4]. Axis2/C written in C(giving us the
ability to embed it to LLVM easily) and come under Apache license[5] (giving
us the ability to ship with LLVM due to the Apache license).
*
6. Project Plan:*
I have broken down the project under 4 steps as follows. Weekly status
upda...
2008 Oct 01
3
for loop question Documentation and its application for calculating euclidean distance on MDS ordination axis scores
...that
are the optimal solution. I want to calculate the euclidean distance
between time steps of the ordination. My thought is to use a for
loop-
calculate distance march to april then calculate the distance from
april to may ... Is this the proper way of going about this
axis1 axis2 axis3 axis4
march 3 4 6 3
april 5 7 8 5
may 7 3 1 9
.....
thanks
Stephen
The data is at home and I will post it once I have fooled around with
the for loop - if I ca...
2008 Mar 25
0
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
Another suggestion: a web service that would allow you to submit a
test build and it would provide you feedback on deviations from known
good for that target. I know a lot of people keep two trees around
for this purpose, and I'd personally like to ditch the duplicate if I
could.
--
Chris
On Mar 21, 2008, at 9:22 PM, Rajika Kumarasiri wrote:
> Hello every body,
> Thank you all
2008 Mar 22
2
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
Hello every body,
Thank you all for your great suggestions and feedbacks, I'd forward the
detailed proposal within couple of days. And also if I need to clarify any
thing I'll ask in the list. Thanks again.
Regards,
Rajika
On Thu, Mar 20, 2008 at 10:35 PM, Duncan Sands <baldrick at free.fr> wrote:
> While on the subject of the testsuite, some random thoughts:
>
> - show
2004 Jul 04
2
smooth non cumulative baseline hazard in Cox model
...group=j(npt,1,m);
slag=1//survival[1:n-1];
h=1-survival/slag;
x = (j(npt,1,1)*t` - s*j(1,n,1))/w;
k=.75*(1-x#x)#(abs(x)<=1);
lambda=k*h/w;
append;
end;
quit;
%if &nset = yes %then %let c==group;
%else %let c=;
proc gplot data=_plt_;
plot lambda*s &c / vaxis=axis1 vzero haxis=axis2;
axis1 label=(angle=90 f=titalic 'Hazard Function' ) minor=none ;
axis2 label=(f=titalic "Time (bandwidth=&width)") minor=none;
symbol1 i=join color=black line=1;
symbol2 i=join color=red line=2;
symbol3 i=join color=green line=3;
symbol4 i=join color=blue line=4;
run;...
2012 Mar 25
2
avoiding for loops
I have data that looks like this:
> df1
group id
1 red A
2 red B
3 red C
4 blue D
5 blue E
6 blue F
I want a list of the groups containing vectors with the ids. I am
avoiding subset(), as it is
only recommended for interactive use. Here's what I have so far:
df1 <- data.frame(group=c("red", "red", "red", "blue",
2010 Jul 18
6
CRAN (and crantastic) updates this week
...0.1)
Complain to
http://crantastic.org/packages/RMC
Functions for fitting, diagnosing and predicting from a class of
Markov models.
* RNCBI (0.9)
Martin Schumann
http://crantastic.org/packages/RNCBI
This is an alpha release. Retrieve information from the ncbi web
service.
* RNCBIAxis2Libs (0.9)
Martin Schumann
http://crantastic.org/packages/RNCBIAxis2Libs
Provides selected Apache Axis2 libraries for the use with the RNCBI
package. For license information see the inst/java directory.
* RNCBIEUtilsLibs (0.9)
Martin Schumann
http://crantastic.org/packages/RNCBIEUtilsL...