similar to: Integrate functions with loops

Displaying 20 results from an estimated 100 matches similar to: "Integrate functions with loops"

2004 Dec 13
4
extended characters
I mentioned this 1 or 2 years back but it's still not fixed. I presume it's a Icecast2 server problem. I'm using the latest Oddcast client, and my server host Mediacast1 has just updated to the latest Icecast2. I'm currently streaming a track in Vorbis format called: M?ire Brennan - I L?thair D? It shows this correctly in Winamp on the broadcast PC. On the Icecast Status page,
2008 Mar 26
7
Lustre Solution Delivery
What is the process for integrating a Lustre+SAMFS solution into an existing customer environment. The plan is to have CRS build the Lustre component, but Lustre and SAMFS will need to configured and integrated into the customer computing environment. I am very familiar with the SAMFS integration, but not Lustre integration. Do we have resources in PS to provide the integration? Is this
2005 Jun 24
9
R demos
Hi All, I am currently preparing some form of slideshow introducing R and its capabilities for some colleagues. The thing will be about 30 mins, and I'd like to have some "pretty pictures" and some "amazing facts" (I'm trying to sell, obviously :)). Can I ask if it's possible to easily retrieve a gross figure of the number of functions in R considering the
2017 Apr 08
5
Spurious cast warning for C++?
How difficult would it be to add a warning to Clang when the programmer performs a cast that provably has no effect? A particular case I have in mind is someone getting confused and calling std::move on an argument to a copy-constructor for a class that doesn't implement move semantics. I would be grateful if someone either (1) told me why this is difficult/impossible, or (2) gave me some
2004 Nov 21
2
Fw: TDMoE over bonded NIC's
I am planning to configure * box A with PSTN interface to route faxes to * box B (running spandsp) over TDMoE. I am using 2xGb bonded NIC's for connection between servers. Was wondering - does anybody have experience with TDMoE over bonded interface - ie. does it work ok?. - does anybody have feedback using this scenario for fax? another question, perhaps someone knows what's the
2005 Jul 01
5
Generating correlated data from uniform distribution
Dear R users, I want to generate two random variables (X1, X2) from uniform distribution (-0.5, 0.5) with a specified correlation coefficient r. Does anyone know how to do it in R? Many thanks! Menghui
2004 Aug 04
2
Order of messgaes/ missing messages
I am curious as to why I quite often receive responses to questions on the help before receiving the actual question. For example Mr Graves has responded to Mr Lumley's response to Mr Wegelin yet I ave not received Mr. Lumley's post while I have received the other two. Cheers, Jim [[alternative HTML version deleted]]
2007 Oct 18
1
Problem with url_for
Hey everyone, I have an Asset class that extends AR::Base, and a series of subclasses of Asset (Stylesheet, Layout, etc.) I have REST routes set up with assets nested under sites. when doing something like url_for([@site, @asset]), if @asset is a Stylesheet, I''ll get an undefined method ''site_stylesheet_path'', where what I really need is site_asset_path.
2004 Jun 10
2
Using Asterix and Hylafax with Eicon DIVA E1
Hi, I would like to set up a high density FAX/PBX server, am looking at using Eicon Diva E1 card with Asterisk and Hylafax sharing channels, is this possible. I know Extensions can be reserved for voice OR fax with the combination of chan_capi used for * voice, capi4hylafax on fax but then channels must be dedicated rather than shared ie. would like to be able to answer voice/fax on same DID.
2004 Aug 25
3
Beginners Question: Make nlm work
Hello, I'm new to this and am trying to teach myself some R by plotting biological data. The growth curve in question is supposed to be fitted to the Verhulst equation, which may be transcribed as follows: f(x)=a/(1+((a-0.008)/0.008)*exp(-(b*x))) - for a known population density (0.008) at t(0). I am trying to rework the example from "An Introduction to R" (p. 72) for my case and
2004 Aug 06
1
OddCast or IceCast screws up extended characters
I'll purposely attach an HTML encoded message in case some of you are using 7-bit ascii readers. I have a number of songs which use extended ASCII characters in the arist or title such as Màire Brennan - I Láthair Dé. The Current Song in the IceCast status.xsl replaces every extended character plus 1 or 2 characters after it with some strange character. So effectivly shortens the title
2005 Jun 15
3
how to plot density distribution with a arrow pointer?
Hi all, for example: > X<- rnorm(1000) > X0 <- 0.899 I want to draw a density distribution plot with a arrow pointer indicating the position of X0, meanwhile, giving out the p-value. any functions? Thanks very much.
1998 Aug 18
1
releasing locks
Sorry if this is in the docs somewhere, or listed in a faq or two, but I haven't gotten that far down in my list of things to do to look it up, so I'm asking all of you. I did look through the docs included with the distribution, but didn't see any reference. We are running 1.9.17p2 on Solaris, and occasionally (ok, more than occasionally) a user's pc will crash w/o properly
2007 Sep 22
3
vsftp question ?
Hi, I want to setup vsftp on centos 4.5. 2 types of ftp. they are active and pasive. What is the default type ftp type o CentOS ? Is is PASIVE ftp? in /etc/vsftpd/vsftpd.conf, I found below line. What should I do for below line? # Make sure PORT transfer connections originate from port 20 (ftp-data). connect_from_port_20=YES Should I COMMENT it out? I need a very secure ftp service. YOUR
2004 Nov 24
4
asterisk and pstn
Hi, First of all apologies because this isn't strictly a purely asterisk question. I am quite new to asterisk and actually to voip/telephony as a whole. I currently have sip calls working through asterisk. The asterisk server is behind a linksys router. I would now like to connect calls to the pstn. I have researched into several ways to do this but because I am not very knowledgeable about
2005 Jul 01
2
Simple indexing conundrum
My apologies in advance for my thickness but I can't seem to solve the following, seemingly simple, data manipulation problem: I have a data frame that contains multiple factors and multiple continuous response variables, but duplicates of some factor combinations. The duplicates contain bad data, so I would like to eliminate the duplicates. I would like to retain the entire rows
2012 Dec 06
1
Anomalous outputs from rbeta when using two different random number seeds
Hi, in the code below, I am drawing 1000 samples from two beta distributions, each time using the same random number seed. Using set.seed(80) produces results I expect, in that the differences between the distributions are very small. Using set.seed(20) produces results I can't make sense of. Around half of the time, it behaves as with set.seed(80), but around half of the time, it behaves
2004 Jul 19
10
How to compare X1 = X2 = ... = Xn?
Dear All, I have a data frame with n columns: X1, X2, ., Xn. Now I want to create a new column: if X1 = X2 = . = Xn, the value is 1; Otherwise, the value is 0. How to do that in a quick way instead of doing (n choose 2) comparisons? Thank you, Frank [[alternative HTML version deleted]]
2004 Dec 13
0
extended characters
well, if I manually update the metadata via oddcast and enter "M? ire Brennan - I L??thair D??", then check the icecast2 status page, I see : Current Song: M?ire Brennan - I L?thair D? which I presume is correct. If I then open this stream with winamp, it displays as : M - I L?thair D?. If I look at the file properties, the vorbis winamp plugin tells me there are two comment
2000 Jan 26
11
Win2K and Samba
Has anyone tried using Windows 2000 Professional with Samba? I'm checking it out now, and when I try to connect to a share, I get an error message similiar to the one you get with Win98 and NT4 with SP3+ with encrypted passwords. Does anyone know the equivelant registry path to set plain text passwords? The NT4 path doesn't seem to exist: