search for: demostration

Displaying 20 results from an estimated 34 matches for "demostration".

Did you mean: demonstration
2006 Apr 18
2
Instant rails - need a bit of help.
Hiya everyone, I''ve downloaded instant rails and have made a application on my machine which is local. I need to now move this onto my university space so I can demostrate it in a few weeks time..only i''m not really sure how I do it? Would anybody be able to offer me some advice, or point me in some direction where I could find out. Many thanks in advance! Helen --
2001 Aug 16
1
Logistic Regression
Hi, Does R support any of the 3 stepwise or 8 criteria methods for logistic regression and multiple linear regression that SAS supports? If yes, could you give me some simple demostration code. Thanks, steve __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read...
2011 Jul 31
1
Trouble Using mapply
...the reason is that mapply is not "vectorized". But could you please take a look at my code below and help me to find a solution (either a better way to use mapply or a different function to call). Thanks a lot! ##beginning of my code myfun <- function(threshold, all.data) { ##Just a demostration of a function that takes a dataframe. #browser() #print(all.data) return (min(subset(all.data, id > threshold)$val)) } my.data = data.frame(id = (1:10), val = (-3:6)) print(myfun(2, my.data)) ##Everything works up to here. result = mapply(myfun, (2:4), rep(my.data, 3)) ##got trouble here. ##Mo...
2008 Oct 28
1
does qplot works with Sweave?
Hi Hadley: I'm practicing writing a document using MikTex but can't make qplot to execute. It works when using 'plot' though. Is this a normal behaviour? \documentclass[9pt]{article} \title{ggplot2 example} \begin{document} \maketitle \section*{Examples of using ggplot2} The goal is to be able to import ggplot2 graphics into the annual report. Hadley Wickham has done a great
2004 Sep 22
1
Status of conference calls at Astricon ?
On late august, there was a thread about setting up some meetme conferences to be able to follow Astricon remotely. This indeed could be nice for those that can't attend for various reason. And of course is a demonstration of Asterisk capabilities... :) (Astricon without a remote conference for guest is like a big it expo without internet connections...) I have some bandwidth here, so can
2007 Aug 30
1
Theora hardware is running on LEON3!
...lped me a lot). Then, I wrote a "tutorial" explaining step by step how to integrate the Leon with Theora. It is necessary if anyone want repeat this process or to work with Theora hardware. You can see it at link below: http://www.students.ic.unicamp.br/~ra031198/theora_hardware/ I put a demostration on youtube (theora without LINUX) : http://br.youtube.com/watch?v=NBLF6L5akJo The Unknown device is the Theora Hardware, it is not show the name "Theora Hardware" because I am using a evaluation version of Grmon (the comunication interface with LEON3 on FPGA); You can also see the demost...
2004 Sep 10
1
--until decodes rest of file?
On Fri, 7 Nov 2003 11:42:05 -0800 (PST) Josh Coalson <xflac@yahoo.com> wrote: > sorry about the delay on this one... > > do you have a sample flac file that you can host that exhibits > the problem? Ha. The flac files used in the examples below were of entire audio CDs; due to my use of "time" to demostrate the problem I need a fairly large file. I can simulate the
2017 Nov 10
5
Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64
Dear Mr. Cardon! Na štvrtok, 9. novembra 2017 18:29:03 CET Denis Cardon via samba napísali: > > > IO would like to ask for help with diagnose why my Samba version > > 4.7.0-git. > > 23.4e3f0fb9d15SUSE-oS13.3-x86_64 in openSUSE Tumbleweed can not > > authentificate me on Windows server 2003 domain > > > > in /etc/fstab I have working combination - smb
2000 Sep 11
4
longs
Please change all longs to int, and never use them in the future :) They arent needed as on most platforms they are the same size. (which is the assumption made in the ogg code anyway) The reason for this is i will have vorbis support on playstation 2, but long is 64 bits, and they are excruciatingly slow. cheers Brett Paterson --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg
2006 Nov 01
8
aaf and stop words; query parser
I''ve been trying to implement acts_as_ferret in my latest project and ran into a snag. If I do a search for ''auditor state'' then the search works perfectly. If I include a stop word, as in ''auditor of state'', then I get no results. I''d prefer not to set stop words to nil and index everything. The solution, that I have yet to attempt, is to use
2008 Mar 20
1
Use of Factors
Relatively new to R, I'm trying to do a relatively simple task. I have data set that has several variables arranged by SubjID and visit, with multiple observations for that combination. I do linear regression on those multiple observations, then generated a set of interpolated values from the regression at fixed intervals along "x". I now want to average each of those across all the
2000 May 15
1
Graceful degradation of signal
Hello all. In the shower the other day (where most of this sort of musing gets done, eh?) I was thinking about graceful degradation of audio signals. Let me apologise in advance if these are elementary concepts or if I demonstrate a complete lack of insight -- I don't rate even a dabbler status in the area of audio codecs. Anyway: If we have a 128kbs signal coming down a *udp* channel with
2017 Nov 10
0
Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64
Na piatok, 10. novembra 2017 10:03:03 CET Rowland Penny via samba napísali: > On Fri, 10 Nov 2017 09:51:14 +0100 > > "Peter Fodrek,ml. via samba" <samba at lists.samba.org> wrote: > > Dear Mr. Cardon! > > Na štvrtok, 9. novembra 2017 18:29:03 CET Denis Cardon via samba > > > > napísali: > > > > IO would like to ask for help with
2005 May 27
1
Testing Nonlinear Restrictions
Dear all, I'm interested in testing 2 nonlinear restrictions on coefficients of a nls object. Is there a package for doing this? Something in the lines of `test(nls object, res=c("res 1","res 2"),...)' I only found the function delta.method in the alr3 library that calculates the se of a singleton nonlinear restriction of a nls object using the delta method. Thanks in
2011 Jan 19
0
Analyzing texts with tm
Hey everybody! I have to use R's tm package to do some text analysis, first thing would be to create a term frequency matrix. Digging in tm's source code it seems like it uses some logic like this to create term frequencies: data("crude") (txt <- Content(crude[[1]])) (tokTxt <- unlist(strsplit(gsub("[^[:alnum:]]+", " ", txt), " ", fixed =
2005 Jul 20
1
"That is not a valid conference number.." with ztdummy running
I previously had Asterisk 1.0.7 running on a Linux 2.4.x kernel with ztdummy. I was able to do things like meetme and music on hold. I recently installed Asterisk 1.0.9 on a different machine with a Linux 2.6.x kernel running ztdummy. I installed and configured everything the same way, but when I try to call into a conference room I get the error message stating, "that is not a valid
2004 Oct 10
1
MonkeyShell: using XML-RPC for access to a remote shell
Security pundits have been warning about the dangers implicit with Web services for years. A good starting point for understanding the security issues related to Web services can be found at: http://searchwebservices.techtarget.com/originalContent/0,289142,sid26_gci872720,00.html Of course to really understand the security risks posed by Web services, you need to understand the basics of Web
2008 Jan 29
1
wxruby and ActiveRecord
Hello, i''m running wxruby 1.9.4, and i show my ActiveRecord data in a grid (with GridTableBase) (a grid with 30 columns) >From my base Window, i open and close the GridWindow. After several openings and closes, this message appears: c:/Programme/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_ record/base.rb:1860: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13)
2017 Nov 10
0
Fwd: Re: Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64
---------- Preposlaná správa ---------- Predmet: Re: [Samba] Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64 Dátum: piatok, 10. novembra 2017, 10:32:48 CET Od: Pre: L.P.H. van Belle <belle at bazuin.nl> Na piatok, 10. novembra 2017 10:07:22 CET L.P.H. van Belle via samba napísali: > > You could try to add AES256 support
2005 Mar 31
6
Text in boxes for regular web pages
I have to say... since it''s bugged me _many_ times, that i *hate* these text boxes with the sliders that are being used to display text (for instance, on Rails documentation pages... but it''s not just Rails). Very often you can''t really read the text because it goes past the right border of the box. So you have to go to the bottom of the box to move the slider to