similar to: custom REST action - template question

Displaying 20 results from an estimated 100 matches similar to: "custom REST action - template question"

2008 May 18
2
how can i superpose 2 graphs
Hio i tried to do this by: par(new=TRUE) but the result is one picture but y-axis has 2 diff?rent graduations.how can i correct this?( i want one graduation on y axis). -- View this message in context: http://www.nabble.com/how-can-i-superpose-2--graphs-tp17305355p17305355.html Sent from the R help mailing list archive at Nabble.com.
2009 May 17
1
how to improve the voice quality (run speex on ADSP-BF533)
I bought a ADSP-BF533-EZkit-LITE V2.1 to develop a speech codec application using SPEEX. I have tested SpeexEcho project from both BlackfinSDK-Rel201 and BlackfinSDK-Rel310. When disabling SPEEX processing, i.e. using PASS-THROUGH mode, the output voice is ok, which is exactly as the input voice. However, when enabling SPEEX processing, the output is bad, no matter how to set the parameters in
2008 Feb 23
3
popular open source forum software?
Hi, I plan to setup an forum for my friend and his friends shortly. But before I setup, I would like to know what are the popular open source forum software/packages to look at.. Please advise. Thanks. --Robinson ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
2002 Nov 27
2
Leaving out graduations and numbers on y axis plot
Hi all, I want to use a fourth plot on a page as a "map" of how to interpret the previous three plots - so the x axes are all the same but I want the y axis on the fourth plot to have no graduations or numbers - is this possible? I had a look in Peter's book and the help stuff but couldn't see anything. Thanks, Phil. -- Philip Rhoades Pricom Pty Limited (ACN 003 252
2008 May 18
3
two curves at one graph
i try to use par(new=TRUE) i get them at the same graph but the y_axis and x_axis are drowen with two unevenly graduations that graph become unreadable. -- View this message in context: http://www.nabble.com/two-curves-at-one-graph-tp17307590p17307590.html Sent from the R help mailing list archive at Nabble.com.
2011 Oct 25
2
Logistic Regression - Variable Selection Methods With Prediction
Hello, I am pretty new to R, I have always used SAS and SAS products. My target variable is binary ('Y' and 'N') and i have about 14 predictor variables. My goal is to compare different variable selection methods like Forward, Backward, All possible subsests. I am using misclassification rate to pick the winner method. This is what i have as of now, Reg <- glm (Graduation ~.,
2008 Oct 27
2
Wine post graduation thesis
Hello, Im writing my post graduation thesis in SYSTEMS INTEROPERABILITY and im talking about M$ wine and crossover. Can anyone pointout some good literature to begin my work. I want to talk about what needs to be done in M$ programing enviorment so that everything will run smothly in wine. thanks
2012 Aug 09
2
[LLVMdev] Compiling std::string with clang
Hi, I am new to LLVM, so I am sorry if the question I am going to ask has already been raised before. I will be thankful if anyone can describe me a quick way to search relevant topics within the list archive, When I am trying to compile a simple code, containing access to std::string, with clang: #include <string> int main() { std::string s; return
2004 Apr 08
2
i'm looking for reference guide for Skinny SCCP
Hi all, I'm writing my graduation theses : analysis VO-IP protocols , and I cannot find any documents about Cisko Skinny Client Control Protocol. I have Cisco CallManager and some IP-phone and I'm sniffing traffic between that, but I don't understand, how this protocol works. Clearly i'm looking for description of SCCP commands and explanation some basic SCCP scenarios or what
2009 Jan 22
3
[LLVMdev] Leaving LLVM
Hi all, about a month ago, I've started working on my master's thesis. Since I want to focus on just that work, I've stopped my LLVM work for now. It is unclear whether I will continue my work after graduation, but it seems unlikely. I'll still keep track of LLVM from a personal interest (mostly watching the IRC channel), but I won't have the time to track any mailing lists.
2008 May 16
1
creating a 2d plan graphic and projecting points in it
Hello; I want to create a 2 D plan with (123 values) for axis1 and 7 values for axis 2. I then want to make a projection of points with their coordonates in that plan! is that possible and how to proceed? Thanks [[alternative HTML version deleted]]
2009 Sep 23
1
graduation
Hi everyone I want help in graduating the attached rates and checking for goodness of fit and smoothness using R please help. Many thnk TOo every one around the world This message and attachments are subject to a disclaimer. Please refer to www.it.up.ac.za/documentation/governance/disclaimer/ for full details. / Hierdie boodskap en aanhangsels is aan 'n vrywaringsklousule onderhewig.
2003 Jun 04
7
Samba as PDC with WinXP Clients -> headache!!
Hi. my last post was about upscale configuration for my WinXP clients, because I believed I had it working, but ... Next day I booted the client and .... it wouldnt let me log onto the domain again. :-( I am using Samba 2.2.8a with Ldap backend which works great in workgroup mode. Joining the domain is very easy and works well, but then after rebooting I get: "Es kann keine
2008 Feb 11
5
Need ideas for project
Hey everyone, I am a final semester MCA student. I've chosen rsync as the subject of my project for my graduation. Hence I would appreciate it if someone could guide me with some ideas on how I can contribute to rsync. I will work hard to implement whatever suggestions that you can all give me. I would definitely like to know what are some of the issues concerning rsync. May be I can then
2002 Dec 13
1
Undelete
I`m sorry to post that topic again, but i propose to implement a way to recover information deleted in ext3 (undeletion) in my graduation class, and i want to know your opinion and suggestions about that. I read about that at linux kernel mailing list and somebody said something about do that in vfs and it will be aplied to all filesystems. What do you thing about it ? ps.: sorry about my
2013 Apr 17
1
[LLVMdev] How to transform loop to if-else using LLVM?
Hello everyone, Sorry to bother you. I'm an undergraduate, and I'm trying to finish my graduation project using LLVM. In this project, I hope to transform all loop in program to condition statement. For example, Before transformation: for (int i = 0; i < 5; i++) a++; After transformation: int i = 0; if (i < 5) a++; i++; The idea is very clear, however, I'm a newbie to LLVM.
2009 Jan 25
1
Speex: getting started
Hello! I'm an Italian student in computer engineering (University "Federico II" of Naples) and I have to write my graduation thesis in the field of signal processing. My teacher (Prof. Giovanni Poggi http://www.diet.unina.it/giovanni.poggi/) has published a research about multiple description vector quantizers by means of the self organizing maps, applying his idea to the images and
2004 Sep 10
1
flac hardware recoder
Hello, my name is Christopher Timko. I am currently a Senior at the University of Arkansas majoring in computer engineering. As part of our graduation requirements, we must complete a design project. Students are encouraged to chose open source technology, since a network of development exists for most of these ideas. I have decided to investigate the feasibility of creating a hardware
2008 Mar 21
1
GAMs
Hi I have been searching for goodness-of-fit tests (or lack of fit tests) for GAMs and cannot find anything. My problem is: after fitting a GAM to mortality data (smoothing crude estimated rates of mortality - a process called graduation in the actuarial literature), (1) how to assess the fit of the model with reference to "adherence to data" for the fitted model (I do not think the
2004 Dec 30
1
Regarding testsuites for protocol conformance
We have made some changes in samba-3.0.7, as part of our graduation project. Are there any test suites which we could use to check the conformance of the changes, with the original samba specifications? Also, with reference to your statement in document tridge_cifs04_tutorial.pdf , saying that inputs about test documents would be welcome, if the above mentioned suites are not available,then we