Displaying 20 results from an estimated 38 matches for "demostr".
Did you mean:
demostra
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
--
Posted via http://www.ruby-forum.com/.
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 --...
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....
2008 Oct 28
1
does qplot works with Sweave?
...e to import ggplot2 graphics into the annual report.
Hadley Wickham has done a great job by creating this free R package.
Let's get some data into R from one the built-in packages:
We'll work with the diamonds data. This dataset is really large, it accounts for
over 50.000 records. We will demostrate how to create nice and colorful graphics
as well as creating some nice tabular tables with horizontal and vertical lines.
<<dataAnalysis.R,echo=F>>=
data(diamonds)
attach(diamonds)
dsmall <- diamonds[sample(nrow(diamonds),1000),]
@
\begin{figure}[h]
<<fig.R,echo=FALSE,fi...
2004 Sep 22
1
Status of conference calls at Astricon ?
...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
set up quickly a server for .it conference
termination...
so, bring on and demostrate to the world
what asterisk can do!
Matteo :)
--
****************************************
Matteo Brancaleoni
System Administrator
mbrancaleoni@espia.it
****************************************
EspiA Srl - e*solution provider
Via Pascoli, 37
20129 Milano - Italy
SIP:matteo@sip.voismart.it
Tel....
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 d...
2004 Sep 10
1
--until decodes rest of file?
...800 (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 problem by creating a dummy test file:
----
donald@klatch:~$ dd if=/dev/zero bs=1048576 count=100 | flac -o test.flac --endian=little --channels=2 --bps=16 --sample-rate=44100 --sign=signed --force-raw-format -
flac 1.1.0, Copyright...
2017 Nov 10
5
Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64
...nd there has been a change on the min protocol version by
> default, see the thread on [2].
>
Thank you for your answer
Maybe I write my question in not understandable form.
CIFS mount works, but I can not login via Domain login and password to the
system on openSUSE.
I just use fstab to demostrate part of SAMBA settings on my client
I look forward hering from you and anybody else
Yours faithfully
Peter Fodrek
> [1] https://wiki.samba.org/index.php/Samba_4.7_Features_added/changed
> [2] https://bugzilla.redhat.com/show_bug.cgi?id=1474539
>
> > //192.168.1.131/shares /...
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
2024 Jul 03
1
NSD incorrectly logging DNAME as refused?
...d set to log refused requests to syslog.
After adding a DNAME type into my dns for one sub-zone that is being moved,
I noticed that legitimate requests for hosts under that subdomain are working
as expected, howerver they are being logged as refused.
As a quick replicable test, I just did this to demostrate the issue.
Firatlt, add edthis to my dyslexicfish.net domain:
nsdtest IN DNAME hello.example.com.
Then, update serial, reload, watch it propagate to secondaries etc., then
from a machine with no specific acls (i.e. not from one of the primaries
or secondaries:
| # dig sjsjqju2qu.nsdtest.dys...
2008 Mar 20
1
Use of Factors
...y() or
tapply(), I get an error indicating the interpolated values are factors,
even though they display looking like floating point numbers. The mean
function returns a value that is obviously wrong, though the count of
observations in the subsets is correct. I am including code snippets to
try to demostrate how this is all created:, sorry for the length of this
Here is output when I try to use the mean function,
mean_interp_HR=tapply(cpx_interp$HR[cpx_interp$visit==1 &
cpx_interp$xl==0],cpx_interp$SubjId[cpx_interp$visit==1 &
cpx_interp$xl==0],mean)
Warning in mean.default(X[[1L]], ...) :...
2000 May 15
1
Graceful degradation of signal
...ate before noticing any degradation, up to 20% with slight
degradation, and a 33% rate for extreme degradation.
*However, the sound will still be continuous, although with decreasing
quality*
Users accept drops in quality rather than glitches (source: pulled out
of a hat).
So now that I've demostrated my ignorance, I invite ya'll to tear the
idea to shreds. I imagine that the feasability of producing a codec
with the quality shells will be the most glaring flaw.
This is of course only one approach. If any others (or indeed this
one) have been investigated, please point me in the right d...
2017 Nov 10
0
Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64
...default, see the thread on [2].
> >
> > Thank you for your answer
> > Maybe I write my question in not understandable form.
> >
> > CIFS mount works, but I can not login via Domain login and password
> > to the system on openSUSE.
> > I just use fstab to demostrate part of SAMBA settings on my client
> >
> > I look forward hering from you and anybody else
> >
> You should have said that in the first place, I thought it was a CIFS
> problem ;-)
>
> Can you please post your smb.conf
it is set by yast and its only content i...
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
...:
data("crude")
(txt <- Content(crude[[1]]))
(tokTxt <- unlist(strsplit(gsub("[^[:alnum:]]+", " ", txt), " ", fixed = TRUE)))
table(factor(tokTxt, levels = c('two')))
table(factor(tokTxt, levels = c('two days')))
Like this code example demostrates the tokenization of the input text makes it impossible to use "a group of words separated by whitespace" as input words.
So my question is: How would you create such a term frequency matrix in R?
Here's some Ruby code I once wrote to show what I want:
txt = "some text conta...
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
...ee the thread on [2].
> >
> > Thank you for your answer
> > Maybe I write my question in not understandable form.
> >
> > CIFS mount works, but I can not login via Domain login and
> > password to the
> > system on openSUSE.
> > I just use fstab to demostrate part of SAMBA settings on my client
> >
> > I look forward hering from you and anybody else
> >
> > Yours faithfully
> >
> > Peter Fodrek
> >
> > > [1]
> >
> > https://wiki.samba.org/index.php/Samba_4.7_Features_added/changed
&g...