search for: appropiate

Displaying 20 results from an estimated 169 matches for "appropiate".

Did you mean: appropriate
2004 Jun 22
3
which is more appropiate for a ciber-cafe LAN ?
Jim diGriz''s QoS Script ? http://www.digriz.org.uk/jdg-qos-script/ FairNat ? http://www.metamorpher.de/fairnat/ other ?? bests andres _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Dec 25
3
is this an appropiate use of icecast/libboost?
Hi guys, I'm writing an application that will sniff audio streams going across the network and allow a seperate client application to listen into one of these streams. I was looking into ways to distribute the captured stream media to a client for listening, and icecast came to mind. Icecast, as I understand it, is usually used for streaming a few data sources to MANY clients. As I want
2004 Jul 26
5
binning a vector
...e) that I'd like plot together. Say the x-data for one data set goes from -5 to 14 with 12,000 values, then I'd like to bin the x-vector in steps of +1 and calculate and plot the mean of the x-values and the y-values within each bin. I was browsing the R-docs but couldn't find anything appropiate. thanks for hints + kind regads, Arne
2008 May 29
3
Datasets in R
I?m trying to find datasets that will give me residuals, after applying the lm function, with no normality, non linearity, and heteroscedacity so I can try to exemplify those cases in the linear regression model. Can you give any advice on what datasets would be appropiate? I can?t use the ones in the alr3 package because those have already been seen in class. Thank you very much :-) natorro -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2001 Jul 31
3
detecting blanks in read.table()
...liers marked by blank spaces. I would like to be able to tag those as "NA" when the data is read in. I cannot figure out how to do this using the read.table() options. Everything I have tried either puts all the NA on the end of the row when there are missing values instead of on their appropiate columns or won't read the data in at all. Thanks much, Laura -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in t...
2004 Dec 10
5
Granstream phones message button
To all: (newbie) I have setup a BT 100 phone and mostly everthing is working pretty good except for the message button. I have place value in the appropiate field in the web configuration but nothing seems to work. When I press the button the speakerphone led goes on but the phone does nothing else (no dialtone, no sip request to *). Does anyone have this buttton working? I would like to go right to voicemail. Gary P. -- ----------------------...
2001 Apr 18
3
SuSE 7.1: What Wine package?.
...ne. I tried to update by compiling an src.rpm of Wine. Compilation was OK but when I installed the resulting rpm it dind?n work. Programs broke down some moments after launching them. Config file has the same options it had when I was using SuSE?s rpm of Wine. I don?t know what Wine package is the appropiate for using on SuSE 7.1. (It runs Glibc 2.2, XFree 4.0.3, ALSA drivers for sound, etc. All required packages mentioned on Wine?s web page are installed on my system. SuSE?s wine package let me run Fort? Agent and GetRight. Other programs that are mentioned to run OK with Wine don?t run when I launch...
2013 Mar 27
2
[LLVMdev] cyclical use between caller and callee
...tuck around after Def is destroyed: %"calling function" = call i32 @X.foo(i32 %read) mytests: Value.cpp:75: virtual llvm::Value::~Value(): Assertion `use_empty() && "Uses remain when a value is destroyed!"' failed. regardless of which one i call first. What is the appropiate way to delete a function from an existing module?
2016 Aug 04
2
Target Acceptance Policy
On 4 August 2016 at 17:31, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote: > (1) The list says nothing about using (appropiate) LLVM infrastructure > like the MC subsystem. Should it be a requirements for (new) targets to > support the full source-to-object chain? Hi Joerg, This is a clear task for code review, not target inclusion policy. This list is supposed to be timeless, and adding any kind of specific techn...
2012 Oct 29
2
Retrieving data from aspx pages
...ly from an asp.net application: http://cxa.gtm.idmanagedsolutions.com/finra/BondCenter/AdvancedScreener.aspx I'd like to know if it's possible to fill dynamically the web page form from R and, after filling it (with the issuer name), retrieve the web page, parse the data, and covert it to appropiate R objects. For example, suppose I want to search data for AT&T bonds. I'd like to know if it's possible, within R, to fill the page served from: http://cxa.gtm.idmanagedsolutions.com/finra/BondCenter/AdvancedScreener.aspx select the "corporate" option and fill with AT&T...
2012 Oct 29
2
Retrieving data from aspx pages
...ly from an asp.net application: http://cxa.gtm.idmanagedsolutions.com/finra/BondCenter/AdvancedScreener.aspx I'd like to know if it's possible to fill dynamically the web page form from R and, after filling it (with the issuer name), retrieve the web page, parse the data, and covert it to appropiate R objects. For example, suppose I want to search data for AT&T bonds. I'd like to know if it's possible, within R, to fill the page served from: http://cxa.gtm.idmanagedsolutions.com/finra/BondCenter/AdvancedScreener.aspx select the "corporate" option and fill with AT&T...
2013 Jan 09
2
[LLVMdev] LLVM ERROR: ran out of registers during register allocation
...ones that dont have a small size (returned by li.getSize()) Does this possible cause make any sense at all? In either case, in the meantime, I can live with this workaround until an official fix is implemented. I'll fill in a bug report to track this problem so you can take a look at it when appropiate. 2013/1/7 Jakob Stoklund Olesen <stoklund at 2pi.dk> > > On Jan 7, 2013, at 4:58 AM, Borja Ferrer <borja.ferav at gmail.com> wrote: > > Hello Jakob, > > Did you get a chance to take a look into this, and if not, can you do it > when you get some spare time? > &...
2001 Sep 11
2
AIC
...'m trying to understand what's AIC in R (ver. 1.3.1), and I'm getting a different answer if I look at the AIC(of the fitted model) or the aic in the summary( of the fitted model). Is this correct? Can somebody explain me the difference between the two values? or Is the AIC criterion not appropiated for Poisson models? R session: > t1 <- glm(tax ~ areal, family=poisson(link=log)) > t2 <- summary(t1) > AIC(t1) [1] 2173.717 > t2[5] $aic [1] 35206.69 > t2[12] $aic [1] 35206.69 > t1 Call: glm(formula = tax ~ areal, family = poisson(link = log)) Coefficients: (Interc...
2001 Sep 11
2
AIC
...'m trying to understand what's AIC in R (ver. 1.3.1), and I'm getting a different answer if I look at the AIC(of the fitted model) or the aic in the summary( of the fitted model). Is this correct? Can somebody explain me the difference between the two values? or Is the AIC criterion not appropiated for Poisson models? R session: > t1 <- glm(tax ~ areal, family=poisson(link=log)) > t2 <- summary(t1) > AIC(t1) [1] 2173.717 > t2[5] $aic [1] 35206.69 > t2[12] $aic [1] 35206.69 > t1 Call: glm(formula = tax ~ areal, family = poisson(link = log)) Coefficients: (Interc...
2008 Jul 16
2
barchart with bars attached to y=0-line
...g variable "Class". In other words: Is it possible to use the whole space of each panel for only those "Compound"-objects which belong to the "Class" displayed in that particular panel? Of course, for this purpose the panels have to be "detached" to allow appropiate labling of the x-axis. Many thanks for your help, Henning -- [[alternative HTML version deleted]]
2006 Feb 23
5
Q: Where to put a periodic updater?
Hello, I need to put a script in place for updating a local database with a remote resource periodically. It should be started alongside the server (or inside it, whatever) and be run as long as the server running my rails app is up an running. Any thoughts on how to accomplish this? I have thought of editing the environment.rb file and placing the call to the script trigger there, but I wonder
2011 Feb 18
1
[LLVMdev] can llvm generate .so and even .dll?
> Nope, you'll have to call the system linker. =/ > but can I create the appropiate object files? I think yes, but is there some kind of tutorial around? -Jochen
2005 Jan 12
3
two subnets
Hello, My server is on Mandrake 10.1 off. eth0 is WAN with static IP connected 512 DSL eth1 is LAN. I have NAT working on 192.168.0.0. I want to feed a second subnet 192.168.21.0. What is the best way to implement it ? Thanks Varun
2018 Feb 16
2
Re: snapshot of a raw file - how to revert ?
On Fri, Feb 16, 2018 at 04:37:38PM +0100, Lentes, Bernd wrote: [...] > Hi, > > again thanks for your quick answer. I had a look on > https://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit > and i liked it. I'm thinking of upgrading my systems to SLES 12 SP3. > With that i have qemu 2.9.1 and libvirt 3.3.0, so it should work. Yep. > Does this procedure
2009 Apr 07
1
Re: congratulation.
Wine couldn't win a less appropiate award than this one.